Searched refs:vfs_hash_insert (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_hash.c | 152 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 D | nfs_clnode.c | 179 error = vfs_hash_insert(vp, hash, lkflags, in ncl_nget()
|
H A D | nfs_clport.c | 300 error = vfs_hash_insert(vp, hash, lkflags, in nfscl_nget()
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_node.c | 219 error = vfs_hash_insert(vp, smbfs_hash(name, nmlen), LK_EXCLUSIVE, in smbfs_node_alloc()
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_node.c | 272 err = vfs_hash_insert(*vpp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, in fuse_vnode_alloc()
|
/freebsd/sys/fs/p9fs/ |
H A D | p9fs_vfsops.c | 366 error = vfs_hash_insert(vp, hash, flags, td, vpp, in p9fs_vget_common()
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_denode.c | 195 error = vfs_hash_insert(nvp, inode, lkflags, curthread, &xvp, in deget()
|
/freebsd/sys/fs/udf/ |
H A D | udf_vfsops.c | 631 error = vfs_hash_insert(vp, ino, flags, td, vpp, NULL, NULL); in udf_vget()
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_vfsops.c | 723 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 D | zfs_ctldir.c | 153 err = vfs_hash_insert(vp, (uint32_t)id, flags, curthread, vpp, in sfs_vnode_insert()
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_vfsops.c | 1195 error = vfs_hash_insert(vp, ino, lkflags, td, vpp, NULL, NULL); in tarfs_vget()
|
/freebsd/sys/sys/ |
H A D | vnode.h | 1169 int vfs_hash_insert(struct vnode *vp, u_int hash, int flags, struct thread *td,
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_alloc.c | 448 error = vfs_hash_insert(vp, ino, LK_EXCLUSIVE, td, vpp, NULL, NULL); in ext2_valloc()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 1783 error = vfs_hash_insert(vp, ino, flags, curthread, vpp, NULL, NULL); in ffs_vgetf()
|