Searched refs:Z_ISLNK (Results 1 – 3 of 3) sorted by relevance
69 #define Z_ISLNK(type) S_ISLNK(type) macro
116 #define Z_ISLNK(type) ((type) == VLNK) macro
326 if (zp->z_acl_cached == NULL || Z_ISLNK(ZTOTYPE(zp))) in zfs_sa_upgrade()