Searched refs:arc_buf_destroy (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | arc.h | 171 void arc_buf_destroy(arc_buf_t *buf, void *tag);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dmu_diff.c | 149 arc_buf_destroy(abuf, &abuf);
|
H A D | dbuf.c | 927 arc_buf_destroy(buf, db); 1424 arc_buf_destroy(obuf, db); 1853 arc_buf_destroy(dr->dt.dl.dr_data, db); 2027 arc_buf_destroy(buf, db); 2045 arc_buf_destroy(db->db_buf, db); 2048 arc_buf_destroy(db->db_buf, db); 2071 arc_buf_destroy(db->db_buf, db); 2412 arc_buf_destroy(abuf, private); 3435 arc_buf_destroy(dr->dt.dl.dr_data, db);
|
H A D | dmu_traverse.c | 384 arc_buf_destroy(buf, &buf); 599 arc_buf_destroy(buf, &buf);
|
H A D | dsl_scan.c | 654 arc_buf_destroy(buf, &buf); 680 arc_buf_destroy(buf, &buf); 712 arc_buf_destroy(buf, &buf);
|
H A D | dmu_objset.c | 347 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf); 434 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf); 738 arc_buf_destroy(os->os_phys_buf, &os->os_phys_buf);
|
H A D | zil.c | 247 arc_buf_destroy(abuf, &abuf); 284 arc_buf_destroy(abuf, &abuf);
|
H A D | dmu_send.c | 636 arc_buf_destroy(abuf, &abuf); 648 arc_buf_destroy(abuf, &abuf); 733 arc_buf_destroy(abuf, &abuf);
|
H A D | arc.c | 3106 arc_buf_destroy(arc_buf_t *buf, void* tag) function 4519 arc_buf_destroy(buf, arg); 4528 arc_buf_destroy(buf, arg);
|
H A D | dmu.c | 1383 arc_buf_destroy(buf, FTAG);
|
H A D | zio.c | 2438 arc_buf_destroy(abuf, &abuf);
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 1285 arc_buf_destroy(buf, &buf);
|
Completed in 1909 milliseconds