Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c830 tl->tl_offset = offset; in txg_list_create()
896 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add()
921 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add_tail()
957 p = (char *)tn - tl->tl_offset; in txg_list_remove()
980 if ((char *)tn - tl->tl_offset == p) { in txg_list_remove_this()
998 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_member()
1018 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_head()
1025 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_next()
1033 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_next()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg.h63 size_t tl_offset; member