Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dinode_io.c218 if ((retval = ext2fs_file_llseek(data->file, in inode_read_blk64()
244 if ((retval = ext2fs_file_llseek(data->file, in inode_write_blk64()
Dfileio.c509 errcode_t ext2fs_file_llseek(ext2_file_t file, __u64 offset, in ext2fs_file_llseek() function
536 retval = ext2fs_file_llseek(file, loffset, whence, &ret_loffset); in ext2fs_file_lseek()
Dext2fs.h1350 extern errcode_t ext2fs_file_llseek(ext2_file_t file, __u64 offset,
/third_party/e2fsprogs/lib/support/
Dquotaio.c146 err = ext2fs_file_llseek(e2_file, offset, EXT2_SEEK_SET, NULL); in quota_write_nomount()
170 err = ext2fs_file_llseek(e2_file, offset, EXT2_SEEK_SET, NULL); in quota_read_nomount()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.45.5.txt71 ext2fs_file_lseek() and ext2fs_file_llseek() can work correctly.
/third_party/e2fsprogs/debugfs/
Dlogdump.c303 retval = ext2fs_file_llseek(source->file, offset, in read_journal_block()
/third_party/e2fsprogs/debian/
Dlibext2fs2.symbols244 ext2fs_file_llseek@Base 1.37
/third_party/e2fsprogs/misc/
Dcreate_inode.c444 err = ext2fs_file_llseek(e2_file, off + bpos, in copy_file_chunk()
Dfuse2fs.c2180 err = ext2fs_file_llseek(efp, offset, SEEK_SET, NULL); in op_read()
2247 err = ext2fs_file_llseek(efp, offset, SEEK_SET, NULL); in op_write()
/third_party/e2fsprogs/doc/
Dlibext2fs.texinfo484 @deftypefun errcode_t ext2fs_file_llseek (ext2_file_t @var{file}, __u64 @var{offset}, int @var{when…