Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_mount.c372 bool *update_sb) in xfs_check_new_dalign()
381 *update_sb = true; in xfs_check_new_dalign()
394 *update_sb = false; in xfs_check_new_dalign()
458 bool update_sb; in xfs_update_alignment() local
465 error = xfs_check_new_dalign(mp, mp->m_dalign, &update_sb); in xfs_update_alignment()
466 if (error || !update_sb) in xfs_update_alignment()
369 xfs_check_new_dalign( struct xfs_mount *mp, int new_dalign, bool *update_sb) xfs_check_new_dalign() argument
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_mount.c255 bool *update_sb) in xfs_check_new_dalign()
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()
252 xfs_check_new_dalign( struct xfs_mount *mp, int new_dalign, bool *update_sb) xfs_check_new_dalign() argument

Completed in 4 milliseconds