Home
last modified time | relevance | path

Searched refs:ZTOTYPE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_sa.c326 if (zp->z_acl_cached == NULL || Z_ISLNK(ZTOTYPE(zp))) in zfs_sa_upgrade()
401 if (Z_ISBLK(ZTOTYPE(zp)) || Z_ISCHR(ZTOTYPE(zp))) in zfs_sa_upgrade()
H A Dsa.c1631 if (Z_ISBLK(ZTOTYPE(zp)) || Z_ISCHR(ZTOTYPE(zp))) in sa_add_projid()
1702 if (Z_ISBLK(ZTOTYPE(zp)) || Z_ISCHR(ZTOTYPE(zp))) in sa_add_projid()
H A Dzfs_vnops.c325 if (Z_ISDIR(ZTOTYPE(zp))) { in zfs_read()
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h62 #define ZTOTYPE(zp) (ZTOI(zp)->i_mode) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_znode_impl.h110 #define ZTOTYPE(zp) (ZTOV(zp)->v_type) macro