Home
last modified time | relevance | path

Searched refs:freeze_fs (Results 1 – 12 of 12) sorted by relevance

/linux/fs/
H A Dsuper.c2120 if (sb->s_op->freeze_fs) { in freeze_super()
2121 ret = sb->s_op->freeze_fs(sb); in freeze_super()
H A Dioctl.c394 if (sb->s_op->freeze_fs == NULL && sb->s_op->freeze_super == NULL) in ioctl_fsfreeze()
/linux/Documentation/filesystems/
H A Dvfs.rst265 int (*freeze_fs) (struct super_block *);
355 Called instead of ->freeze_fs callback if provided.
358 ->freeze_fs to be called too, then it has to call ->freeze_fs
361 ``freeze_fs``
372 again after ->freeze_fs. Optional.
H A Dlocking.rst172 int (*freeze_fs) (struct super_block *);
196 freeze_fs: write
/linux/fs/nilfs2/
H A Dsuper.c706 .freeze_fs = nilfs_freeze,
/linux/fs/ext2/
H A Dsuper.c346 .freeze_fs = ext2_freeze,
/linux/fs/xfs/
H A Dxfs_super.c1194 .freeze_fs = xfs_fs_freeze,
/linux/fs/smb/client/
H A Dcifsfs.c869 .freeze_fs = cifs_freeze,
/linux/fs/btrfs/
H A Dsuper.c2413 .freeze_fs = btrfs_freeze,
/linux/fs/bcachefs/
H A Dfs.c2095 .freeze_fs = bch2_freeze,
/linux/include/linux/
H A Dfs.h2239 int (*freeze_fs) (struct super_block *); member
/linux/fs/ext4/
H A Dsuper.c1639 .freeze_fs = ext4_freeze,