Searched refs:Z_ISDIR (Results 1 – 3 of 3) sorted by relevance
72 #define Z_ISDIR(type) S_ISDIR(type) macro
122 #define Z_ISDIR(type) ((type) == VDIR) macro
353 if (Z_ISDIR(ZTOTYPE(zp))) { in zfs_read()