Home
last modified time | relevance | path

Searched refs:Z_ISDIR (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h71 #define Z_ISDIR(type) S_ISDIR(type) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_znode_impl.h117 #define Z_ISDIR(type) ((type) == VDIR) macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c325 if (Z_ISDIR(ZTOTYPE(zp))) { in zfs_read()