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.c880 tl->tl_offset = offset; in txg_list_create()
941 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add()
966 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add_tail()
1002 p = (char *)tn - tl->tl_offset; in txg_list_remove()
1025 if ((char *)tn - tl->tl_offset == p) { in txg_list_remove_this()
1043 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_member()
1063 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_head()
1070 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_next()
1078 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_next()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg.h65 size_t tl_offset; member