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

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c398 #define OP_ALLDIRS 0x00000040 /* allow mounting subdirs */ macro
3912 if (hp && (!chkalldirs || (hp->ht_flags & OP_ALLDIRS))) {
3918 (!chkalldirs || (xd->xd_flags & OP_ALLDIRS))) {
3942 if (hp && (!chkalldirs || (hp->ht_flags & OP_ALLDIRS))) {
3949 (!chkalldirs || (mxd->xd_flags & OP_ALLDIRS))) {
4133 *opt_flagsp |= OP_ALLDIRS;
5122 (flags & OP_ALLDIRS) ? " ALLDIRS" : "",

Completed in 178 milliseconds