Lines Matching refs:open_file
145 static int get_volume(struct open_file *, int);
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]);
151 static int init_volzero_sig(struct open_file *);
159 void changedisk_hook(struct open_file *);
189 ustarfs_cylinder_read(struct open_file *f, ustoffs seek2, int forcelabel) in ustarfs_cylinder_read()
202 real_fs_cylinder_read(struct open_file *f, ustoffs seek2, int forcelabel) in real_fs_cylinder_read()
265 get_volume(struct open_file *f, int vn) in get_volume()
319 read512block(struct open_file *f, ustoffs vda, char block[512]) in read512block()
368 init_volzero_sig(struct open_file *f) in init_volzero_sig()
395 ustarfs_open(const char *path, struct open_file *f) in ustarfs_open()
456 ustarfs_write(struct open_file *f, void *start, size_t size, size_t *resid) in ustarfs_write()
465 ustarfs_seek(struct open_file *f, off_t offs, int whence) in ustarfs_seek()
488 ustarfs_read(struct open_file *f, void *start, size_t size, size_t *resid) in ustarfs_read()
531 ustarfs_stat(struct open_file *f, struct stat *sb) in ustarfs_stat()
554 ustarfs_ls(struct open_file *f, const char *pattern) in ustarfs_ls()
563 ustarfs_close(struct open_file *f) in ustarfs_close()