Searched defs:DIR_CANTCLOSE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rm/
H A Drm.c50 #define DIR_CANTCLOSE 1 macro
68 DIR_CANTCLOSE,
221 while (rec != NULL && (rec->flags & DIR_CANTCLOSE) != 0)
486 caller->flags &= ~DIR_CANTCLOSE;
594 caller->flags |= DIR_CANTCLOSE;
609 caller->flags |= DIR_CANTCLOSE;

Completed in 58 milliseconds