Searched refs:is_remount (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | super.c | 87 int is_remount); 1238 int is_remount) in ocfs2_parse_options() argument 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()
|
H A D | ocfs2_trace.h | 1680 TP_PROTO(int is_remount, char *options), 1681 TP_ARGS(is_remount, options), 1683 __field(int, is_remount) 1687 __entry->is_remount = is_remount; 1690 TP_printk("%d %s", __entry->is_remount, __get_str(options))
|
/openbmc/linux/fs/nilfs2/ |
H A D | super.c | 750 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() argument 793 if (is_remount) { in parse_options()
|
/openbmc/linux/fs/ubifs/ |
H A D | super.c | 1037 int is_remount) in ubifs_parse_options() argument 1125 if (!is_remount) { in ubifs_parse_options() 1133 if (!is_remount) { in ubifs_parse_options()
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | 2151 int is_remount; in ext4_parse_param() local 2159 is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_parse_param() 2315 if (is_remount) { in ext4_parse_param() 2329 if (is_remount) { in ext4_parse_param() 2774 int is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_check_opt_consistency() local 2809 if ((ctx->spec & EXT4_SPEC_DATAJ) && is_remount) { in ext4_check_opt_consistency() 2823 if (is_remount) { in ext4_check_opt_consistency()
|
/openbmc/linux/fs/f2fs/ |
H A D | super.c | 473 bool is_remount) in f2fs_set_test_dummy_encryption() argument 500 if (is_remount && !fscrypt_is_dummy_policy_set(policy)) { in f2fs_set_test_dummy_encryption() 658 static int parse_options(struct super_block *sb, char *options, bool is_remount) in parse_options() argument 1018 is_remount); in parse_options()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | super.c | 1161 int is_remount) in ubifs_parse_options() argument
|