Searched refs:arc_release (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h174 void arc_release(arc_buf_t *buf, void *tag);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c915 arc_release(buf, db);
1241 * another (redundant) arc_release(). Therefore, leave
1245 arc_release(dr->dt.dl.dr_data, db);
1339 arc_release(db->db_buf, db);
1447 (void) arc_release(db->db_buf, db);
1639 arc_release(db->db_buf, db);
2042 arc_release(db->db_buf, db);
2047 arc_release(db->db_buf, db);
3497 arc_release(dr->dt.dl.dr_data, db);
H A Ddmu_objset.c1138 arc_release(os->os_phys_buf, &os->os_phys_buf);
H A Dsa.c1239 arc_release(db->db_buf, NULL);
H A Darc.c5111 arc_release(arc_buf_t *buf, void *tag) function

Completed in 99 milliseconds