OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext2fs_llseek
(Results
1 - 6
of
6
) sorted by null
/external/e2fsprogs/lib/ext2fs/
llseek.c
90
ext2_loff_t
ext2fs_llseek
(int fd, ext2_loff_t offset, int origin)
function
122
ext2_loff_t
ext2fs_llseek
(int fd, ext2_loff_t offset, int origin)
function
ext2_io.h
25
ext2_loff_t
ext2fs_llseek
(int, ext2_loff_t, int);
getsize.c
131
if (
ext2fs_llseek
(fd, offset, 0) < 0)
unix_io.c
169
if (
ext2fs_llseek
(data->dev, location, SEEK_SET) != location) {
237
if (
ext2fs_llseek
(data->dev, location, SEEK_SET) != location) {
/external/e2fsprogs/resize/
main.c
436
if ((
ext2fs_llseek
(fd, new_file_size-1, SEEK_SET) >= 0) &&
/external/e2fsprogs/misc/
badblocks.c
340
if (
ext2fs_llseek
(dev, (ext2_loff_t) current_block * block_size,
409
if (
ext2fs_llseek
(dev, (ext2_loff_t) current_block * block_size,
Completed in 301 milliseconds