Home
last modified time | relevance | path

Searched refs:ret_pos (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dfileio.c297 int whence, __u64 *ret_pos) in ext2fs_file_llseek() argument
310 if (ret_pos) in ext2fs_file_llseek()
311 *ret_pos = file->pos; in ext2fs_file_llseek()
317 int whence, ext2_off_t *ret_pos) in ext2fs_file_lseek() argument
324 if (ret_pos) in ext2fs_file_lseek()
325 *ret_pos = (ext2_off_t) ret_loffset; in ext2fs_file_lseek()
Dext2fs.h742 int whence, __u64 *ret_pos);
744 int whence, ext2_off_t *ret_pos);