Searched refs:PrepareNextReadAhead (Results 1 – 2 of 2) sorted by relevance
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
H A D | snapuserd_readahead.cpp | 53 int ReadAhead::PrepareNextReadAhead(uint64_t* source_offset, int* pending_ops, in PrepareNextReadAhead() function in android::snapshot::ReadAhead 273 int linear_blocks = PrepareNextReadAhead(&source_offset, &num_ops, blocks_, xor_op_vec); in ReadAheadAsyncIO() 503 int linear_blocks = PrepareNextReadAhead(&source_offset, &num_ops, blocks_, xor_op_vec); in ReadAheadSyncIO()
|
H A D | snapuserd_core.h | 119 int PrepareNextReadAhead(uint64_t* source_offset, int* pending_ops,
|