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

/freebsd-9.3-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.c285 /* Shift count for (uintptr_t)vp to initialize vp->v_hash. */
1088 * still initialize v_hash to have vfs_hash_index() useful.
1092 vp->v_hash = (uintptr_t)vp >> vnsz2log;
/freebsd-9.3-release/sys/sys/
H A Dvnode.h128 u_int v_hash; member in struct:vnode
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c2081 (*vpp)->v_hash = ino;

Completed in 102 milliseconds