Searched refs:new_max_bytes (Results 1 – 2 of 2) sorted by relevance
726 unsigned long long new_max_bytes) in xfs_set_max_atomic_write_opt() argument 728 const xfs_filblks_t new_max_fsbs = XFS_B_TO_FSBT(mp, new_max_bytes); in xfs_set_max_atomic_write_opt() 738 if (new_max_bytes == 0) in xfs_set_max_atomic_write_opt() 744 if (!is_power_of_2(new_max_bytes)) { in xfs_set_max_atomic_write_opt() 747 new_max_bytes); in xfs_set_max_atomic_write_opt() 751 if (new_max_bytes & mp->m_blockmask) { in xfs_set_max_atomic_write_opt() 754 new_max_bytes); in xfs_set_max_atomic_write_opt() 761 new_max_bytes >> 10, in xfs_set_max_atomic_write_opt() 769 new_max_bytes >> 10, in xfs_set_max_atomic_write_opt() 777 new_max_bytes >> 1 in xfs_set_max_atomic_write_opt() [all...]
803 unsigned long long new_max_bytes);