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

/external/kernel-headers/original/linux/
H A Dtextsearch.h23 * @cb: control buffer, for persistant variables of get_next_block()
57 * @get_next_block: callback to fetch the next block to search in
65 * get_next_block - fetch next block of data
76 unsigned int (*get_next_block)(unsigned int consumed, member in struct:ts_config
82 * finish - finalize/clean a series of get_next_block() calls
86 * Called after the last use of get_next_block(), may be used
/external/e2fsprogs/e2fsck/
H A Drehash.c255 static errcode_t get_next_block(ext2_filsys fs, struct out_dir *outdir, function
429 if ((retval = get_next_block(fs, outdir, &block_start)))
450 if ((retval = get_next_block(fs, outdir,
598 if ((retval = get_next_block(fs, outdir,

Completed in 102 milliseconds