Searched refs:v_hash (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Dvfs_hash.c61 return (vp->v_hash + vp->v_mount->mnt_hashseed);
80 if (vp->v_hash != hash)
124 if (vp2->v_hash != hash)
147 vp->v_hash = hash;
160 vp->v_hash = hash;
H A Dvfs_subr.c278 /* Shift count for (uintptr_t)vp to initialize vp->v_hash. */
1146 * still initialize v_hash to have vfs_hash_index() useful.
1150 vp->v_hash = (uintptr_t)vp >> vnsz2log;
/freebsd-10.1-release/sys/sys/
H A Dvnode.h170 u_int v_hash; member in struct:vnode
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_znode.c1232 vp->v_hash = obj_num;

Completed in 98 milliseconds