Searched refs:ZTOTYPE (Results 1 – 5 of 5) sorted by relevance
303 if (zp->z_acl_cached == NULL || Z_ISLNK(ZTOTYPE(zp))) in zfs_sa_upgrade()378 if (Z_ISBLK(ZTOTYPE(zp)) || Z_ISCHR(ZTOTYPE(zp))) in zfs_sa_upgrade()
1588 if (Z_ISBLK(ZTOTYPE(zp)) || Z_ISCHR(ZTOTYPE(zp))) in sa_add_projid()1648 if (Z_ISBLK(ZTOTYPE(zp)) || Z_ISCHR(ZTOTYPE(zp))) in sa_add_projid()
205 if (Z_ISDIR(ZTOTYPE(zp))) { in zfs_read()
62 #define ZTOTYPE(zp) (ZTOI(zp)->i_mode) macro
111 #define ZTOTYPE(zp) (ZTOV(zp)->v_type) macro