Home
last modified time | relevance | path

Searched refs:s_time_to_space (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/ufs/
Dufs_fs.h796 __u64 s_time_to_space; member
Dsuper.c1224 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()
Dballoc.c461 if (uspi->cs_total.cs_nffree > uspi->s_time_to_space) in ufs_new_fragments()