Searched refs:s_time_to_space (Results 1 – 3 of 3) sorted by relevance
796 __u64 s_time_to_space; member
1224 uspi->s_time_to_space = ~0ULL; in ufs_fill_super()1228 uspi->s_time_to_space = (uspi->s_root_blocks / 2) + 1; in ufs_fill_super()
465 if (uspi->cs_total.cs_nffree > uspi->s_time_to_space) in ufs_new_fragments()