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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dufs_fs_sb.h62 __u32 s_minfree; /* minimum percentage of free blocks */ member in struct:ufs_sb_private_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dufs_fs_sb.h62 __u32 s_minfree; /* minimum percentage of free blocks */ member in struct:ufs_sb_private_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ufs/
H A Dballoc.c341 if (uspi->s_minfree < 5 || fs32_to_cpu(sb, usb1->fs_cstotal.cs_nffree)
342 > uspi->s_dsize * uspi->s_minfree / (2 * 100) )
352 (uspi->s_minfree - 2) / 100)
H A Dsuper.c762 uspi->s_minfree = fs32_to_cpu(sb, usb1->fs_minfree);
975 buf->f_bavail = (buf->f_bfree > ((buf->f_blocks / 100) * uspi->s_minfree))
976 ? (buf->f_bfree - ((buf->f_blocks / 100) * uspi->s_minfree)) : 0;

Completed in 49 milliseconds