Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_hash.c152 vfs_hash_insert(struct vnode *vp, u_int hash, int flags, struct thread *td, in vfs_hash_insert() function
/freebsd/sys/fs/nfsclient/
H A Dnfs_clnode.c179 error = vfs_hash_insert(vp, hash, lkflags, in ncl_nget()
H A Dnfs_clport.c300 error = vfs_hash_insert(vp, hash, lkflags, in nfscl_nget()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_node.c219 error = vfs_hash_insert(vp, smbfs_hash(name, nmlen), LK_EXCLUSIVE, in smbfs_node_alloc()
/freebsd/sys/fs/fuse/
H A Dfuse_node.c272 err = vfs_hash_insert(*vpp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, in fuse_vnode_alloc()
/freebsd/sys/fs/p9fs/
H A Dp9fs_vfsops.c366 error = vfs_hash_insert(vp, hash, flags, td, vpp, in p9fs_vget_common()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_denode.c195 error = vfs_hash_insert(nvp, inode, lkflags, curthread, &xvp, in deget()
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c631 error = vfs_hash_insert(vp, ino, flags, td, vpp, NULL, NULL); in udf_vget()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c723 error = vfs_hash_insert(vp, ino, flags, td, vpp, cd9660_vfs_hash_cmp, in cd9660_vget_internal()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c153 err = vfs_hash_insert(vp, (uint32_t)id, flags, curthread, vpp, in sfs_vnode_insert()
/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c1195 error = vfs_hash_insert(vp, ino, lkflags, td, vpp, NULL, NULL); in tarfs_vget()
/freebsd/sys/sys/
H A Dvnode.h1169 int vfs_hash_insert(struct vnode *vp, u_int hash, int flags, struct thread *td,
/freebsd/sys/fs/ext2fs/
H A Dext2_alloc.c448 error = vfs_hash_insert(vp, ino, LK_EXCLUSIVE, td, vpp, NULL, NULL); in ext2_valloc()
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c1783 error = vfs_hash_insert(vp, ino, flags, curthread, vpp, NULL, NULL); in ffs_vgetf()