Searched refs:ZTOTYPE (Results 1 – 5 of 5) sorted by relevance
326 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()
1631 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()
325 if (Z_ISDIR(ZTOTYPE(zp))) { in zfs_read()
62 #define ZTOTYPE(zp) (ZTOI(zp)->i_mode) macro
110 #define ZTOTYPE(zp) (ZTOV(zp)->v_type) macro