OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_next_block
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
textsearch.h
23
* @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/
rehash.c
256
static errcode_t
get_next_block
(ext2_filsys fs, struct out_dir *outdir,
function
419
if ((retval =
get_next_block
(fs, outdir, &block_start)))
431
if ((retval =
get_next_block
(fs, outdir,
573
if ((retval =
get_next_block
(fs, outdir,
Completed in 1048 milliseconds