Lines Matching refs:mount_opt
1366 int mount_opt; member
1521 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in handle_mount_opt()
1523 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in handle_mount_opt()
1643 else if (test_opt(sb, DATA_FLAGS) != m->mount_opt) { in handle_mount_opt()
1650 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
1655 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
1666 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
1672 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
1689 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
1691 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
1834 if (!(m->mount_opt & (sbi->s_mount_opt ^ def_mount_opt))) in _ext4_show_options()
1837 (sbi->s_mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
1838 (!want_set && (sbi->s_mount_opt & m->mount_opt))) in _ext4_show_options()