Home
last modified time | relevance | path

Searched refs:waitSequential (Results 1 – 2 of 2) sorted by relevance

/dports/net/rclone/rclone-1.57.0/vfs/
H A Dread.go220 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 Dwrite.go133 waitSequential("write", fh.remote, fh.cond, fh.file.VFS().Opt.WriteWait, &fh.offset, off)