Home | History | Annotate | Download | only in libsa

Lines Matching defs:ustoffs

99 typedef	int ustoffs;
126 ustoffs uas_volsize; /* XXX this is hardwired now */
127 ustoffs uas_windowbase; /* relative to volume 0 */
128 ustoffs uas_filestart; /* relative to volume 0 */
129 ustoffs uas_fseek; /* relative to file */
130 ustoffs uas_filesize; /* relative to volume 0 */
146 static void setwindow(ust_active_t *, ustoffs, ustoffs);
147 static int real_fs_cylinder_read(struct open_file *, ustoffs, int);
148 static int ustarfs_cylinder_read(struct open_file *, ustoffs, int);
150 static int read512block(struct open_file *, ustoffs, char block[512]);
189 ustarfs_cylinder_read(struct open_file *f, ustoffs seek2, int forcelabel)
202 real_fs_cylinder_read(struct open_file *f, ustoffs seek2, int forcelabel)
206 ustoffs lda;
310 setwindow(ust_active_t *ustf, ustoffs pda, ustoffs vda)
319 read512block(struct open_file *f, ustoffs vda, char block[512])
321 ustoffs pda;
398 ustoffs offset;