Searched refs:search_blk (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/befs/
H A Ddatastream.c298 * it in and search through it for search_blk.
313 befs_blocknr_t search_blk; local
324 search_blk = blockno - indir_start_blk;
342 if (search_blk >= sum && search_blk < sum + len) {
343 int offset = search_blk - sum;

Completed in 145 milliseconds