Lines Matching refs:fileid_t
87 extern int cf_check_compressed(fileid_t *);
88 extern void cf_close(fileid_t *);
89 extern void cf_seek(fileid_t *, off_t, int);
90 extern int cf_read(fileid_t *, caddr_t, size_t);
94 fileid_t *filep;
104 static fileid_t *head;
129 static uint_t parse_dir(fileid_t *, int, struct hs_direct *);
131 static ino_t dlook(char *, fileid_t *);
132 static int opendir(ino_t, fileid_t *);
133 static ino_t find(char *, fileid_t *);
144 static fileid_t *
147 fileid_t *filep = head; in find_fp()
159 opendir(ino_t inode, fileid_t *filep) in opendir()
195 find(char *path, fileid_t *filep) in find()
234 dlook(char *s, fileid_t *filep) in dlook()
291 fileid_t *filep; in readdir()
323 getblock(fileid_t *filep) in getblock()
356 fileid_t *filep; in bhsfs_read()
478 fileid_t *filep; in bhsfs_open()
482 filep = (fileid_t *)bkmem_alloc(sizeof (fileid_t)); in bhsfs_open()
516 fileid_t *filep; in bhsfs_close()
534 bkmem_free((char *)filep, sizeof (fileid_t)); in bhsfs_close()
542 fileid_t *filep; in bhsfs_closeall()
549 bkmem_free(head, sizeof (fileid_t)); in bhsfs_closeall()
560 fileid_t *filep; in bhsfs_lseek()
592 fileid_t *filep; in bhsfs_fstat()
641 parse_dir(fileid_t *filep, int offset, struct hs_direct *hsdep) in parse_dir()