OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sa_bonus_tab
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
sa_impl.h
220
sa_idx_tab_t *
sa_bonus_tab
; /* idx of bonus */
member in struct:sa_handle
232
(type == SA_BONUS ? hdl->
sa_bonus_tab
: hdl->sa_spill_tab)
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
sa.c
341
if (hdl->
sa_bonus_tab
&& TOC_ATTR_PRESENT(
342
hdl->
sa_bonus_tab
->sa_idx_tab[bulk[i].sa_attr])) {
343
SA_ATTR_INFO(sa, hdl->
sa_bonus_tab
,
788
if (hdl->
sa_bonus_tab
) {
789
sa_idx_tab_rele(hdl->sa_os, hdl->
sa_bonus_tab
);
790
hdl->
sa_bonus_tab
= NULL;
1299
hdl->
sa_bonus_tab
= idx_tab;
1355
if (hdl->
sa_bonus_tab
)
1356
sa_idx_tab_rele(hdl->sa_os, hdl->
sa_bonus_tab
);
1399
handle->
sa_bonus_tab
= NULL
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026