HomeSort by relevance Sort by last modified time
    Searched refs:EXT2_FILE_WRITE (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ext2fs/
fileio.c 47 if ((flags & (EXT2_FILE_WRITE | EXT2_FILE_CREATE)) &&
279 if (!(file->flags & EXT2_FILE_WRITE))
inode_io.c 154 open_flags = (flags & IO_FLAG_RW) ? EXT2_FILE_WRITE : 0;
ext2fs.h 156 #define EXT2_FILE_WRITE 0x0001
    [all...]
  /external/e2fsprogs/lib/quota/
quotaio.c 314 EXT2_FILE_WRITE | EXT2_FILE_CREATE, &e2_file);
  /external/e2fsprogs/debugfs/
debugfs.c     [all...]

Completed in 151 milliseconds