Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dsuper.c2120 if (sb->s_op->freeze_fs) { in freeze_super()
2121 ret = sb->s_op->freeze_fs(sb); in freeze_super()
Dioctl.c395 if (sb->s_op->freeze_fs == NULL && sb->s_op->freeze_super == NULL) in ioctl_fsfreeze()
/linux-6.12.1/Documentation/filesystems/
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.
Dlocking.rst172 int (*freeze_fs) (struct super_block *);
196 freeze_fs: write
/linux-6.12.1/fs/jfs/
Dsuper.c886 .freeze_fs = jfs_freeze,
/linux-6.12.1/fs/nilfs2/
Dsuper.c706 .freeze_fs = nilfs_freeze,
/linux-6.12.1/fs/gfs2/
Dsuper.c1592 .freeze_fs = gfs2_freeze_fs,
/linux-6.12.1/fs/ext2/
Dsuper.c346 .freeze_fs = ext2_freeze,
/linux-6.12.1/fs/smb/client/
Dcifsfs.c843 .freeze_fs = cifs_freeze,
/linux-6.12.1/fs/xfs/
Dxfs_super.c1189 .freeze_fs = xfs_fs_freeze,
/linux-6.12.1/fs/reiserfs/
Dsuper.c818 .freeze_fs = reiserfs_freeze,
/linux-6.12.1/fs/btrfs/
Dsuper.c2435 .freeze_fs = btrfs_freeze,
/linux-6.12.1/fs/bcachefs/
Dfs.c2095 .freeze_fs = bch2_freeze,
/linux-6.12.1/include/linux/
Dfs.h2228 int (*freeze_fs) (struct super_block *); member
/linux-6.12.1/fs/f2fs/
Dsuper.c3166 .freeze_fs = f2fs_freeze,
/linux-6.12.1/fs/ext4/
Dsuper.c1632 .freeze_fs = ext4_freeze,
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst3125 | ``freeze_fs()``. |