Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c860 tl->tl_offset = offset; in txg_list_empty_impl()
921 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add()
946 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add_tail()
982 p = (char *)tn - tl->tl_offset;
1005 if ((char *)tn - tl->tl_offset == p) { in txg_list_remove_this()
1023 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset);
1043 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_next()
1050 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_next()
1058 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset);
/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg.h63 size_t tl_offset; member