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

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c403 #define OP_OFFLINE 0x00000800 /* export is offline */ macro
1105 if (xd->xd_iflags & OP_OFFLINE) {
2014 xd->xd_iflags &= ~(OP_ADD|OP_OFFLINE|OP_ONLINE);
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;
4175 *opt_flagsp |= OP_OFFLINE;
5117 (flags & OP_OFFLINE) ? " OFFLINE" : "",

Completed in 62 milliseconds