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.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()
933 if ((ZTOZSB(zp)->z_case == ZFS_CASE_INSENSITIVE && in zfs_dropname()
935 (ZTOZSB(zp)->z_case == ZFS_CASE_MIXED && in zfs_dropname()
H A Dzpl_inode.c77 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zpl_lookup()
364 if (error == 0 && zfsvfs->z_case == ZFS_CASE_INSENSITIVE) in zpl_unlink()
443 if (error == 0 && zfsvfs->z_case == ZFS_CASE_INSENSITIVE) in zpl_rmdir()
H A Dzpl_super.c228 switch (zfsvfs->z_case) { in __zpl_show_options()
H A Dzfs_vfsops.c669 zfsvfs->z_case = (uint_t)val; in zfsvfs_init()
679 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfsvfs_init()
680 zfsvfs->z_case == ZFS_CASE_MIXED) in zfsvfs_init()
H A Dzfs_ctldir.c891 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zfsctl_snapdir_rename()
968 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE) { in zfsctl_snapdir_remove()
H A Dzfs_vnops_os.c2883 if ((zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfs_rename()
2884 (zfsvfs->z_case == ZFS_CASE_MIXED && in zfs_rename()
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h69 zfs_case_t z_case; /* case-sense */ member
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h101 zfs_case_t z_case; /* case-sense */ member
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c155 if (zfsvfs->z_case == ZFS_CASE_MIXED) { in zfs_dirent_lookup()
703 if (zp->z_zfsvfs->z_case == ZFS_CASE_MIXED) { in zfs_dropname()
H A Dzfs_vfsops.c832 zfsvfs->z_case = (uint_t)val; in zfsvfs_init()
843 if (zfsvfs->z_case == ZFS_CASE_INSENSITIVE || in zfsvfs_init()
844 zfsvfs->z_case == ZFS_CASE_MIXED) in zfsvfs_init()
953 ((zfsvfs->z_case == ZFS_CASE_MIXED) && in zfsvfs_init()