Searched refs:remount_fs (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/ |
| H A D | fs_context.c | 682 if (!sb->s_op->remount_fs) in legacy_reconfigure() 685 return sb->s_op->remount_fs(sb, &fc->sb_flags, in legacy_reconfigure()
|
| /linux-6.15/fs/orangefs/ |
| H A D | super.c | 322 .remount_fs = orangefs_remount_fs,
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | locking.rst | 180 int (*remount_fs) (struct super_block *, int *, char *); 204 remount_fs: write
|
| H A D | mount_api.rst | 302 .. Note:: reconfigure is intended as a replacement for remount_fs.
|
| H A D | vfs.rst | 270 int (*remount_fs) (struct super_block *, int *, char *); 377 ``remount_fs``
|
| /linux-6.15/fs/ufs/ |
| H A D | super.c | 1486 .remount_fs = ufs_remount,
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 2303 int (*remount_fs) (struct super_block *, int *, char *); member
|
| /linux-6.15/fs/f2fs/ |
| H A D | super.c | 3253 .remount_fs = f2fs_remount,
|