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

/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c633 * spacecheck - determine whether the given directory's filesystem
647 * for the soft limit check as before, spacecheck checks for space
655 spacecheck(dirlist_t *thisdir, int test_limit, size_t next_buf_size) function
819 * a -1 means spacecheck couldn't check for space.
823 (spacecheck(activeDir, fullness_state, in_len) != 0)) {
826 (statrc = spacecheck(activeDir, fullness_state,
828 DPRINT((dbfp, "binfile: returned from spacecheck\n"));

Completed in 46 milliseconds