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

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c405 #define OP_SHOW 0x08000000 /* show this entry in export list */ macro
1142 if (!(hp->ht_flags & OP_SHOW))
3214 if (newht->ht_flags & OP_SHOW)
3215 ht->ht_flags |= OP_SHOW;
3622 ht->ht_flags &= ~OP_SHOW;
3625 ht->ht_flags |= OP_SHOW;
3667 ht->ht_flags |= OP_SHOW;
3862 ht->ht_flags |= OP_SHOW;
5115 (flags & OP_SHOW) ? " SHOW" : "",

Completed in 72 milliseconds