Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h513 #define WP_NOFILL 0x1 macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c2309 } else if (wp & WP_NOFILL) { in dmu_write_policy()
2365 if (os->os_encrypted && (wp & WP_NOFILL) == 0) { in dmu_write_policy()
H A Ddbuf.c4195 wp_flag |= (db->db_state == DB_NOFILL) ? WP_NOFILL : 0; in dbuf_write()