ZFS_CASE_INSENSITIVE
{ "insensitive", ZFS_CASE_INSENSITIVE },
if ((flags & FIGNORECASE) || zfsvfs->z_case == ZFS_CASE_INSENSITIVE) {
if ((flags & FIGNORECASE) || zfsvfs->z_case == ZFS_CASE_INSENSITIVE) {
if ((zfsvfs->z_case == ZFS_CASE_INSENSITIVE &&
if ((zp->z_zfsvfs->z_case == ZFS_CASE_INSENSITIVE &&
*is_ci = (sense == ZFS_CASE_INSENSITIVE);
if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE ||
if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) {
if ((zfsvfs->z_case == ZFS_CASE_INSENSITIVE ||
if (sense == ZFS_CASE_INSENSITIVE || sense == ZFS_CASE_MIXED)