Home
last modified time | relevance | path

Searched refs:is_remount (Results 1 – 5 of 5) sorted by relevance

/fs/ocfs2/
Dsuper.c104 int is_remount);
1276 int is_remount) in ocfs2_parse_options() argument
1284 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options()
1404 if (!is_remount) in ocfs2_parse_options()
1459 if (is_remount) in ocfs2_parse_options()
1470 if (is_remount) in ocfs2_parse_options()
Docfs2_trace.h1675 TP_PROTO(int is_remount, char *options),
1676 TP_ARGS(is_remount, options),
1678 __field(int, is_remount)
1682 __entry->is_remount = is_remount;
1685 TP_printk("%d %s", __entry->is_remount, __get_str(options))
/fs/nilfs2/
Dsuper.c731 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() argument
774 if (is_remount) { in parse_options()
/fs/ext4/
Dsuper.c1696 unsigned int *journal_ioprio, int is_remount) in handle_mount_opt() argument
1830 if (is_remount) { in handle_mount_opt()
1842 if (is_remount) { in handle_mount_opt()
1892 if (is_remount) { in handle_mount_opt()
1955 int is_remount) in parse_options() argument
1975 journal_ioprio, is_remount) < 0) in parse_options()
/fs/ubifs/
Dsuper.c983 int is_remount) in ubifs_parse_options() argument