Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_mount.c267 bool *update_sb) in xfs_check_new_dalign() argument
276 *update_sb = true; in xfs_check_new_dalign()
289 *update_sb = false; in xfs_check_new_dalign()
355 bool update_sb; in xfs_update_alignment() local
362 error = xfs_check_new_dalign(mp, mp->m_dalign, &update_sb); in xfs_update_alignment()
363 if (error || !update_sb) in xfs_update_alignment()
/linux-6.12.1/drivers/md/
Dmd-bitmap.h99 void (*update_sb)(void *data); member
Dmd-cluster.c1259 mddev->bitmap_ops->update_sb(bitmap); in cluster_check_sync_size()
Dmd-bitmap.c2992 .update_sb = bitmap_update_sb,
Dmd.c2756 mddev->bitmap_ops->update_sb(mddev->bitmap); in md_update_sb()
9960 mddev->bitmap_ops->update_sb(mddev->bitmap); in check_sb_changes()