Home
last modified time | relevance | path

Searched refs:remount_fs (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/
H A Dfs_context.c682 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 Dsuper.c322 .remount_fs = orangefs_remount_fs,
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst180 int (*remount_fs) (struct super_block *, int *, char *);
204 remount_fs: write
H A Dmount_api.rst302 .. Note:: reconfigure is intended as a replacement for remount_fs.
H A Dvfs.rst270 int (*remount_fs) (struct super_block *, int *, char *);
377 ``remount_fs``
/linux-6.15/fs/ufs/
H A Dsuper.c1486 .remount_fs = ufs_remount,
/linux-6.15/include/linux/
H A Dfs.h2303 int (*remount_fs) (struct super_block *, int *, char *); member
/linux-6.15/fs/f2fs/
H A Dsuper.c3253 .remount_fs = f2fs_remount,