Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c191 if ((zfsvfs->z_case == ZFS_CASE_INSENSITIVE && in zfs_dirent_lock()
193 (zfsvfs->z_case == ZFS_CASE_MIXED && !(flag & ZCILOOK))) { in zfs_dirent_lock()
209 (zfsvfs->z_case == ZFS_CASE_MIXED && in zfs_dirent_lock()
929 if ((ZTOZSB(zp)->z_case == ZFS_CASE_INSENSITIVE && in zfs_dropname()
931 (ZTOZSB(zp)->z_case == ZFS_CASE_MIXED && in zfs_dropname()
H A Dzpl_inode.c71 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zpl_lookup()
329 if (error == 0 && zfsvfs->z_case == ZFS_CASE_INSENSITIVE) in zpl_unlink()
408 if (error == 0 && zfsvfs->z_case == ZFS_CASE_INSENSITIVE) in zpl_rmdir()
H A Dzfs_ctldir.c903 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zfsctl_snapdir_rename()
984 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zfsctl_snapdir_remove()
H A Dzfs_vfsops.c470 zfsvfs->z_case = (uint_t)val; in zfsvfs_init()
480 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfsvfs_init()
481 zfsvfs->z_case == ZFS_CASE_MIXED) in zfsvfs_init()
H A Dzpl_super.c313 switch (zfsvfs->z_case) { in __zpl_show_options()
H A Dzfs_vnops_os.c2934 if ((zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfs_rename_idmap()
2935 (zfsvfs->z_case == ZFS_CASE_MIXED && in zfs_rename_idmap()
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h60 zfs_case_t z_case; /* case-sense */ member
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h88 zfs_case_t z_case; /* case-sense */ member
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c146 if (zfsvfs->z_case == ZFS_CASE_MIXED) { in zfs_dirent_lookup()
698 if (zp->z_zfsvfs->z_case == ZFS_CASE_MIXED) { in zfs_dropname()
H A Dzfs_vfsops.c841 zfsvfs->z_case = (uint_t)val; in zfsvfs_init()
852 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfsvfs_init()
853 zfsvfs->z_case == ZFS_CASE_MIXED) in zfsvfs_init()
992 ((zfsvfs->z_case == ZFS_CASE_MIXED) && in zfsvfs_init()
H A Dzfs_vnops_os.c5846 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) in zfs_freebsd_pathconf()