Lines Matching refs:fctrl
620 findbuf(struct puffs_usermount *pu, struct puffs_framectrl *fctrl, in findbuf() argument
627 if (fctrl->cmpfb(pu, findme, cand, ¬resp) == 0 || notresp) in findbuf()
658 puffs__framev_input(struct puffs_usermount *pu, struct puffs_framectrl *fctrl, in puffs__framev_input() argument
674 rv = fctrl->rfb(pu, pufbuf, fio->io_fd, &complete); in puffs__framev_input()
690 appbuf = findbuf(pu, fctrl, fio, pufbuf); in puffs__framev_input()
697 if (fctrl->gotfb) { in puffs__framev_input()
699 fctrl->gotfb(pu, pufbuf); in puffs__framev_input()
726 puffs__framev_output(struct puffs_usermount *pu, struct puffs_framectrl *fctrl, in puffs__framev_output() argument
739 rv = fctrl->wfb(pu, pufbuf, fio->io_fd, &complete); in puffs__framev_output()
797 fio->fctrl = pfctrl; in puffs__framev_addfd_ctrl()
955 if (fio->fctrl->fdnotfn) in puffs__framev_readclose()
956 fio->fctrl->fdnotfn(pu, fio->io_fd, notflag); in puffs__framev_readclose()
983 if (fio->fctrl->fdnotfn) in puffs__framev_writeclose()
984 fio->fctrl->fdnotfn(pu, fio->io_fd, notflag); in puffs__framev_writeclose()