Searched refs:n_trigseq (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_vfsops.c | 3716 result = vfs_resolver_result(np->n_trigseq, RESOLVER_NOCHANGE, 0); in nfs_mirror_mount_trigger_resolve() 3719 (cnp->cn_flags & ISLASTCN) ? 1 : 0, cnp->cn_nameiop, np->n_trigseq); in nfs_mirror_mount_trigger_resolve() 3751 result = vfs_resolver_result(np->n_trigseq, RESOLVER_ERROR, error); in nfs_mirror_mount_trigger_resolve() 3754 error, (cnp->cn_flags & ISLASTCN) ? 1 : 0, cnp->cn_nameiop, np->n_trigseq); in nfs_mirror_mount_trigger_resolve() 3783 np->n_trigseq++; in nfs_mirror_mount_trigger_resolve() 3785 result = vfs_resolver_result(np->n_trigseq, error ? RESOLVER_ERROR : RESOLVER_RESOLVED, error); in nfs_mirror_mount_trigger_resolve() 3789 (cnp->cn_flags & ISLASTCN) ? 1 : 0, cnp->cn_nameiop, np->n_trigseq); in nfs_mirror_mount_trigger_resolve() 3814 result = vfs_resolver_result(np->n_trigseq, RESOLVER_ERROR, error); in nfs_mirror_mount_trigger_unresolve() 3816 NP(np, "nfs trigger UNRESOLVE: busy error %d, seq %d", error, np->n_trigseq); in nfs_mirror_mount_trigger_unresolve() 3829 np->n_trigseq++; in nfs_mirror_mount_trigger_unresolve() [all …]
|
| H A D | nfsnode.h | 697 #define n_trigseq n_un7.nd_trigseq macro
|