Searched refs:bufarea (Results 1 – 13 of 13) sorted by relevance
133 struct bufarea *i_bp; /* buffer containing the dinode */147 struct bufarea {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 *);151 struct bufarea { global() struct 154 b_bnobufarea global() argument 155 b_sizebufarea global() argument 156 b_errsbufarea global() argument 157 b_flagsbufarea global() argument 158 b_typebufarea global() argument 159 b_refcntbufarea global() argument 160 b_indexbufarea global() argument 162 __anondd2b860d010abufarea global() argument 170 b_unbufarea global() argument [all...]
60 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 …]
43 struct bufarea sblk; /* file system superblock */44 struct bufarea *pdirbp; /* current directory contents */117 bzero(&sblk, sizeof(struct bufarea)); in fsckinit()
48 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 …]
56 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 *
60 struct bufarea *bp; in eascan()
68 struct bufarea *cgbp; in gjournal_check()
102 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()
276 struct bufarea *bp; in checksnapinfo()
58 struct bufarea *cgbp; in pass1()
63 struct bufarea *cgbp; in pass5()
43 static struct bufarea *bp;
491 struct bufarea *cgbp; in CMDFUNCSTART()