Lines Matching refs:mount_opt
1614 int mount_opt; member
1776 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in handle_mount_opt()
1778 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in handle_mount_opt()
1900 else if (test_opt(sb, DATA_FLAGS) != m->mount_opt) { in handle_mount_opt()
1907 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
1912 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
1923 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
1929 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
1935 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
1937 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
1950 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
1952 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
2093 if (!nodefs && !(m->mount_opt & (sbi->s_mount_opt ^ def_mount_opt))) in _ext4_show_options()
2096 (sbi->s_mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
2097 (!want_set && (sbi->s_mount_opt & m->mount_opt))) in _ext4_show_options()