OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tl_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
txg.h
62
size_t
tl_offset
;
member in struct:txg_list
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
txg.c
705
tl->
tl_offset
= offset;
754
txg_node_t *tn = (txg_node_t *)((char *)p + tl->
tl_offset
);
778
txg_node_t *tn = (txg_node_t *)((char *)p + tl->
tl_offset
);
810
p = (char *)tn - tl->
tl_offset
;
832
if ((char *)tn - tl->
tl_offset
== p) {
850
txg_node_t *tn = (txg_node_t *)((char *)p + tl->
tl_offset
);
864
return (tn == NULL ? NULL : (char *)tn - tl->
tl_offset
);
871
txg_node_t *tn = (txg_node_t *)((char *)p + tl->
tl_offset
);
875
return (tn == NULL ? NULL : (char *)tn - tl->
tl_offset
);
Completed in 17 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026