Searched refs:is_remount (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | super.c | 108 int is_remount); 1278 int is_remount) in ocfs2_parse_options() argument 1284 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options() 1410 if (!is_remount) in ocfs2_parse_options() 1465 if (is_remount) in ocfs2_parse_options() 1476 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.4.14/fs/nilfs2/ |
D | super.c | 741 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() argument 783 if (is_remount) { in parse_options()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 1453 unsigned int *journal_ioprio, int is_remount) in handle_mount_opt() argument 1578 if (is_remount) { in handle_mount_opt() 1590 if (is_remount) { in handle_mount_opt() 1640 if (is_remount) { in handle_mount_opt() 1699 int is_remount) in parse_options() argument 1719 journal_ioprio, is_remount) < 0) in parse_options()
|
/linux-4.4.14/fs/ubifs/ |
D | super.c | 978 int is_remount) in ubifs_parse_options() argument
|