Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Dquotaio.c245 if (((flags & EXT2_FILE_WRITE) == 0) || in quota_file_open()
246 (h->qh_file_flags & EXT2_FILE_WRITE)) { in quota_file_open()
367 h->qh_file_flags = EXT2_FILE_WRITE | EXT2_FILE_CREATE; in quota_file_create()
/external/e2fsprogs/debugfs/
Dquota.c80 flags |= EXT2_FILE_WRITE; in parse_quota_type()
/external/e2fsprogs/lib/ext2fs/
Dfileio.c54 if ((flags & (EXT2_FILE_WRITE | EXT2_FILE_CREATE)) && in ext2fs_file_open2()
404 if (!(file->flags & EXT2_FILE_WRITE)) in ext2fs_file_write()
Dinode_io.c153 open_flags = (flags & IO_FLAG_RW) ? EXT2_FILE_WRITE : 0; in inode_open()
Dinline_data.c422 retval = ext2fs_file_open(fs, ino, EXT2_FILE_WRITE, &e2_file); in ext2fs_inline_data_file_expand()
Dext_attr.c1249 ret = ext2fs_file_open(fs, ino, EXT2_FILE_WRITE, &file); in xattr_create_ea_inode()
Dext2fs.h166 #define EXT2_FILE_WRITE 0x0001 macro
/external/e2fsprogs/misc/
Dfuse2fs.c2030 err = ext2fs_file_open(fs, ino, EXT2_FILE_WRITE, &file); in op_truncate()
2068 *e2fs_open_flags &= ~EXT2_FILE_WRITE; in detect_linux_executable_open()
2100 file->open_flags |= EXT2_FILE_WRITE; in __op_open()
2104 file->open_flags |= EXT2_FILE_WRITE; in __op_open()
2305 if (fs_writeable(fs) && fh->open_flags & EXT2_FILE_WRITE) { in op_release()
2336 if (fs_writeable(fs) && fh->open_flags & EXT2_FILE_WRITE) { in op_fsync()
Dcreate_inode.c566 err = ext2fs_file_open(fs, ino, EXT2_FILE_WRITE, &e2_file); in copy_file()
/external/e2fsprogs/doc/
Dlibext2fs.texinfo438 @item EXT2_FILE_WRITE