Searched refs:is_remount (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/fs/ocfs2/ |
| D | super.c | 104 int is_remount); 1291 int is_remount) in ocfs2_parse_options() argument 1299 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options() 1419 if (!is_remount) in ocfs2_parse_options() 1474 if (is_remount) in ocfs2_parse_options() 1485 if (is_remount) in ocfs2_parse_options()
|
| D | ocfs2_trace.h | 1677 TP_PROTO(int is_remount, char *options), 1678 TP_ARGS(is_remount, options), 1680 __field(int, is_remount) 1684 __entry->is_remount = is_remount; 1687 TP_printk("%d %s", __entry->is_remount, __get_str(options))
|
| /Linux-v4.19/fs/nilfs2/ |
| D | super.c | 721 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() argument 764 if (is_remount) { in parse_options()
|
| /Linux-v4.19/fs/ext4/ |
| D | super.c | 1708 unsigned int *journal_ioprio, int is_remount) in handle_mount_opt() argument 1835 if (is_remount) { in handle_mount_opt() 1847 if (is_remount) { in handle_mount_opt() 1897 if (is_remount) { in handle_mount_opt() 1960 int is_remount) in parse_options() argument 1980 journal_ioprio, is_remount) < 0) in parse_options()
|
| /Linux-v4.19/fs/ubifs/ |
| D | super.c | 988 int is_remount) in ubifs_parse_options() argument
|