Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c201 if ((zfsvfs->z_case == ZFS_CASE_INSENSITIVE && in zfs_dirent_lock()
203 (zfsvfs->z_case == ZFS_CASE_MIXED && !(flag & ZCILOOK))) { in zfs_dirent_lock()
219 (zfsvfs->z_case == ZFS_CASE_MIXED && in zfs_dirent_lock()
934 if ((ZTOZSB(zp)->z_case == ZFS_CASE_INSENSITIVE && in zfs_dropname()
936 (ZTOZSB(zp)->z_case == ZFS_CASE_MIXED && in zfs_dropname()
H A Dzpl_inode.c80 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zpl_lookup()
367 if (error == 0 && zfsvfs->z_case == ZFS_CASE_INSENSITIVE) in zpl_unlink()
459 if (error == 0 && zfsvfs->z_case == ZFS_CASE_INSENSITIVE) in zpl_rmdir()
H A Dzpl_super.c293 switch (zfsvfs->z_case) { in __zpl_show_options()
H A Dzfs_ctldir.c890 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zfsctl_snapdir_rename()
967 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zfsctl_snapdir_remove()
H A Dzfs_vfsops.c650 zfsvfs->z_case = (uint_t)val; in zfsvfs_init()
660 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfsvfs_init()
661 zfsvfs->z_case == ZFS_CASE_MIXED) in zfsvfs_init()
H A Dzfs_vnops_os.c2892 if ((zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfs_rename()
2893 (zfsvfs->z_case == ZFS_CASE_MIXED && in zfs_rename()
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h70 zfs_case_t z_case; /* case-sense */ member
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h102 zfs_case_t z_case; /* case-sense */ member
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c156 if (zfsvfs->z_case == ZFS_CASE_MIXED) { in zfs_dirent_lookup()
704 if (zp->z_zfsvfs->z_case == ZFS_CASE_MIXED) { in zfs_dropname()
H A Dzfs_vfsops.c842 zfsvfs->z_case = (uint_t)val; in zfsvfs_init()
853 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfsvfs_init()
854 zfsvfs->z_case == ZFS_CASE_MIXED) in zfsvfs_init()
993 ((zfsvfs->z_case == ZFS_CASE_MIXED) && in zfsvfs_init()