nc_vhash 242 kern/vfs_cache.c if (ncp->nc_vhash.le_prev != NULL) { nc_vhash 243 kern/vfs_cache.c LIST_REMOVE(ncp, nc_vhash); nc_vhash 244 kern/vfs_cache.c ncp->nc_vhash.le_prev = NULL; nc_vhash 280 kern/vfs_cache.c LIST_FOREACH(ncp, nvcpp, nc_vhash) { nc_vhash 357 kern/vfs_cache.c if (ncp->nc_vhash.le_prev != NULL) { nc_vhash 358 kern/vfs_cache.c LIST_REMOVE(ncp, nc_vhash); nc_vhash 359 kern/vfs_cache.c ncp->nc_vhash.le_prev = NULL; nc_vhash 381 kern/vfs_cache.c ncp->nc_vhash.le_prev = NULL; nc_vhash 382 kern/vfs_cache.c ncp->nc_vhash.le_next = NULL; nc_vhash 389 kern/vfs_cache.c LIST_INSERT_HEAD(nvcpp, ncp, nc_vhash); nc_vhash 451 kern/vfs_cache.c if (ncp->nc_vhash.le_prev != NULL) { nc_vhash 452 kern/vfs_cache.c LIST_REMOVE(ncp, nc_vhash); nc_vhash 453 kern/vfs_cache.c ncp->nc_vhash.le_prev = NULL; nc_vhash 162 sys/namei.h LIST_ENTRY(namecache) nc_vhash; /* (reverse) directory hash chain */