Searched refs:is_remount (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | super.c | 108 int is_remount); 1276 int is_remount) in ocfs2_parse_options() argument 1282 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options() 1399 if (!is_remount) in ocfs2_parse_options() 1454 if (is_remount) in ocfs2_parse_options() 1465 if (is_remount) in ocfs2_parse_options()
|
D | ocfs2_trace.h | 1682 TP_PROTO(int is_remount, char *options), 1683 TP_ARGS(is_remount, options), 1685 __field(int, is_remount) 1689 __entry->is_remount = is_remount; 1692 TP_printk("%d %s", __entry->is_remount, __get_str(options))
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 983 ext3_fsblk_t *n_blocks_count, int is_remount) in parse_options() argument 1124 if (is_remount) { in parse_options() 1132 if (is_remount) { in parse_options() 1142 if (is_remount) { in parse_options() 1152 if (is_remount) { in parse_options() 1207 if (is_remount) { in parse_options() 1325 if (!is_remount) { in parse_options()
|
/linux-4.1.27/fs/nilfs2/ |
D | super.c | 738 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() argument 780 if (is_remount) { in parse_options()
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 1436 unsigned int *journal_ioprio, int is_remount) in handle_mount_opt() argument 1555 if (is_remount) { in handle_mount_opt() 1567 if (is_remount) { in handle_mount_opt() 1617 if (is_remount) { in handle_mount_opt() 1673 int is_remount) in parse_options() argument 1693 journal_ioprio, is_remount) < 0) in parse_options()
|
/linux-4.1.27/fs/ubifs/ |
D | super.c | 974 int is_remount) in ubifs_parse_options() argument
|