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

/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c77 #define PLENTY_SPACE 1 /* more than minfree available */ macro
164 (*plg_ctrl)->fullness_state = PLENTY_SPACE;
252 node->dl_space = PLENTY_SPACE;
671 * passes other than PLENTY_SPACE or SOFT_SPACE, the caller should
697 if ((test_limit == PLENTY_SPACE) && (ctrl->ignore_size < IGNORE_SIZE))
713 thisdir->dl_space = ctrl->fullness_state = PLENTY_SPACE;
718 if (thisdir->dl_space == PLENTY_SPACE)
772 * a writable directory is in "PLENTY_SPACE" state.
922 if (ctrl->fullness_state == PLENTY_SPACE) { /* once */
1036 ctrl->fullness_state = PLENTY_SPACE;
[all...]

Completed in 16 milliseconds