HomeSort by relevance Sort by last modified time
    Searched refs:z_case (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
zfs_vfsops.h 61 zfs_case_t z_case; /* case-sense */ member in struct:zfsvfs
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_dir.c 159 * zfsvfs->z_case and zfsvfs->z_norm fields. These choices
179 ((zfsvfs->z_case == ZFS_CASE_INSENSITIVE) && (flag & ZCIEXACT)) ||
180 ((zfsvfs->z_case == ZFS_CASE_MIXED) && !(flag & ZCILOOK));
193 ((zfsvfs->z_case == ZFS_CASE_MIXED) &&
767 if (((zp->z_zfsvfs->z_case == ZFS_CASE_INSENSITIVE) &&
769 ((zp->z_zfsvfs->z_case == ZFS_CASE_MIXED) &&
zfs_vfsops.c 871 zfsvfs->z_case = (uint_t)zval;
877 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE ||
878 zfsvfs->z_case == ZFS_CASE_MIXED)
1110 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) {
1114 } else if (zfsvfs->z_case == ZFS_CASE_MIXED) {
    [all...]
zfs_ctldir.c 610 if ((flags & FIGNORECASE) || zfsvfs->z_case == ZFS_CASE_INSENSITIVE) {
673 if ((flags & FIGNORECASE) || zfsvfs->z_case == ZFS_CASE_INSENSITIVE) {
    [all...]
zfs_vnops.c     [all...]

Completed in 660 milliseconds