Home | History | Annotate | Download | only in misc

Lines Matching refs:ext2_loff_t

109 static ext2_loff_t seek_relative(int fd, int offset)
111 ext2_loff_t ret = ext2fs_llseek(fd, offset, SEEK_CUR);
119 static ext2_loff_t seek_set(int fd, ext2_loff_t offset)
121 ext2_loff_t ret = ext2fs_llseek(fd, offset, SEEK_SET);
716 ext2_loff_t offset;
981 ext2_loff_t offset;