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

/freebsd-10.2-release/sys/kern/
H A Dvfs_hash.c72 vfs_hash_get(const struct mount *mp, u_int hash, int flags, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) function
/freebsd-10.2-release/sys/fs/nfsclient/
H A Dnfs_clnode.c116 error = vfs_hash_get(mntp, hash, lkflags,
H A Dnfs_clport.c128 error = vfs_hash_get(mntp, hash, lkflags,
315 error = vfs_hash_get(mntp, hash, (LK_EXCLUSIVE | LK_NOWAIT), td, &nvp,
324 * vfs_hash_get() fails instead of looping.
333 error = vfs_hash_get(mntp, hash,
/freebsd-10.2-release/sys/nfsclient/
H A Dnfs_node.c123 error = vfs_hash_get(mntp, hash, flags,
/freebsd-10.2-release/sys/fs/fuse/
H A Dfuse_node.c189 err = vfs_hash_get(mp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, td, vpp,
/freebsd-10.2-release/sys/fs/msdosfs/
H A Dmsdosfs_denode.c135 error = vfs_hash_get(mntp, inode, LK_EXCLUSIVE, curthread, &nvp,
/freebsd-10.2-release/sys/fs/smbfs/
H A Dsmbfs_node.c138 error = vfs_hash_get(mp, smbfs_hash(name, nmlen), LK_EXCLUSIVE, td,
/freebsd-10.2-release/sys/fs/cd9660/
H A Dcd9660_vfsops.c667 error = vfs_hash_get(mp, ino, flags, td, vpp, NULL, NULL);
/freebsd-10.2-release/sys/fs/ext2fs/
H A Dext2_vfsops.c898 error = vfs_hash_get(mp, ino, flags, td, vpp, NULL, NULL);
/freebsd-10.2-release/sys/fs/nandfs/
H A Dnandfs_subr.c717 error = vfs_hash_get(nmp->nm_vfs_mountp, ino, LK_EXCLUSIVE, td, &nvp,
/freebsd-10.2-release/sys/fs/udf/
H A Dudf_vfsops.c599 error = vfs_hash_get(mp, ino, flags, curthread, vpp, NULL, NULL);
/freebsd-10.2-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_inode.c752 error = vfs_hash_get(mp, key->on_disk_key.k_objectid, flags,
/freebsd-10.2-release/sys/sys/
H A Dvnode.h840 int vfs_hash_get(const struct mount *mp, u_int hash, int flags, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg);
/freebsd-10.2-release/sys/ufs/ffs/
H A Dffs_vfsops.c1647 error = vfs_hash_get(mp, ino, flags, curthread, vpp, NULL, NULL);

Completed in 206 milliseconds