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