Home
last modified time | relevance | path

Searched refs:n_mount (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_node.c219 mp2 = (np->n_hflag & NHINIT) ? np->n_mount : NFSTOMP(np); in nfs_nget()
392 np->n_mount = mp; in nfs_nget()
930 struct nfsmount *nmp = np->n_mount ? VFSTONFS(np->n_mount) : NFSTONMP(np); in nfs_vnop_reclaim()
1446 if (np->n_mount == mp && !LIST_EMPTY(&np->n_dirtyblkhd)) { in nfs_mount_is_dirty()
H A Dnfsnode.h623 mount_t n_mount; /* associated mount (NHINIT) */ member
H A Dnfs_subs.c1609 mp = np->n_mount; in nfs_loadattrcache()