Searched refs:tl_offset (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dtxg.h63 size_t tl_offset; member in struct:txg_list
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dtxg.c852 tl->tl_offset = offset;
918 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset);
943 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset);
979 p = (char *)tn - tl->tl_offset;
1002 if ((char *)tn - tl->tl_offset == p) {
1020 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset);
1040 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset);
1047 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset);
1055 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset);

Completed in 109 milliseconds