OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_dbuf
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zap_leaf.h
160
dmu_buf_t *
l_dbuf
;
member in struct:zap_leaf
166
return (l->
l_dbuf
->db_data);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap.c
120
l->
l_dbuf
= db;
422
l->
l_dbuf
= NULL;
425
l->l_blkid << FZAP_BLOCK_SHIFT(zap), NULL, &l->
l_dbuf
,
427
dmu_buf_init_user(&l->l_dbu, zap_leaf_evict_sync, NULL, &l->
l_dbuf
);
428
winner = dmu_buf_set_user(l->
l_dbuf
, &l->l_dbu);
430
dmu_buf_will_dirty(l->
l_dbuf
, tx);
457
dmu_buf_rele(l->
l_dbuf
, NULL);
472
l->
l_dbuf
= db;
474
dmu_buf_init_user(&l->l_dbu, zap_leaf_evict_sync, NULL, &l->
l_dbuf
);
503
(uintptr_t)zap_leaf_phys(l), ==, l->
l_dbuf
->db_size)
[
all
...]
zap_leaf.c
110
dmu_buf_t
l_dbuf
;
local
112
l_dbuf
.db_data = buf;
114
l.
l_dbuf
= &
l_dbuf
;
165
l->l_bs = highbit64(l->
l_dbuf
->db_size) - 1;
Completed in 22 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026