Searched refs:IO_FLAG_RW (Results 1 - 8 of 8) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dext2_io.h96 #define IO_FLAG_RW 0x0001 macro
H A Dinode_io.c154 open_flags = (flags & IO_FLAG_RW) ? EXT2_FILE_WRITE : 0;
H A Dunix_io.c509 open_flags = (flags & IO_FLAG_RW) ? O_RDWR : O_RDONLY;
574 if (flags & IO_FLAG_RW) {
601 if ((flags & IO_FLAG_RW) &&
H A Dinitialize.c120 io_flags = IO_FLAG_RW;
H A Dopenfs.c134 io_flags |= IO_FLAG_RW;
/external/e2fsprogs/misc/
H A De2undo.c180 IO_FLAG_EXCLUSIVE | IO_FLAG_RW, &channel);
H A De2image.c1400 retval = io_ptr->open(device, IO_FLAG_RW, &io);
/external/e2fsprogs/e2fsck/
H A Djournal.c375 int flags = IO_FLAG_RW;

Completed in 97 milliseconds