Searched refs:ext2fs_file_llseek (Results 1 – 10 of 10) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | inode_io.c | 218 if ((retval = ext2fs_file_llseek(data->file, in inode_read_blk64() 244 if ((retval = ext2fs_file_llseek(data->file, in inode_write_blk64()
|
D | fileio.c | 509 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()
|
D | ext2fs.h | 1350 extern errcode_t ext2fs_file_llseek(ext2_file_t file, __u64 offset,
|
/third_party/e2fsprogs/lib/support/ |
D | quotaio.c | 146 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/ |
D | v1.45.5.txt | 71 ext2fs_file_lseek() and ext2fs_file_llseek() can work correctly.
|
/third_party/e2fsprogs/debugfs/ |
D | logdump.c | 303 retval = ext2fs_file_llseek(source->file, offset, in read_journal_block()
|
/third_party/e2fsprogs/debian/ |
D | libext2fs2.symbols | 244 ext2fs_file_llseek@Base 1.37
|
/third_party/e2fsprogs/misc/ |
D | create_inode.c | 444 err = ext2fs_file_llseek(e2_file, off + bpos, in copy_file_chunk()
|
D | fuse2fs.c | 2180 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/ |
D | libext2fs.texinfo | 484 @deftypefun errcode_t ext2fs_file_llseek (ext2_file_t @var{file}, __u64 @var{offset}, int @var{when…
|