Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_mount.c271 bool *update_sb) in xfs_check_new_dalign() argument
280 *update_sb = true; in xfs_check_new_dalign()
293 *update_sb = false; in xfs_check_new_dalign()
359 bool update_sb; in xfs_update_alignment() local
366 error = xfs_check_new_dalign(mp, mp->m_dalign, &update_sb); in xfs_update_alignment()
367 if (error || !update_sb) in xfs_update_alignment()
/linux/drivers/md/
H A Dmd-llbitmap.c1595 .update_sb = llbitmap_update_sb,
H A Dmd-cluster.c1264 mddev->bitmap_ops->update_sb(bitmap); in cluster_check_sync_size()
H A Dmd-bitmap.c3007 .update_sb = bitmap_update_sb,
H A Dmd.c2916 mddev->bitmap_ops->update_sb(mddev->bitmap); in md_update_sb()
10557 mddev->bitmap_ops->update_sb(mddev->bitmap); in check_sb_changes()