Home
last modified time | relevance | path

Searched refs:DMU_OT_IS_FILE (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1921 if (level > 0 && (DMU_OT_IS_FILE(objtype) || objtype == DMU_OT_ZVOL)) { in spa_preferred_class()
1940 if (DMU_OT_IS_FILE(objtype) && in spa_preferred_class()
H A Ddmu.c2389 zp->zp_zpl_smallblk = DMU_OT_IS_FILE(zp->zp_type) ? in dmu_write_policy()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h149 #define DMU_OT_IS_FILE(ot) \ macro