Searched defs:sparse_offset (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_operation.cc171 int64 sparse_offset,
180 sparse_offset,
194 int64 sparse_offset,
203 sparse_offset,
217 int64 sparse_offset,
226 sparse_offset,
244 const int64 sparse_offset = 0; local
257 sparse_offset,
291 int64 other_op_end = other_op.sparse_offset() + other_op.length();
292 return sparse_offset_ < other_op_end && other_op.sparse_offset() < en
169 ReadSparseOperation( SimpleEntryImpl* entry, int64 sparse_offset, int length, net::IOBuffer* buf, const CompletionCallback& callback) argument
192 WriteSparseOperation( SimpleEntryImpl* entry, int64 sparse_offset, int length, net::IOBuffer* buf, const CompletionCallback& callback) argument
215 GetAvailableRangeOperation( SimpleEntryImpl* entry, int64 sparse_offset, int length, int64* out_start, const CompletionCallback& callback) argument
310 SimpleEntryOperation(SimpleEntryImpl* entry, net::IOBuffer* buf, const CompletionCallback& callback, Entry** out_entry, int offset, int64 sparse_offset, int length, int64* out_start, EntryOperationType type, bool have_index, int index, bool truncate, bool optimistic, bool alone_in_queue) argument
[all...]
H A Dsimple_entry_operation.h71 int64 sparse_offset,
77 int64 sparse_offset,
83 int64 sparse_offset,
104 int64 sparse_offset() const { return sparse_offset_; } function in class:disk_cache::SimpleEntryOperation
118 int64 sparse_offset,
H A Dsimple_synchronous_entry.h109 int64 sparse_offset; member in struct:disk_cache::SimpleSynchronousEntry::EntryOperationData
H A Dsimple_entry_impl.cc625 ReadSparseDataInternal(operation->sparse_offset(),
631 WriteSparseDataInternal(operation->sparse_offset(),
637 GetAvailableRangeInternal(operation->sparse_offset(),
984 int64 sparse_offset,
999 sparse_offset, buf_len),
1012 int64 sparse_offset,
1038 sparse_offset, buf_len),
1052 int64 sparse_offset,
1066 sparse_offset, len),
983 ReadSparseDataInternal( int64 sparse_offset, net::IOBuffer* buf, int buf_len, const CompletionCallback& callback) argument
1011 WriteSparseDataInternal( int64 sparse_offset, net::IOBuffer* buf, int buf_len, const CompletionCallback& callback) argument
1051 GetAvailableRangeInternal( int64 sparse_offset, int len, int64* out_start, const CompletionCallback& callback) argument
/external/e2fsprogs/misc/
H A De2image.c311 static void write_block(int fd, char *buf, int sparse_offset, argument
317 if (sparse_offset) {
319 if (lseek64(fd, sparse_offset, SEEK_CUR) < 0)
322 if (lseek(fd, sparse_offset, SEEK_CUR) < 0)

Completed in 179 milliseconds