Searched refs:z_case (Results 1 – 5 of 5) sorted by relevance
196 if ((zfsvfs->z_case == ZFS_CASE_INSENSITIVE && in zfs_dirent_lock()198 (zfsvfs->z_case == ZFS_CASE_MIXED && !(flag & ZCILOOK))) { in zfs_dirent_lock()214 (zfsvfs->z_case == ZFS_CASE_MIXED && in zfs_dirent_lock()872 if ((zp->z_zfsvfs->z_case == ZFS_CASE_INSENSITIVE && in zfs_dropname()874 (zp->z_zfsvfs->z_case == ZFS_CASE_MIXED && in zfs_dropname()
1084 zfsvfs->z_case = (uint_t)val; in zfsvfs_init()1090 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfsvfs_init()1091 zfsvfs->z_case == ZFS_CASE_MIXED) in zfsvfs_init()1437 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zfs_domount()1441 } else if (zfsvfs->z_case == ZFS_CASE_MIXED) { in zfs_domount()
625 if ((flags & FIGNORECASE) || zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zfsctl_snapdir_rename()690 if ((flags & FIGNORECASE) || zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zfsctl_snapdir_remove()
1452 (zdp->z_zfsvfs->z_case == ZFS_CASE_SENSITIVE)) { in zfs_lookup()3979 if ((zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfs_rename()3980 (zfsvfs->z_case == ZFS_CASE_MIXED && in zfs_rename()
63 zfs_case_t z_case; /* case-sense */ member