Searched refs:bonus (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/netbsd-tests/fs/vfs/
H A Dt_full.c56 size_t bonus; local
64 bonus = 0;
66 bonus = NFSBONUS;
74 for (written = 0; written < FSTEST_IMGSIZE + bonus; written +=n) {
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_deadlist.c460 dmu_buf_t *bonus; local
483 VERIFY3U(0, ==, dmu_bonus_hold(dl->dl_os, obj, FTAG, &bonus));
484 dlp = bonus->db_data;
485 dmu_buf_will_dirty(bonus, tx);
487 dmu_buf_rele(bonus, FTAG);
H A Ddmu_send.c1602 dmu_buf_t *bonus;
1603 if (dmu_bonus_hold(os, drrw->drr_object, FTAG, &bonus) != 0)
1606 arc_buf_t *abuf = dmu_request_arcbuf(bonus, drrw->drr_length);
1611 dmu_buf_rele(bonus, FTAG);
1622 dmu_buf_rele(bonus, FTAG);
1631 dmu_assign_arcbuf(bonus, drrw->drr_offset, abuf, tx);
1633 dmu_buf_rele(bonus, FTAG);
2139 * we can evict its bonus buffer.
H A Ddmu.c288 /* as long as the bonus buf is held, the dnode will be held */
295 * Wait to drop dn_struct_rwlock until after adding the bonus dbuf's
342 dmu_spill_hold_existing(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp) argument
344 dmu_buf_impl_t *db = (dmu_buf_impl_t *)bonus;
371 dmu_spill_hold_by_bonus(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp) argument
373 dmu_buf_impl_t *db = (dmu_buf_impl_t *)bonus;
551 if (len == 0) { /* they're interested in the bonus buffer */
1090 * (e.g. its bonus buffer), this routine is faster than dmu_read_uio(),
1194 * (e.g. its bonus buffer), this routine is faster than dmu_write_uio(),
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h259 * artificial blkids for bonus buffer and spill blocks
422 * The bonus data is accessed more or less like a regular buffer.
424 * dmu_buf_t with db_offset==-1ULL, and db_size = the size of the bonus
428 * dmu_buf_will_dirty. You may use dmu_buf_set_user() on the bonus
444 int dmu_spill_hold_by_bonus(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp);
447 int dmu_spill_hold_existing(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp);
769 void *bonus, uint64_t *userp, uint64_t *groupp);
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1745 void *bonus = NULL; local
1766 bonus = db->db_data;
1799 "", "", "", "", "", bonus_size, "bonus",
1815 bonus, bsize);
/freebsd-10.2-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3709 % We like breaks before the index initials, so insert a bonus.
/freebsd-10.2-release/contrib/amd/doc/
H A Dtexinfo.tex3535 % We like breaks before the index initials, so insert a bonus.
/freebsd-10.2-release/contrib/groff/doc/
H A Dtexinfo.tex3607 % We like breaks before the index initials, so insert a bonus.

Completed in 254 milliseconds