Searched refs:waitSequential (Results 1 – 2 of 2) sorted by relevance
/dports/net/rclone/rclone-1.57.0/vfs/ |
H A D | read.go | 220 func waitSequential(what string, remote string, cond *sync.Cond, maxWait time.Duration, poff *int64… func 269 waitSequential("read", fh.remote, fh.cond, fh.file.VFS().Opt.ReadWait, &fh.offset, off)
|
H A D | write.go | 133 waitSequential("write", fh.remote, fh.cond, fh.file.VFS().Opt.WriteWait, &fh.offset, off)
|