Home
last modified time | relevance | path

Searched refs:fileid_t (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Dufsops.c67 static fileid_t *head;
75 fileid_t *fi;
131 static fileid_t *
327 fileid_t *filep; in readdir()
498 fileid_t *filep; in bufs_read()
567 head = (fileid_t *)bkmem_alloc(sizeof (fileid_t)); in bufs_mountroot()
620 fileid_t *filep; in bufs_open()
627 filep = (fileid_t *)bkmem_alloc(sizeof (fileid_t)); in bufs_open()
669 fileid_t *filep; in bufs_lseek()
702 fileid_t *filep; in bufs_fstat()
[all …]
H A Dhsfs.c92 fileid_t *filep;
102 static fileid_t *head;
142 static fileid_t *
290 fileid_t *filep; in readdir()
355 fileid_t *filep; in bhsfs_read()
477 fileid_t *filep; in bhsfs_open()
481 filep = (fileid_t *)bkmem_alloc(sizeof (fileid_t)); in bhsfs_open()
515 fileid_t *filep; in bhsfs_close()
541 fileid_t *filep; in bhsfs_closeall()
559 fileid_t *filep; in bhsfs_lseek()
[all …]
H A Dpcfs.c90 static fileid_t *find_fp(int);
104 static fileid_t *head;
121 head = (fileid_t *)bkmem_alloc(sizeof (fileid_t)); in bpcfs_mountroot()
209 fileid_t *filep; in bpcfs_open()
213 filep = (fileid_t *)bkmem_alloc(sizeof (fileid_t)); in bpcfs_open()
238 fileid_t *filep; in bpcfs_close()
261 fileid_t *filep; in bpcfs_closeall()
281 fileid_t *fp; in bpcfs_read()
356 fileid_t *filep; in bpcfs_lseek()
380 static fileid_t *
[all …]
H A Ddecompress.c72 fileid_t *filep; in cf_alloc()
76 filep = (fileid_t *)opaque; in cf_alloc()
105 cf_check_compressed(fileid_t *filep) in cf_check_compressed()
175 cf_close(fileid_t *filep) in cf_close()
190 cf_rewind(fileid_t *filep) in cf_rewind()
212 cf_read(fileid_t *filep, caddr_t buf, size_t count) in cf_read()
267 cf_seek(fileid_t *filep, off_t addr, int whence) in cf_seek()
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c61 fileid_t *fi;
154 static fileid_t *
408 fileid_t *filep; in readdir()
553 fileid_t *filep; in boot_ufs_read()
632 head = (fileid_t *)bkmem_alloc(sizeof (fileid_t)); in boot_ufs_mountroot()
680 fileid_t *filep; in boot_ufs_open()
685 filep = (fileid_t *)bkmem_alloc(sizeof (fileid_t)); in boot_ufs_open()
721 fileid_t *filep; in boot_ufs_lseek()
753 fileid_t *filep; in boot_ufs_fstat()
862 fileid_t *fp; in boot_ufs_getdents()
[all …]
H A Dlufsboot.c221 static fileid_t *logfp = (fileid_t *)NULL;
237 void lufs_boot_init(fileid_t *);
239 void lufs_merge_deltas(fileid_t *);
243 extern int diskread(fileid_t *filep);
471 lufs_boot_init(fileid_t *filep) in lufs_boot_init()
503 logfp = (fileid_t *)bkmem_zalloc(sizeof (fileid_t)); in lufs_boot_init()
999 lufs_merge_deltas(fileid_t *fp) in lufs_merge_deltas()
1073 bkmem_free((char *)logfp, sizeof (fileid_t)); in lufs_closeall()
1076 logfp = (fileid_t *)NULL; in lufs_closeall()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c61 static fileid_t *head;
68 fileid_t *fi;
205 static fileid_t *
208 fileid_t *filep = head; in find_fp()
407 fileid_t *filep; in boot_hsfs_read()
486 head = (fileid_t *)bkmem_alloc(sizeof (fileid_t)); in boot_hsfs_mountroot()
573 fileid_t *filep; in boot_hsfs_open()
578 filep = (fileid_t *)bkmem_alloc(sizeof (fileid_t)); in boot_hsfs_open()
615 fileid_t *filep; in boot_hsfs_fstat()
661 fileid_t *filep; in boot_hsfs_lseek()
[all …]
/illumos-gate/usr/src/stand/sys/
H A Dsacache.h49 extern caddr_t get_bcache(fileid_t *fp);
50 extern int set_bcache(fileid_t *fp);
/illumos-gate/usr/src/uts/common/sys/
H A Dfilep.h80 } fileid_t; typedef
82 extern int diskread(fileid_t *);
/illumos-gate/usr/src/stand/lib/fs/common/
H A Ddiskread.c54 diskread(fileid_t *filep) in diskread()
H A Dcache.c505 get_bcache(fileid_t *fp) in get_bcache()
524 set_bcache(fileid_t *fp) in set_bcache()
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dpcfs_glue.c82 diskread(fileid_t *filep) in diskread()
/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd.c138 diskread(fileid_t *filep) in diskread()
H A Dbootrd_cpio.c186 fileid_t tmpfile; in read_ramdisk()