Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_fsops.c456 if (!bdev_freeze(mp->m_super->s_bdev)) { in xfs_fs_goingdown()
/linux/block/
H A Dbdev.c243 int bdev_freeze(struct block_device *bdev) in bdev_freeze() function
269 EXPORT_SYMBOL(bdev_freeze);
/linux/fs/bcachefs/
H A Dfs-ioctl.c353 ret = bdev_freeze(c->vfs_sb->s_bdev); in bch2_ioc_goingdown()
/linux/fs/exfat/
H A Dsuper.c185 ret = bdev_freeze(sb->s_bdev); in exfat_force_shutdown()
/linux/include/linux/
H A Dblkdev.h1698 int bdev_freeze(struct block_device *bdev);
/linux/fs/ext4/
H A Dioctl.c822 ret = bdev_freeze(sb->s_bdev); in ext4_force_shutdown()