Searched refs:s_minfree (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dballoc.c457 if (uspi->s_minfree < 5 || uspi->cs_total.cs_nffree
458 > uspi->s_dsize * uspi->s_minfree / (2 * 100))
468 (uspi->s_minfree - 2) / 100)
H A Dsuper.c1071 uspi->s_minfree = fs32_to_cpu(sb, usb1->fs_minfree);
1386 buf->f_bavail = (buf->f_bfree > (((long)buf->f_blocks / 100) * uspi->s_minfree))
1387 ? (buf->f_bfree - (((long)buf->f_blocks / 100) * uspi->s_minfree)) : 0;
H A Dufs_fs.h584 __u32 s_minfree; /* minimum percentage of free blocks */ member in struct:ufs_sb_private_info

Completed in 44 milliseconds