Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dtxg.c697 tl->tl_offset = offset; in txg_list_create()
746 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add()
770 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add_tail()
802 p = (char *)tn - tl->tl_offset; in txg_list_remove()
824 if ((char *)tn - tl->tl_offset == p) { in txg_list_remove_this()
842 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_member()
856 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_head()
863 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_next()
867 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_next()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h62 size_t tl_offset; member
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2207 lwd->lw_offset = list.tl_offset; in txg_list_walk_init_common()