Searched refs:vfs_getbyid (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | mount.h | 1325 int vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx);
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_lookup.c | 2036 vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx) function
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_gss.c | 609 error = vfs_getbyid(&vfs_statfs(nmp->nm_mountp)->f_fsid, 2, &rvp, NULL); in nfs_gss_clnt_mnt_ref() 634 error = vfs_getbyid(&vfs_statfs(nmp->nm_mountp)->f_fsid, 2, &rvp, NULL); in nfs_gss_clnt_mnt_rele()
|