OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXT2_FILE_BUF_VALID
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
fileio.c
110
if (!(file->flags &
EXT2_FILE_BUF_VALID
) ||
150
file->flags &= ~
EXT2_FILE_BUF_VALID
;
162
* function basically only sets file->physblock and
EXT2_FILE_BUF_VALID
170
if (!(file->flags &
EXT2_FILE_BUF_VALID
)) {
186
file->flags |=
EXT2_FILE_BUF_VALID
;
ext2fs.h
156
#define
EXT2_FILE_BUF_VALID
0x2000
[
all
...]
Completed in 155 milliseconds