Home
last modified time | relevance | path

Searched refs:def_mount_opt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c2973 unsigned int mount_opt, def_mount_opt; in _ext4_show_options() local
2981 def_mount_opt = sbi->s_def_mount_opt2; in _ext4_show_options()
2984 def_mount_opt = sbi->s_def_mount_opt; in _ext4_show_options()
2987 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt))) in _ext4_show_options()
/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c2542 int def_errors, def_mount_opt = sbi->s_def_mount_opt; in _ext4_show_options() local
2557 if (!nodefs && !(m->mount_opt & (sbi->s_mount_opt ^ def_mount_opt))) in _ext4_show_options()
2592 (sbi->s_mount_opt ^ def_mount_opt)) { in _ext4_show_options()

Completed in 17 milliseconds