Home
last modified time | relevance | path

Searched refs:tl_offset (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2959 size_t tl_offset; member
2987 lwd->lw_offset = list.tl_offset; in txg_list_walk_init_common()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h62 size_t tl_offset; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c780 tl->tl_offset = offset; in txg_list_create()
831 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add()
856 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add_tail()
892 p = (char *)tn - tl->tl_offset; in txg_list_remove()
915 if ((char *)tn - tl->tl_offset == p) { in txg_list_remove_this()
933 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_member()
949 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_head()
956 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_next()
961 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_next()