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

/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c138 int fullness_state; /* preferred dir state */ member in struct:plg_ctrl
164 (*plg_ctrl)->fullness_state = PLENTY_SPACE;
713 thisdir->dl_space = ctrl->fullness_state = PLENTY_SPACE;
844 (spacecheck(ctrl->activeDir, ctrl->fullness_state, in_len,
848 (statrc = spacecheck(ctrl->activeDir, ctrl->fullness_state,
897 "binfile: statrc=%d, fullness_state=%d\n",
898 statrc, ctrl->fullness_state));
922 if (ctrl->fullness_state == PLENTY_SPACE) { /* once */
923 ctrl->fullness_state = SOFT_SPACE;
1036 ctrl->fullness_state
[all...]

Completed in 22 milliseconds