Searched refs:is_remount (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | super.c | 104 int is_remount); 1293 int is_remount) in ocfs2_parse_options() argument 1301 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options() 1421 if (!is_remount) in ocfs2_parse_options() 1476 if (is_remount) in ocfs2_parse_options() 1487 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-4.19.296/fs/nilfs2/ |
D | super.c | 753 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() argument 796 if (is_remount) { in parse_options()
|
/linux-4.19.296/fs/ext4/ |
D | super.c | 1766 unsigned int *journal_ioprio, int is_remount) in handle_mount_opt() argument 1900 if (is_remount) { in handle_mount_opt() 1912 if (is_remount) { in handle_mount_opt() 1962 if (is_remount) { in handle_mount_opt() 1992 if (is_remount && test_opt(sb, DAX)) { in handle_mount_opt() 1997 if (is_remount && !(sbi->s_mount_opt & EXT4_MOUNT_DAX)) { in handle_mount_opt() 2035 int is_remount) in parse_options() argument 2055 journal_ioprio, is_remount) < 0) in parse_options()
|
/linux-4.19.296/fs/ubifs/ |
D | super.c | 988 int is_remount) in ubifs_parse_options() argument
|