Home
last modified time | relevance | path

Searched refs:bufarea (Results 1 – 13 of 13) sorted by relevance

/src/sbin/fsck_ffs/
H A Dfsck.h133 struct bufarea *i_bp; /* buffer containing the dinode */
147 struct bufarea { struct
148 TAILQ_ENTRY(bufarea) b_list; /* LRU buffer queue */
149 LIST_ENTRY(bufarea) b_hash; /* hash list */
218 extern struct bufarea *icachebp; /* inode cache buffer */
219 extern struct bufarea sblk; /* file system superblock */
220 extern struct bufarea *pdirbp; /* current directory contents */
248 struct bufarea *id_bp; /* ckinode: buffer with indirect pointers */
461 void binval(struct bufarea *);
469 void brelse(struct bufarea *);
[all …]
H A Dfsutil.c60 static struct bufarea *allocbuf(const char *);
61 static void cg_write(struct bufarea *);
71 static struct bufarea cgblk; /* backup buffer for cylinder group blocks */
72 static struct bufarea failedbuf; /* returned by failed getdatablk() */
73 static TAILQ_HEAD(bufqueue, bufarea) bufqueuehd; /* head of buffer cache LRU */
74 static LIST_HEAD(bufhash, bufarea) bufhashhd[HASHSIZE]; /* buffer hash list */
200 static struct bufarea *
203 struct bufarea *bp; in allocbuf()
206 bp = (struct bufarea *)Malloc(sizeof(struct bufarea)); in allocbuf()
225 static struct bufarea *cgbufs; /* header for cylinder group cache */
[all …]
H A Dglobs.c43 struct bufarea sblk; /* file system superblock */
44 struct bufarea *pdirbp; /* current directory contents */
117 bzero(&sblk, sizeof(struct bufarea)); in fsckinit()
H A Dinode.c48 struct bufarea *icachebp; /* inode cache buffer */
53 struct bufarea **);
169 struct bufarea *bp; in iblock()
260 struct bufarea **bpp) in ino_blkatoff()
322 struct bufarea **bpp) in indir_blkatoff()
324 struct bufarea *bp; in indir_blkatoff()
427 static struct bufarea inobuf;
688 struct bufarea *cgbp; in freeblock()
791 struct bufarea *bp; in snapclean()
835 struct bufarea *snapbp; in snapblkfree()
[all …]
H A Ddir.c56 static int dircheck(struct inodesc *, struct bufarea *, struct direct *);
59 static struct bufarea *getdirblk(ufs2_daddr_t blkno, long size);
196 struct bufarea *bp; in dirscan()
242 struct bufarea *bp; in fsck_readdir()
311 dircheck(struct inodesc *idesc, struct bufarea *bp, struct direct *dp) in dircheck()
781 struct bufarea *bp, *nbp; in expanddir()
916 struct bufarea *bp; in allocdir()
1031 static struct bufarea *
H A Dea.c60 struct bufarea *bp; in eascan()
H A Dgjournal.c68 struct bufarea *cgbp; in gjournal_check()
H A Dsuj.c102 struct bufarea *sc_cgbp;
176 struct bufarea *cgbp; in cg_lookup()
386 struct bufarea *cgbp; in suj_checkblkavail()
558 struct bufarea *bp; in ino_clrat()
600 struct bufarea *bp; in ino_isat()
708 struct bufarea *bp; in indir_visit()
991 struct bufarea *bp; in ino_free_children()
1218 struct bufarea *bp; in indir_trunc()
1282 struct bufarea *bp; in ino_trunc()
H A Dsetup.c275 struct bufarea *bp; in checksnapinfo()
H A Dpass1.c58 struct bufarea *cgbp; in pass1()
H A Dpass5.c63 struct bufarea *cgbp; in pass5()
/src/tools/diag/prtblknos/
H A Dprtblknos.c39 static struct bufarea *bp;
/src/sbin/fsdb/
H A Dfsdb.c491 struct bufarea *cgbp; in CMDFUNCSTART()