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

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c409 #define OP_DEL 0x80000000 /* tag export for potential deletion */ macro
2019 xd->xd_flags |= OP_DEL;
2021 ht->ht_flags |= OP_DEL;
2023 xd2->xd_flags |= OP_DEL;
2025 ht->ht_flags |= OP_DEL;
2676 if (ht->ht_flags & OP_DEL) {
2680 if (xd2->xd_flags & OP_DEL)
2694 if (ht->ht_flags & OP_DEL) {
2810 if ((xd->xd_flags & (OP_DEL|OP_DEFEXP)) == (OP_DEL|OP_DEFEX
[all...]

Completed in 173 milliseconds