OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IO_FLAG_RW
(Results
1 - 8
of
8
) sorted by null
/external/e2fsprogs/lib/ext2fs/
ext2_io.h
96
#define
IO_FLAG_RW
0x0001
inode_io.c
154
open_flags = (flags &
IO_FLAG_RW
) ? EXT2_FILE_WRITE : 0;
unix_io.c
509
open_flags = (flags &
IO_FLAG_RW
) ? O_RDWR : O_RDONLY;
574
if (flags &
IO_FLAG_RW
) {
601
if ((flags &
IO_FLAG_RW
) &&
initialize.c
120
io_flags =
IO_FLAG_RW
;
openfs.c
134
io_flags |=
IO_FLAG_RW
;
/external/e2fsprogs/misc/
e2undo.c
180
IO_FLAG_EXCLUSIVE |
IO_FLAG_RW
, &channel);
e2image.c
[
all
...]
/external/e2fsprogs/e2fsck/
journal.c
375
int flags =
IO_FLAG_RW
;
Completed in 3782 milliseconds