Home
last modified time | relevance | path

Searched refs:is_remount (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ocfs2/
H A Dsuper.c87 int is_remount);
1238 int is_remount) in ocfs2_parse_options()
1246 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options()
1366 if (!is_remount) in ocfs2_parse_options()
1421 if (is_remount) in ocfs2_parse_options()
1432 if (is_remount) in ocfs2_parse_options()
1236 ocfs2_parse_options(struct super_block * sb,char * options,struct mount_options * mopt,int is_remount) ocfs2_parse_options() argument
H A Docfs2_trace.h1678 TP_PROTO(int is_remount, char *options),
1679 TP_ARGS(is_remount, options),
1681 __field(int, is_remount)
1685 __entry->is_remount = is_remount;
1688 TP_printk("%d %s", __entry->is_remount, __get_str(options))
/linux/fs/nilfs2/
H A Dsuper.c737 int is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in parse_options()
767 if (is_remount) { in parse_options()
729 parse_options(char * options,struct super_block * sb,int is_remount) parse_options() argument
/linux/fs/ubifs/
H A Dsuper.c1035 int is_remount) in ubifs_parse_options() argument
1123 if (!is_remount) { in ubifs_parse_options()
1131 if (!is_remount) { in ubifs_parse_options()
/linux/fs/ext4/
H A Dsuper.c2133 int is_remount; in ext4_parse_param() local
2139 is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_parse_param()
2283 if (is_remount) { in ext4_parse_param()
2297 if (is_remount) { in ext4_parse_param()
2741 int is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_check_opt_consistency() local
2767 if ((ctx->spec & EXT4_SPEC_DATAJ) && is_remount) { in ext4_check_opt_consistency()
2781 if (is_remount) { in ext4_check_opt_consistency()
/linux/fs/f2fs/
H A Dsuper.c486 bool is_remount) in f2fs_set_test_dummy_encryption() argument
513 if (is_remount && !fscrypt_is_dummy_policy_set(policy)) { in f2fs_set_test_dummy_encryption()
671 static int parse_options(struct super_block *sb, char *options, bool is_remount) in parse_options() argument
1025 is_remount); in parse_options()