Searched refs:fileid_t (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/common/fs/ |
H A D | ufsops.c | 45 extern int cf_check_compressed(fileid_t *); 46 extern void cf_close(fileid_t *); 47 extern void cf_seek(fileid_t *, off_t, int); 48 extern int cf_read(fileid_t *, caddr_t, size_t); 64 static fileid_t *head; 72 fileid_t *fi; 77 static ino_t find(fileid_t *filep, char *path); 78 static ino_t dlook(fileid_t *filep, char *path); 79 static daddr32_t sbmap(fileid_t *filep, daddr32_t bn); 97 openi(fileid_t *filep, ino_t inode) in openi() [all …]
|
H A D | hsfs.c | 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 *); [all …]
|
H A D | pcfs.c | 92 static fileid_t *find_fp(int); 106 static fileid_t *head; 123 head = (fileid_t *)bkmem_alloc(sizeof (fileid_t)); in bpcfs_mountroot() 211 fileid_t *filep; in bpcfs_open() 215 filep = (fileid_t *)bkmem_alloc(sizeof (fileid_t)); in bpcfs_open() 240 fileid_t *filep; in bpcfs_close() 255 bkmem_free((char *)filep, sizeof (fileid_t)); in bpcfs_close() 263 fileid_t *filep; in bpcfs_closeall() 270 bkmem_free(head, sizeof (fileid_t)); in bpcfs_closeall() 283 fileid_t *fp; in bpcfs_read() [all …]
|
H A D | decompress.c | 72 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()
|
/titanic_50/usr/src/stand/lib/fs/ufs/ |
H A D | ufsops.c | 46 static fileid_t *head; 50 extern void lufs_boot_init(fileid_t *); 52 extern void lufs_merge_deltas(fileid_t *); 60 fileid_t *fi; 89 static ino_t find(fileid_t *filep, char *path); 90 static ino_t dlook(fileid_t *filep, char *path); 91 static daddr32_t sbmap(fileid_t *filep, daddr32_t bn); 114 openi(fileid_t *filep, ino_t inode) in openi() 153 static fileid_t * 156 fileid_t *filep = head; in find_fp() [all …]
|
H A D | lufsboot.c | 223 static fileid_t *logfp = (fileid_t *)NULL; 239 void lufs_boot_init(fileid_t *); 241 void lufs_merge_deltas(fileid_t *); 245 extern int diskread(fileid_t *filep); 473 lufs_boot_init(fileid_t *filep) in lufs_boot_init() 505 logfp = (fileid_t *)bkmem_zalloc(sizeof (fileid_t)); in lufs_boot_init() 1001 lufs_merge_deltas(fileid_t *fp) in lufs_merge_deltas() 1075 bkmem_free((char *)logfp, sizeof (fileid_t)); in lufs_closeall() 1078 logfp = (fileid_t *)NULL; in lufs_closeall()
|
/titanic_50/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 61 static fileid_t *head; 68 fileid_t *fi; 103 static ino_t find(fileid_t *, char *); 104 static ino_t dlook(fileid_t *, char *); 105 static int opendir(fileid_t *, ino_t); 107 static uint_t parse_dir(fileid_t *, int, struct hs_direct *); 109 static void hs_seti(fileid_t *, struct hs_direct *, ino_t); 124 opendir(fileid_t *filep, ino_t inode) in opendir() 156 find(fileid_t *filep, char *path) in find() 205 static fileid_t * [all …]
|
/titanic_50/usr/src/stand/sys/ |
H A D | sacache.h | 49 extern caddr_t get_bcache(fileid_t *fp); 50 extern int set_bcache(fileid_t *fp);
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | filep.h | 82 } fileid_t; typedef 84 extern int diskread(fileid_t *);
|
/titanic_50/usr/src/stand/lib/fs/common/ |
H A D | diskread.c | 54 diskread(fileid_t *filep) in diskread()
|
H A D | cache.c | 505 get_bcache(fileid_t *fp) in get_bcache() 524 set_bcache(fileid_t *fp) in set_bcache()
|
/titanic_50/usr/src/cmd/boot/installgrub/ |
H A D | pcfs_glue.c | 82 diskread(fileid_t *filep) in diskread()
|
/titanic_50/usr/src/uts/common/krtld/ |
H A D | bootrd.c | 135 diskread(fileid_t *filep) in diskread()
|