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.c130 !(file->flags & EXT2_FILE_BUF_DIRTY)) in ext2fs_file_flush()
149 file->flags &= ~EXT2_FILE_BUF_DIRTY; in ext2fs_file_flush()
314 file->flags |= EXT2_FILE_BUF_DIRTY; in ext2fs_file_write()
Dext2fs.h161 #define EXT2_FILE_BUF_DIRTY 0x4000 macro