Home
last modified time | relevance | path

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

/linux-4.19.296/fs/tracefs/
Dinode.c289 static int tracefs_apply_options(struct super_block *sb, bool remount) in tracefs_apply_options() argument
300 if (!remount || opts->opts & BIT(Opt_mode)) { in tracefs_apply_options()
305 if (!remount || opts->opts & BIT(Opt_uid)) in tracefs_apply_options()
308 if (!remount || opts->opts & BIT(Opt_gid)) { in tracefs_apply_options()
/linux-4.19.296/fs/jfs/
Djfs_mount.c233 int jfs_mount_rw(struct super_block *sb, int remount) in jfs_mount_rw() argument
243 if (remount) { in jfs_mount_rw()
/linux-4.19.296/fs/hpfs/
Dsuper.c22 static void mark_dirty(struct super_block *s, int remount) in mark_dirty() argument
24 if (hpfs_sb(s)->sb_chkdsk && (remount || !sb_rdonly(s))) { in mark_dirty()
/linux-4.19.296/fs/affs/
DChanges222 - Added a remount function, so attempts to remount
/linux-4.19.296/fs/udf/
Dsuper.c470 bool remount) in udf_parse_options() argument
550 if (!remount) in udf_parse_options()
557 if (!remount) in udf_parse_options()
575 if (!remount) { in udf_parse_options()