Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ext4/
Dsuper.c2940 unsigned int mount_opt, def_mount_opt; in _ext4_show_options() local
2948 def_mount_opt = sbi->s_def_mount_opt2; in _ext4_show_options()
2951 def_mount_opt = sbi->s_def_mount_opt; in _ext4_show_options()
2954 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt))) in _ext4_show_options()