Searched refs:bonus (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dsl_deadlist.c | 463 dmu_buf_t *bonus; in dsl_deadlist_merge() local 486 VERIFY3U(0, ==, dmu_bonus_hold(dl->dl_os, obj, FTAG, &bonus)); in dsl_deadlist_merge() 487 dlp = bonus->db_data; in dsl_deadlist_merge() 488 dmu_buf_will_dirty(bonus, tx); in dsl_deadlist_merge() 490 dmu_buf_rele(bonus, FTAG); in dsl_deadlist_merge()
|
H A D | dmu.c | 338 dmu_spill_hold_existing(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp) in dmu_spill_hold_existing() argument 340 dmu_buf_impl_t *db = (dmu_buf_impl_t *)bonus; in dmu_spill_hold_existing() 367 dmu_spill_hold_by_bonus(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp) in dmu_spill_hold_by_bonus() argument 369 dmu_buf_impl_t *db = (dmu_buf_impl_t *)bonus; in dmu_spill_hold_by_bonus()
|
H A D | dmu_send.c | 2074 dmu_buf_t *bonus; in receive_write() local 2075 if (dmu_bonus_hold(rwa->os, drrw->drr_object, FTAG, &bonus) != 0) in receive_write() 2077 dmu_assign_arcbuf(bonus, drrw->drr_offset, abuf, tx); in receive_write() 2087 dmu_buf_rele(bonus, FTAG); in receive_write()
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 441 int dmu_spill_hold_by_bonus(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp); 444 int dmu_spill_hold_existing(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp); 875 void *bonus, uint64_t *userp, uint64_t *groupp);
|
/titanic_44/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 1175 \ routines when bonus pool contains a znode 1205 \ routines when bonus pool contains sa's 1231 \ content in bonus buf
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 1829 void *bonus = NULL; in dump_object() local 1857 bonus = db->db_data; in dump_object() 1906 bonus, bsize); in dump_object()
|
/titanic_44/usr/src/cmd/look/ |
H A D | words | 2828 bonus
|
/titanic_44/usr/src/cmd/spell/ |
H A D | list | 2827 bonus
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 3607 % We like breaks before the index initials, so insert a bonus.
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 4522 # as an added bonus, this deals with all the capabilities common to
|
H A D | terminfo.src | 5160 # as an added bonus, this deals with all the capabilities common to
|