Searched refs:ext2fs_file_read (Results 1 – 14 of 14) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | dump.c | 124 retval = ext2fs_file_read(e2_file, buf, blocksize, &got); in dump_file() 224 retval = ext2fs_file_read(e2_file, p, bytes, &got); in rdump_symlink()
|
D | logdump.c | 310 retval = ext2fs_file_read(source->file, buf, size, &got); in read_journal_block()
|
/external/e2fsprogs/lib/ext2fs/ |
D | inode_io.c | 225 return ext2fs_file_read(data->file, buf, count, 0); in inode_read_blk64()
|
D | fileio.c | 285 errcode_t ext2fs_file_read(ext2_file_t file, void *buf, in ext2fs_file_read() function
|
D | ext_attr.c | 931 err = ext2fs_file_read(ea_file, x->value, in read_xattrs_from_buffer()
|
D | ext2fs.h | 1345 extern errcode_t ext2fs_file_read(ext2_file_t file, void *buf,
|
/external/e2fsprogs/misc/ |
D | e2initrd_helper.c | 107 retval = ext2fs_file_read(e2_file, buf, inode.i_size, &got); in get_file()
|
D | dumpe2fs.c | 382 retval = ext2fs_file_read(journal_file, buf, sizeof(buf), 0); in print_inline_journal_information()
|
D | fuse2fs.c | 886 err = ext2fs_file_read(file, buf, len, &got); in op_readlink() 2193 err = ext2fs_file_read(efp, buf, len, &got); in op_read()
|
D | tune2fs.c | 701 retval = ext2fs_file_read(file, ctx->ea_buf, inode->i_size, in update_ea_inode_hash()
|
/external/e2fsprogs/lib/support/ |
D | quotaio.c | 176 err = ext2fs_file_read(e2_file, buf, size, &bytes_read); in quota_read_nomount()
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.20.txt | 117 read error. (Fixed a bug in ext2fs_file_read library routine which
|
/external/e2fsprogs/debian/ |
D | libext2fs2.symbols | 244 ext2fs_file_read@Base 1.37
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 466 @deftypefun errcode_t ext2fs_file_read (ext2_file_t @var{file}, void *@var{buf}, unsigned int @var{…
|