Lines Matching +defs:f +defs:e
163 convert(const char *f, int base, int fw) in convert()
182 ustarfs_sscanf(const char *s, const char *f, int *xi) in ustarfs_sscanf()
189 ustarfs_cylinder_read(struct open_file *f, ustoffs seek2, int forcelabel) in ustarfs_cylinder_read()
191 int i, e; in ustarfs_cylinder_read() local
202 real_fs_cylinder_read(struct open_file *f, ustoffs seek2, int forcelabel) in real_fs_cylinder_read()
205 int e = 0; /* XXX work around gcc warning */ in real_fs_cylinder_read() local
265 get_volume(struct open_file *f, int vn) in get_volume()
267 int e, needvolume, havevolume; in get_volume() local
319 read512block(struct open_file *f, ustoffs vda, char block[512]) in read512block()
322 ssize_t e; in read512block() local
368 init_volzero_sig(struct open_file *f) in init_volzero_sig()
370 int e; in init_volzero_sig() local
395 ustarfs_open(const char *path, struct open_file *f) in ustarfs_open()
401 int e, e2; in ustarfs_open() local
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()
491 int e; in ustarfs_read() local
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()