Lines Matching defs:copyFileRangeHook
649 type copyFileRangeHook struct { struct
650 called bool
651 dstfd int
652 srcfd int
653 remain int64
655 written int64
656 handled bool
657 err error
659 original func(dst, src *poll.FD, remain int64) (int64, bool, error)
662 func (h *copyFileRangeHook) install() {
674 func (h *copyFileRangeHook) uninstall() {