Home
last modified time | relevance | path

Searched refs:vfs_hash_get (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_hash.c72 vfs_hash_get(const struct mount *mp, u_int hash, int flags, struct thread *td, in vfs_hash_get() function
/freebsd/sys/fs/nfsclient/
H A Dnfs_clnode.c116 error = vfs_hash_get(mntp, hash, lkflags, in ncl_nget()
H A Dnfs_clport.c155 error = vfs_hash_get(mntp, hash, lkflags, in nfscl_nget()
348 error = vfs_hash_get(mntp, hash, (LK_EXCLUSIVE | LK_NOWAIT), td, &nvp, in nfscl_ngetreopen()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_node.c138 error = vfs_hash_get(mp, smbfs_hash(name, nmlen), LK_EXCLUSIVE, td, in smbfs_node_alloc()
/freebsd/sys/fs/p9fs/
H A Dp9fs_vfsops.c271 error = vfs_hash_get(mp, hash, flags, td, &vp, p9fs_node_cmp, in p9fs_vget_common()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_denode.c138 error = vfs_hash_get(mntp, inode, lkflags, curthread, &nvp, in deget()
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c588 error = vfs_hash_get(mp, ino, flags, curthread, vpp, NULL, NULL); in udf_vget()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c682 error = vfs_hash_get(mp, ino, flags, td, vpp, cd9660_vfs_hash_cmp, in cd9660_vget_internal()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c140 err = vfs_hash_get(mp, (uint32_t)id, flags, curthread, vpp, in sfs_vnode_get()
/freebsd/sys/fs/fuse/
H A Dfuse_internal.c133 error = vfs_hash_get(mp, fuse_vnode_hash(nodeid), flags, td, vpp, in fuse_internal_get_cached_vnode()
/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c1154 error = vfs_hash_get(mp, ino, lkflags, td, vpp, NULL, NULL); in tarfs_vget()
/freebsd/sys/sys/
H A Dvnode.h1113 int vfs_hash_get(const struct mount *mp, u_int hash, int flags,
/freebsd/sys/fs/ext2fs/
H A Dext2_alloc.c419 error = vfs_hash_get(ump->um_mountp, ino, LK_EXCLUSIVE, td, vpp, NULL, NULL); in ext2_valloc()
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c1711 error = vfs_hash_get(mp, ino, flags, curthread, vpp, NULL, NULL); in ffs_vgetf()