Searched refs:is_remount (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | super.c | 91 int is_remount); 1242 int is_remount) in ocfs2_parse_options() argument 1250 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options() 1370 if (!is_remount) in ocfs2_parse_options() 1425 if (is_remount) in ocfs2_parse_options() 1436 if (is_remount) in ocfs2_parse_options()
|
| H A 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))
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | super.c | 2075 bool is_remount) in ext4_set_test_dummy_encryption() argument 2093 if (is_remount && !sbi->s_dummy_enc_policy.policy) { in ext4_set_test_dummy_encryption() 2125 unsigned int *journal_ioprio, int is_remount) in handle_mount_opt() argument 2277 if (is_remount) { in handle_mount_opt() 2289 if (is_remount) { in handle_mount_opt() 2331 is_remount); in handle_mount_opt() 2333 if (is_remount) { in handle_mount_opt() 2367 if (is_remount && in handle_mount_opt() 2375 if (is_remount && in handle_mount_opt() 2388 if (is_remount && in handle_mount_opt() [all …]
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | super.c | 719 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() argument 762 if (is_remount) { in parse_options()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | super.c | 498 bool is_remount) in f2fs_set_test_dummy_encryption() argument 515 if (is_remount && !F2FS_OPTION(sbi).dummy_enc_policy.policy) { in f2fs_set_test_dummy_encryption() 608 static int parse_options(struct super_block *sb, char *options, bool is_remount) in parse_options() argument 986 is_remount); in parse_options()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | super.c | 1162 int is_remount) in ubifs_parse_options() argument
|