Home | History | Annotate | Download | only in misc

Lines Matching refs:ext2_loff_t

115 static ext2_loff_t seek_relative(int fd, int offset)
117 ext2_loff_t ret = ext2fs_llseek(fd, offset, SEEK_CUR);
125 static ext2_loff_t seek_set(int fd, ext2_loff_t offset)
127 ext2_loff_t ret = ext2fs_llseek(fd, offset, SEEK_SET);
728 ext2_loff_t offset;
995 ext2_loff_t offset;