Searched refs:is_remount (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/fs/ocfs2/ |
| D | super.c | 90 int is_remount); 1256 int is_remount) in ocfs2_parse_options() argument 1264 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options() 1384 if (!is_remount) in ocfs2_parse_options() 1439 if (is_remount) in ocfs2_parse_options() 1450 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-v5.10/fs/ext4/ |
| D | super.c | 2070 bool is_remount) in ext4_set_test_dummy_encryption() argument 2082 if (is_remount && !sbi->s_dummy_enc_policy.policy) { in ext4_set_test_dummy_encryption() 2112 unsigned int *journal_ioprio, int is_remount) in handle_mount_opt() argument 2264 if (is_remount) { in handle_mount_opt() 2276 if (is_remount) { in handle_mount_opt() 2318 is_remount); in handle_mount_opt() 2320 if (is_remount) { in handle_mount_opt() 2354 if (is_remount && in handle_mount_opt() 2362 if (is_remount && in handle_mount_opt() 2375 if (is_remount && in handle_mount_opt() [all …]
|
| /Linux-v5.10/fs/nilfs2/ |
| D | super.c | 717 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() argument 760 if (is_remount) { in parse_options()
|
| /Linux-v5.10/fs/ubifs/ |
| D | super.c | 1025 int is_remount) in ubifs_parse_options() argument 1113 if (!is_remount) { in ubifs_parse_options() 1121 if (!is_remount) { in ubifs_parse_options()
|
| /Linux-v5.10/fs/f2fs/ |
| D | super.c | 421 bool is_remount) in f2fs_set_test_dummy_encryption() argument 438 if (is_remount && !F2FS_OPTION(sbi).dummy_enc_policy.policy) { in f2fs_set_test_dummy_encryption() 463 static int parse_options(struct super_block *sb, char *options, bool is_remount) in parse_options() argument 840 is_remount); in parse_options()
|