Home
last modified time | relevance | path

Searched refs:z_case (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c200 if ((zfsvfs->z_case == ZFS_CASE_INSENSITIVE && in zfs_dirent_lock()
202 (zfsvfs->z_case == ZFS_CASE_MIXED && !(flag & ZCILOOK))) { in zfs_dirent_lock()
218 (zfsvfs->z_case == ZFS_CASE_MIXED && in zfs_dirent_lock()
912 if ((ZTOZSB(zp)->z_case == ZFS_CASE_INSENSITIVE && in zfs_dropname()
914 (ZTOZSB(zp)->z_case == ZFS_CASE_MIXED && in zfs_dropname()
H A Dzpl_inode.c57 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zpl_lookup()
270 if (error == 0 && zfsvfs->z_case == ZFS_CASE_INSENSITIVE) in zpl_unlink()
330 if (error == 0 && zfsvfs->z_case == ZFS_CASE_INSENSITIVE) in zpl_rmdir()
H A Dzfs_ctldir.c834 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zfsctl_snapdir_rename()
910 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zfsctl_snapdir_remove()
H A Dzfs_vfsops.c663 zfsvfs->z_case = (uint_t)val; in zfsvfs_init()
673 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfsvfs_init()
674 zfsvfs->z_case == ZFS_CASE_MIXED) in zfsvfs_init()
H A Dzfs_vnops_os.c2769 if ((zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfs_rename()
2770 (zfsvfs->z_case == ZFS_CASE_MIXED && in zfs_rename()
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h100 zfs_case_t z_case; /* case-sense */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c809 zfsvfs->z_case = (uint_t)val; in zfsvfs_init()
820 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfsvfs_init()
821 zfsvfs->z_case == ZFS_CASE_MIXED) in zfsvfs_init()
926 ((zfsvfs->z_case == ZFS_CASE_MIXED) && in zfsvfs_init()
1217 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zfs_domount()
1221 } else if (zfsvfs->z_case == ZFS_CASE_MIXED) { in zfs_domount()
H A Dzfs_dir.c156 if (zfsvfs->z_case == ZFS_CASE_MIXED) { in zfs_dirent_lookup()
686 if (zp->z_zfsvfs->z_case == ZFS_CASE_MIXED) { in zfs_dropname()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h88 zfs_case_t z_case; /* case-sense */ member