Home
last modified time | relevance | path

Searched refs:EXT2_FILE_WRITE (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dfileio.c46 if ((flags & (EXT2_FILE_WRITE | EXT2_FILE_CREATE)) && in ext2fs_file_open2()
261 if (!(file->flags & EXT2_FILE_WRITE)) in ext2fs_file_write()
Dinode_io.c146 open_flags = (flags & IO_FLAG_RW) ? EXT2_FILE_WRITE : 0; in inode_open()
Dext2fs.h158 #define EXT2_FILE_WRITE 0x0001 macro
/external/e2fsprogs/debugfs/
Ddebugfs.c1257 EXT2_FILE_WRITE, &e2_file); in copy_file()