Searched refs:is_remount (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/fs/ocfs2/ |
| D | super.c | 87 int is_remount); 1233 int is_remount) in ocfs2_parse_options() argument 1241 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options() 1361 if (!is_remount) in ocfs2_parse_options() 1416 if (is_remount) in ocfs2_parse_options() 1427 if (is_remount) in ocfs2_parse_options()
|
| D | ocfs2_trace.h | 1679 TP_PROTO(int is_remount, char *options), 1680 TP_ARGS(is_remount, options), 1682 __field(int, is_remount) 1686 __entry->is_remount = is_remount; 1689 TP_printk("%d %s", __entry->is_remount, __get_str(options))
|
| /Linux-v6.1/fs/nilfs2/ |
| D | super.c | 718 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() argument 761 if (is_remount) { in parse_options()
|
| /Linux-v6.1/fs/ubifs/ |
| D | super.c | 1028 int is_remount) in ubifs_parse_options() argument 1116 if (!is_remount) { in ubifs_parse_options() 1124 if (!is_remount) { in ubifs_parse_options()
|
| /Linux-v6.1/fs/ext4/ |
| D | super.c | 2063 int is_remount; in ext4_parse_param() local 2071 is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_parse_param() 2230 if (is_remount) { in ext4_parse_param() 2244 if (is_remount) { in ext4_parse_param() 2700 int is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_check_opt_consistency() local 2735 if ((ctx->spec & EXT4_SPEC_DATAJ) && is_remount) { in ext4_check_opt_consistency() 2749 if (is_remount) { in ext4_check_opt_consistency()
|
| /Linux-v6.1/fs/f2fs/ |
| D | super.c | 495 bool is_remount) in f2fs_set_test_dummy_encryption() argument 522 if (is_remount && !fscrypt_is_dummy_policy_set(policy)) { in f2fs_set_test_dummy_encryption() 655 static int parse_options(struct super_block *sb, char *options, bool is_remount) in parse_options() argument 1026 is_remount); in parse_options()
|