Lines Matching refs:dl_space
95 int dl_space; member
177 node_new->dl_space = node_orig->dl_space; in dupdirnode()
219 node->dl_space = PLENTY_SPACE; in growauditlist()
558 current_dir->dl_space = SPACE_FULL; in open_log()
588 current_dir->dl_space = SPACE_FULL; in open_log()
668 thisdir->dl_space = SPACE_FULL; in spacecheck()
675 thisdir->dl_space = SPACE_FULL; in spacecheck()
677 thisdir->dl_space = fullness_state = PLENTY_SPACE; in spacecheck()
680 thisdir->dl_space = SOFT_SPACE; in spacecheck()
682 if (thisdir->dl_space == PLENTY_SPACE) in spacecheck()
685 return (thisdir->dl_space == test_limit); in spacecheck()
875 (activeDir->dl_space == SOFT_SPACE)) {
882 (activeDir->dl_space == SPACE_FULL)) {