Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_mount.c731 const xfs_filblks_t new_max_fsbs = XFS_B_TO_FSBT(mp, new_max_bytes); in xfs_set_max_atomic_write_opt() local
761 if (new_max_fsbs > max_write) { in xfs_set_max_atomic_write_opt()
769 if (new_max_fsbs > max_group) { in xfs_set_max_atomic_write_opt()
777 if (new_max_fsbs > max_group_write) { in xfs_set_max_atomic_write_opt()
788 if (new_max_fsbs == 1) { in xfs_set_max_atomic_write_opt()
805 error = xfs_calc_atomic_write_reservation(mp, new_max_fsbs); in xfs_set_max_atomic_write_opt()