Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_mount.c255 bool *update_sb) in xfs_check_new_dalign() argument
264 *update_sb = true; in xfs_check_new_dalign()
277 *update_sb = false; in xfs_check_new_dalign()
343 bool update_sb; in xfs_update_alignment() local
350 error = xfs_check_new_dalign(mp, mp->m_dalign, &update_sb); in xfs_update_alignment()
351 if (error || !update_sb) in xfs_update_alignment()