Searched refs:is_remount (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/fs/ocfs2/ |
| D | super.c | 88 int is_remount); 1252 int is_remount) in ocfs2_parse_options() argument 1260 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options() 1380 if (!is_remount) in ocfs2_parse_options() 1435 if (is_remount) in ocfs2_parse_options() 1446 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.15/fs/ext4/ |
| D | super.c | 2050 bool is_remount) in ext4_set_test_dummy_encryption() argument 2062 if (is_remount && !sbi->s_dummy_enc_policy.policy) { in ext4_set_test_dummy_encryption() 2098 int is_remount) in handle_mount_opt() argument 2250 if (is_remount) { in handle_mount_opt() 2262 if (is_remount) { in handle_mount_opt() 2304 is_remount); in handle_mount_opt() 2306 if (is_remount) { in handle_mount_opt() 2340 if (is_remount && in handle_mount_opt() 2348 if (is_remount && in handle_mount_opt() 2361 if (is_remount && in handle_mount_opt() [all …]
|
| /Linux-v5.15/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.15/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-v5.15/fs/f2fs/ |
| D | super.c | 459 bool is_remount) in f2fs_set_test_dummy_encryption() argument 476 if (is_remount && !F2FS_OPTION(sbi).dummy_enc_policy.policy) { in f2fs_set_test_dummy_encryption() 606 static int parse_options(struct super_block *sb, char *options, bool is_remount) in parse_options() argument 989 is_remount); in parse_options()
|