Searched refs:ctl_tran (Results 1 – 1 of 1) sorted by relevance
74 struct ctl_tran { struct75 LINK(struct ctl_tran) link;76 LINK(struct ctl_tran) wlink;96 LIST(struct ctl_tran) tran; argument97 LIST(struct ctl_tran) wtran;102 static struct ctl_tran *new_tran(struct ctl_cctx *, ctl_clntdone, void *, int);239 struct ctl_tran *tran; in ctl_command()274 static struct ctl_tran *276 struct ctl_tran *new = memget(sizeof *new); in new_tran()295 struct ctl_tran *tran; in start_write()[all …]