Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_mount.c729 unsigned long long new_max_bytes) in xfs_set_max_atomic_write_opt() argument
731 const xfs_filblks_t new_max_fsbs = XFS_B_TO_FSBT(mp, new_max_bytes); in xfs_set_max_atomic_write_opt()
741 if (new_max_bytes == 0) in xfs_set_max_atomic_write_opt()
747 if (!is_power_of_2(new_max_bytes)) { in xfs_set_max_atomic_write_opt()
750 new_max_bytes); in xfs_set_max_atomic_write_opt()
754 if (new_max_bytes & mp->m_blockmask) { in xfs_set_max_atomic_write_opt()
757 new_max_bytes); in xfs_set_max_atomic_write_opt()
764 new_max_bytes >> 10, in xfs_set_max_atomic_write_opt()
772 new_max_bytes >> 10, in xfs_set_max_atomic_write_opt()
780 new_max_bytes >> 10, in xfs_set_max_atomic_write_opt()
[all …]
H A Dxfs_mount.h806 unsigned long long new_max_bytes);