Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c752 tl->tl_offset = offset; in txg_list_create()
803 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add()
828 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add_tail()
864 p = (char *)tn - tl->tl_offset; in txg_list_remove()
887 if ((char *)tn - tl->tl_offset == p) { in txg_list_remove_this()
905 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_member()
921 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_head()
928 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_next()
933 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_next()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dtxg.h62 size_t tl_offset; member