Searched refs:EXT2_FILE_WRITE (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | quotaio.c | 245 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/ |
D | quota.c | 80 flags |= EXT2_FILE_WRITE; in parse_quota_type()
|
/external/e2fsprogs/lib/ext2fs/ |
D | fileio.c | 54 if ((flags & (EXT2_FILE_WRITE | EXT2_FILE_CREATE)) && in ext2fs_file_open2() 404 if (!(file->flags & EXT2_FILE_WRITE)) in ext2fs_file_write()
|
D | inode_io.c | 153 open_flags = (flags & IO_FLAG_RW) ? EXT2_FILE_WRITE : 0; in inode_open()
|
D | inline_data.c | 422 retval = ext2fs_file_open(fs, ino, EXT2_FILE_WRITE, &e2_file); in ext2fs_inline_data_file_expand()
|
D | ext_attr.c | 1249 ret = ext2fs_file_open(fs, ino, EXT2_FILE_WRITE, &file); in xattr_create_ea_inode()
|
D | ext2fs.h | 166 #define EXT2_FILE_WRITE 0x0001 macro
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 2030 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()
|
D | create_inode.c | 566 err = ext2fs_file_open(fs, ino, EXT2_FILE_WRITE, &e2_file); in copy_file()
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 438 @item EXT2_FILE_WRITE
|