Lines Matching full:find
41 * @ds: datastream to find data with
83 * @fblock: the blocknumber with the file position to find
112 "befs_fblock2brun() was asked to find block %lu, " in befs_fblock2brun()
222 * befs_find_brun_direct - find a direct block run in the datastream
225 * @blockno: the blocknumber to find
258 befs_debug(sb, "---> %s, find %lu", __func__, (unsigned long)blockno); in befs_find_brun_direct()
276 befs_error(sb, "%s failed to find file block %lu", __func__, in befs_find_brun_direct()
283 * befs_find_brun_indirect - find a block run in the datastream
286 * @blockno: the blocknumber to find
321 befs_debug(sb, "---> %s, find %lu", __func__, (unsigned long)blockno); in befs_find_brun_indirect()
366 befs_error(sb, "BeFS: %s failed to find " in befs_find_brun_indirect()
374 * befs_find_brun_dblindirect - find a block run in the datastream
377 * @blockno: the blocknumber to find
406 * the indirect block and perform a similar process to find
449 befs_debug(sb, "---> %s find %lu", __func__, (unsigned long)blockno); in befs_find_brun_dblindirect()