Searched refs:chkalldirs (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c3894 int cmp = 1, chkalldirs = 0; local
3912 if (hp && (!chkalldirs || (hp->ht_flags & OP_ALLDIRS))) {
3914 (chkalldirs ? "alldirs" : "match"));
3918 (!chkalldirs || (xd->xd_flags & OP_ALLDIRS))) {
3920 dirpath, (chkalldirs ? "alldirs" : "match"));
3939 chkalldirs = (cmp != 0);
3942 if (hp && (!chkalldirs || (hp->ht_flags & OP_ALLDIRS))) {
3944 dirpath, mxd->xd_dir, (chkalldirs ? "alldirs" : "match"));
3949 (!chkalldirs || (mxd->xd_flags & OP_ALLDIRS))) {
3951 dirpath, mxd->xd_dir, (chkalldirs
[all...]

Completed in 188 milliseconds