Home
last modified time | relevance | path

Searched refs:EXT2_FILE_BUF_DIRTY (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dfileio.c139 !(file->flags & EXT2_FILE_BUF_DIRTY)) in ext2fs_file_flush()
174 file->flags &= ~EXT2_FILE_BUF_DIRTY; in ext2fs_file_flush()
435 file->flags |= EXT2_FILE_BUF_DIRTY; in ext2fs_file_write()
Dext2fs.h171 #define EXT2_FILE_BUF_DIRTY 0x4000 macro