Searched refs:n_trigseq (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_vfsops.c | 3725 result = vfs_resolver_result(np->n_trigseq, RESOLVER_NOCHANGE, 0); in nfs_mirror_mount_trigger_resolve() 3728 (cnp->cn_flags & ISLASTCN) ? 1 : 0, cnp->cn_nameiop, np->n_trigseq); in nfs_mirror_mount_trigger_resolve() 3760 result = vfs_resolver_result(np->n_trigseq, RESOLVER_ERROR, error); in nfs_mirror_mount_trigger_resolve() 3763 error, (cnp->cn_flags & ISLASTCN) ? 1 : 0, cnp->cn_nameiop, np->n_trigseq); in nfs_mirror_mount_trigger_resolve() 3792 np->n_trigseq++; in nfs_mirror_mount_trigger_resolve() 3794 result = vfs_resolver_result(np->n_trigseq, error ? RESOLVER_ERROR : RESOLVER_RESOLVED, error); in nfs_mirror_mount_trigger_resolve() 3798 (cnp->cn_flags & ISLASTCN) ? 1 : 0, cnp->cn_nameiop, np->n_trigseq); in nfs_mirror_mount_trigger_resolve() 3823 result = vfs_resolver_result(np->n_trigseq, RESOLVER_ERROR, error); in nfs_mirror_mount_trigger_unresolve() 3825 NP(np, "nfs trigger UNRESOLVE: busy error %d, seq %d", error, np->n_trigseq); in nfs_mirror_mount_trigger_unresolve() 3838 np->n_trigseq++; in nfs_mirror_mount_trigger_unresolve() [all …]
|
| H A D | nfsnode.h | 707 #define n_trigseq n_un7.nd_trigseq macro
|