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

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c406 #define OP_MISSING 0x10000000 /* export is missing */ macro
2391 if (bestulp && (opt_flags & OP_MISSING)) {
2396 opt_flags |= OP_MISSING;
2545 if (need_export && !(checkexports && (opt_flags & OP_MISSING))) {
3694 xd->xd_iflags |= (xd->xd_flags & (OP_OFFLINE|OP_MISSING)) ? OP_OFFLINE : OP_ONLINE;
3707 xd->xd_iflags |= (ht->ht_flags & (OP_OFFLINE|OP_MISSING)) ? OP_OFFLINE : OP_ONLINE;
5114 (flags & OP_MISSING) ? " MISSING" : "",

Completed in 114 milliseconds