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

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

Completed in 78 milliseconds