Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/ !
H A Dnfsmount.h433 #define VFSTONFS(mp) ((mp) ? ((struct nfsmount *)vfs_fsprivate(mp)) : NULL) macro
434 #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()
930 struct nfsmount *nmp = np->n_mount ? VFSTONFS(np->n_mount) : NFSTONMP(np); in nfs_vnop_reclaim()
H A Dnfs_vfsops.c585 nmp = VFSTONFS(mp); in nfs_vfs_getattr()
670 nfsm_assert(error, VFSTONFS(mp) && np, ENXIO); in nfs_vfs_getattr()
2361 nmp = VFSTONFS(mp); in mountnfs()
3905 nmp = VFSTONFS(mp); in nfs_ephemeral_mount_harvester_callback()
4239 nmp = VFSTONFS(mp); in nfs_vfs_unmount()
4696 nmp = VFSTONFS(mp); in nfs_vfs_root()
5032 nmp = VFSTONFS(mp); in nfs_vfs_quotactl()
5630 nmp = VFSTONFS(mp); in nfs_vfs_sysctl()
5696 if (((nmp = VFSTONFS(mp))) == NULL) { in nfs_vfs_sysctl()
H A Dnfs_subs.c1618 if (!((nmp = VFSTONFS(mp)))) { in nfs_loadattrcache()
H A Dnfs_vnops.c1448 struct nfsmount *nmp = mp ? VFSTONFS(mp) : NFSTONMP(np); in nfs3_getattr_rpc()
2563 nmp = VFSTONFS(mp); in nfs_vnop_lookup()
H A Dnfs_socket.c4065 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()