Searched refs:DB_FILL (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h79 DB_FILL, enumerator in enum:dbuf_states
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c761 db->db_state != DB_FILL && !dn->dn_free_txg) {
1172 db->db_state == DB_FILL) {
1195 while (db->db_state == DB_READ || db->db_state == DB_FILL)
1204 db->db_state = DB_FILL;
1300 if (db->db_state == DB_READ || db->db_state == DB_FILL) {
1403 * when we are changing its size, so no concurrent DB_FILL can
1525 db->db_state == DB_CACHED || db->db_state == DB_FILL ||
1946 if (db->db_state == DB_FILL) {
2017 while (db->db_state == DB_READ || db->db_state == DB_FILL)
2054 db->db_state = DB_FILL;
[all...]
H A Ddnode_sync.c214 if (buf != NULL && child->db_state != DB_FILL &&
H A Ddmu.c507 db->db_state == DB_FILL)

Completed in 57 milliseconds