Home
last modified time | relevance | path

Searched refs:VFSTONFS (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfsmount.h434 #define VFSTONFS(mp) ((mp) ? ((struct nfsmount *)vfs_fsprivate(mp)) : NULL) macro
435 #define VTONMP(vp) VFSTONFS(vnode_mount(vp))
H A Dnfs_node.c138 struct nfsmount *nmp = VFSTONFS(mp); in nfs_case_insensitive()
212 nfsvers = VFSTONFS(mp)->nm_vers; in nfs_nget()
933 struct nfsmount *nmp = np->n_mount ? VFSTONFS(np->n_mount) : NFSTONMP(np); in nfs_vnop_reclaim()
H A Dnfs_vfsops.c625 nmp = VFSTONFS(mp); in nfs_vfs_getattr()
709 nfsm_assert(error, VFSTONFS(mp) && np, ENXIO); in nfs_vfs_getattr()
2357 nmp = VFSTONFS(mp); in mountnfs()
3896 nmp = VFSTONFS(mp); in nfs_ephemeral_mount_harvester_callback()
4229 nmp = VFSTONFS(mp); in nfs_vfs_unmount()
4693 nmp = VFSTONFS(mp); in nfs_vfs_root()
5031 nmp = VFSTONFS(mp); in nfs_vfs_quotactl()
5629 nmp = VFSTONFS(mp); in nfs_vfs_sysctl()
5695 if (((nmp = VFSTONFS(mp))) == NULL) { in nfs_vfs_sysctl()
H A Dnfs_subs.c1616 if (!((nmp = VFSTONFS(mp)))) { in nfs_loadattrcache()
H A Dnfs_vnops.c1439 struct nfsmount *nmp = mp ? VFSTONFS(mp) : NFSTONMP(np); in nfs3_getattr_rpc()
2550 nmp = VFSTONFS(mp); in nfs_vnop_lookup()
H A Dnfs_socket.c4067 nmp = VFSTONFS(np ? NFSTOMP(np) : mp); in nfs_request_create()
H A Dnfs4_vnops.c208 struct nfsmount *nmp = mp ? VFSTONFS(mp) : NFSTONMP(np); in nfs4_getattr_rpc()