Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs_context.c686 if (!sb->s_op->remount_fs) in legacy_reconfigure()
689 return sb->s_op->remount_fs(sb, &fc->sb_flags, in legacy_reconfigure()
/linux/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/include/linux/
H A Dfs.h2356 int (*remount_fs) (struct super_block *, int *, char *); member