Searched refs:is_remount (Results 1 – 5 of 5) sorted by relevance
/fs/ocfs2/ |
D | super.c | 108 int is_remount); 1277 int is_remount) in ocfs2_parse_options() argument 1283 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options() 1409 if (!is_remount) in ocfs2_parse_options() 1464 if (is_remount) in ocfs2_parse_options() 1475 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))
|
/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()
|
/fs/ext4/ |
D | super.c | 1468 unsigned int *journal_ioprio, int is_remount) in handle_mount_opt() argument 1593 if (is_remount) { in handle_mount_opt() 1605 if (is_remount) { in handle_mount_opt() 1655 if (is_remount) { in handle_mount_opt() 1714 int is_remount) in parse_options() argument 1734 journal_ioprio, is_remount) < 0) in parse_options()
|
/fs/ubifs/ |
D | super.c | 978 int is_remount) in ubifs_parse_options() argument
|