/src/lib/librefuse/refuse/ |
buf.c | 287 ssize_t n_copied; local in function:fuse_buf_copy 298 n_copied = fuse_buf_copy_one(dst, dstv->off, src, srcv->off, len, flags); 299 if (n_copied == -1) { 308 total += n_copied; 310 if (fuse_buf_advance(srcv, (size_t)n_copied) != 0 || 311 fuse_buf_advance(dstv, (size_t)n_copied) != 0) 314 if ((size_t)n_copied < len)
|
buf.c | 287 ssize_t n_copied; local in function:fuse_buf_copy 298 n_copied = fuse_buf_copy_one(dst, dstv->off, src, srcv->off, len, flags); 299 if (n_copied == -1) { 308 total += n_copied; 310 if (fuse_buf_advance(srcv, (size_t)n_copied) != 0 || 311 fuse_buf_advance(dstv, (size_t)n_copied) != 0) 314 if ((size_t)n_copied < len)
|
buf.c | 287 ssize_t n_copied; local in function:fuse_buf_copy 298 n_copied = fuse_buf_copy_one(dst, dstv->off, src, srcv->off, len, flags); 299 if (n_copied == -1) { 308 total += n_copied; 310 if (fuse_buf_advance(srcv, (size_t)n_copied) != 0 || 311 fuse_buf_advance(dstv, (size_t)n_copied) != 0) 314 if ((size_t)n_copied < len)
|