Searched refs:bufarea (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | fsck.h | 101 struct bufarea { struct 102 struct bufarea *b_next; /* free list queue */ argument 103 struct bufarea *b_prev; /* free list queue */ argument 122 extern struct bufarea sblk; /* file system superblock */ argument 123 extern struct bufarea cgblk; /* cylinder group blocks */ 124 extern struct bufarea *pbp; /* pointer to inode data in buffer pool */ 125 extern struct bufarea *pdirbp; /* pointer to directory data in buffer pool */ 520 void brelse(struct bufarea *); 543 void dirty(struct bufarea *); 554 void flush(int, struct bufarea *); [all …]
|
H A D | utilities.c | 64 struct bufarea *pbp; 65 struct bufarea *pdirbp; 67 static struct bufarea bufhead; /* head of list of other blks in filesys */ 80 static struct bufarea *alloc_bufarea(void); 200 struct bufarea *bp; in bufinit() 214 bp = (struct bufarea *)malloc(sizeof (struct bufarea)); in bufinit() 252 struct bufarea *bp, *nbp; in unbufinit() 280 struct bufarea * 283 struct bufarea *bp; in getdatablk() 326 brelse(struct bufarea *bp) in brelse() [all …]
|
H A D | dir.c | 64 static struct bufarea *getdirblk(daddr32_t, size_t); 103 struct bufarea *bp; in dirscan() 161 struct bufarea *bp; in fsck_readdir() 827 struct bufarea *bpback, *bp[2]; in expanddir() 1127 struct bufarea *bp; in allocdir() 1313 static struct bufarea *
|
H A D | pass3b.c | 238 struct bufarea *bp; in pass3bcheck()
|
H A D | setup.c | 95 struct bufarea sblk; 96 static struct bufarea asblk; /* alternate superblock */
|
H A D | inode.c | 49 struct bufarea cgblk; 440 struct bufarea *bp; in iblock()
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | utilities.c | 54 static struct bufarea bufhead; 60 static struct bufarea *getdatablk(daddr_t, long); 61 static struct bufarea *getblk(struct bufarea *, daddr_t, long); 63 void flush(int32_t, struct bufarea *); 166 struct bufarea * 169 struct bufarea *bp; in getfilentry() 196 putfilentry(struct bufarea *bp) in putfilentry() 257 register struct bufarea *bp; in bufinit() 269 bp = (struct bufarea *)malloc(sizeof (struct bufarea)); in bufinit() 289 static struct bufarea * [all …]
|
H A D | pass1.c | 58 extern void flush(int32_t, struct bufarea *); 59 extern void putfilentry(struct bufarea *); 71 static int32_t getdir(struct file_entry *, struct bufarea **, 74 struct bufarea *getfilentry(); 99 struct bufarea *bp; in pass1() 101 struct bufarea *fbp; in pass1() 298 getdir(struct file_entry *fp, struct bufarea **fbp, in getdir() 532 struct bufarea *bp; in adjust()
|
H A D | fsck.h | 80 struct bufarea { struct 81 struct bufarea *b_next; /* free list queue */ argument 82 struct bufarea *b_prev; /* free list queue */ argument
|