Searched refs:fs_optim (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ufs/ |
H A D | balloc.c | 459 if (fs32_to_cpu(sb, usb1->fs_optim) == UFS_OPTSPACE) { in ufs_new_fragments() 462 usb1->fs_optim = cpu_to_fs32(sb, UFS_OPTTIME); in ufs_new_fragments() 466 usb1->fs_optim = cpu_to_fs32(sb, UFS_OPTSPACE); in ufs_new_fragments()
|
H A D | ufs_fs.h | 390 __fs32 fs_optim; /* optimization preference, see below */ 846 __fs32 fs_optim; member
|
H A D | super.c | 1227 usb1->fs_optim = cpu_to_fs32(sb, UFS_OPTSPACE); in ufs_fill_super()
|
/kernel/linux/linux-6.6/fs/ufs/ |
H A D | balloc.c | 455 if (fs32_to_cpu(sb, usb1->fs_optim) == UFS_OPTSPACE) { in ufs_new_fragments() 458 usb1->fs_optim = cpu_to_fs32(sb, UFS_OPTTIME); in ufs_new_fragments() 462 usb1->fs_optim = cpu_to_fs32(sb, UFS_OPTSPACE); in ufs_new_fragments()
|
H A D | ufs_fs.h | 390 __fs32 fs_optim; /* optimization preference, see below */ 846 __fs32 fs_optim; member
|
H A D | super.c | 1226 usb1->fs_optim = cpu_to_fs32(sb, UFS_OPTSPACE); in ufs_fill_super()
|
Completed in 11 milliseconds