Searched refs:is_remount (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/ocfs2/ |
| D | super.c | 90 int is_remount); 1241 int is_remount) in ocfs2_parse_options() argument 1249 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options() 1369 if (!is_remount) in ocfs2_parse_options() 1424 if (is_remount) in ocfs2_parse_options() 1435 if (is_remount) in ocfs2_parse_options()
|
| 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))
|
| /Linux-v5.4/fs/nilfs2/ |
| D | super.c | 714 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() argument 757 if (is_remount) { in parse_options()
|
| /Linux-v5.4/fs/ext4/ |
| D | super.c | 1793 unsigned int *journal_ioprio, int is_remount) in handle_mount_opt() argument 1927 if (is_remount) { in handle_mount_opt() 1939 if (is_remount) { in handle_mount_opt() 1989 if (is_remount) { in handle_mount_opt() 2052 int is_remount) in parse_options() argument 2072 journal_ioprio, is_remount) < 0) in parse_options()
|
| /Linux-v5.4/fs/ubifs/ |
| D | super.c | 1007 int is_remount) in ubifs_parse_options() argument
|