Symbol: bufarea
sbin/fsck_ext2fs/dir.c
112
struct bufarea *bp;
sbin/fsck_ext2fs/dir.c
161
struct bufarea *bp;
sbin/fsck_ext2fs/dir.c
518
struct bufarea *bp;
sbin/fsck_ext2fs/dir.c
580
struct bufarea *bp;
sbin/fsck_ext2fs/dir.c
64
static struct bufarea *getdirblk(daddr32_t, long);
sbin/fsck_ext2fs/dir.c
676
static struct bufarea *
sbin/fsck_ext2fs/extern.h
49
void flush(int, struct bufarea *);
sbin/fsck_ext2fs/fsck.h
203
void getblk(struct bufarea *, daddr32_t, long);
sbin/fsck_ext2fs/fsck.h
205
void copyback_sb(struct bufarea*);
sbin/fsck_ext2fs/fsck.h
52
struct bufarea *b_next; /* free list queue */
sbin/fsck_ext2fs/fsck.h
53
struct bufarea *b_prev; /* free list queue */
sbin/fsck_ext2fs/fsck.h
71
extern struct bufarea bufhead; /* head of list of other blks in filesys */
sbin/fsck_ext2fs/fsck.h
72
extern struct bufarea sblk; /* file system superblock */
sbin/fsck_ext2fs/fsck.h
73
extern struct bufarea asblk; /* first alternate superblock */
sbin/fsck_ext2fs/fsck.h
74
extern struct bufarea *pdirbp; /* current directory contents */
sbin/fsck_ext2fs/fsck.h
75
extern struct bufarea *pbp; /* current inode block */
sbin/fsck_ext2fs/fsck.h
76
extern struct bufarea *getdatablk(daddr32_t, long);
sbin/fsck_ext2fs/inode.c
204
struct bufarea *bp;
sbin/fsck_ext2fs/main.c
61
struct bufarea bufhead; /* head of list of other blks in filesys */
sbin/fsck_ext2fs/main.c
62
struct bufarea sblk; /* file system superblock */
sbin/fsck_ext2fs/main.c
63
struct bufarea asblk; /* first alternate superblock */
sbin/fsck_ext2fs/main.c
64
struct bufarea *pdirbp; /* current directory contents */
sbin/fsck_ext2fs/main.c
65
struct bufarea *pbp; /* current inode block */
sbin/fsck_ext2fs/main.c
66
struct bufarea *getdatablk(daddr32_t, long);
sbin/fsck_ext2fs/pass5.c
59
struct bufarea *ino_bitmap = NULL, *blk_bitmap = NULL;
sbin/fsck_ext2fs/setup.c
403
copyback_sb(struct bufarea *bp)
sbin/fsck_ext2fs/utilities.c
119
struct bufarea *bp;
sbin/fsck_ext2fs/utilities.c
130
bp = malloc(sizeof(struct bufarea));
sbin/fsck_ext2fs/utilities.c
152
struct bufarea *
sbin/fsck_ext2fs/utilities.c
155
struct bufarea *bp;
sbin/fsck_ext2fs/utilities.c
181
getblk(struct bufarea *bp, daddr32_t blk, long size)
sbin/fsck_ext2fs/utilities.c
196
flush(int fd, struct bufarea *bp)
sbin/fsck_ext2fs/utilities.c
233
struct bufarea *bp, *nbp;
sbin/fsck_ffs/dir.c
136
struct bufarea *bp;
sbin/fsck_ffs/dir.c
493
struct bufarea *bp;
sbin/fsck_ffs/dir.c
557
struct bufarea *bp;
sbin/fsck_ffs/dir.c
59
static struct bufarea *getdirblk(daddr_t, long);
sbin/fsck_ffs/dir.c
653
static struct bufarea *
sbin/fsck_ffs/dir.c
96
struct bufarea *bp;
sbin/fsck_ffs/extern.h
49
void flush(int, struct bufarea *);
sbin/fsck_ffs/fsck.h
105
struct bufarea *b_next; /* free list queue */
sbin/fsck_ffs/fsck.h
106
struct bufarea *b_prev; /* free list queue */
sbin/fsck_ffs/fsck.h
136
extern struct bufarea bufhead; /* head of list of other blks in filesys */
sbin/fsck_ffs/fsck.h
137
extern struct bufarea sblk; /* file system superblock */
sbin/fsck_ffs/fsck.h
138
extern struct bufarea asblk; /* alternate file system superblock */
sbin/fsck_ffs/fsck.h
139
extern struct bufarea *pdirbp; /* current directory contents */
sbin/fsck_ffs/fsck.h
140
extern struct bufarea *pbp; /* current inode block */
sbin/fsck_ffs/fsck.h
141
extern struct bufarea *getdatablk(daddr_t, long);
sbin/fsck_ffs/fsck.h
274
struct bufarea *cglookup(u_int cg);
sbin/fsck_ffs/fsck.h
276
void getblk(struct bufarea *, daddr_t, long);
sbin/fsck_ffs/inode.c
153
struct bufarea *bp;
sbin/fsck_ffs/inode.c
587
struct bufarea *cgbp;
sbin/fsck_ffs/main.c
59
struct bufarea bufhead; /* head of list of other blks in filesys */
sbin/fsck_ffs/main.c
60
struct bufarea sblk; /* file system superblock */
sbin/fsck_ffs/main.c
61
struct bufarea asblk; /* alternate file system superblock */
sbin/fsck_ffs/main.c
62
struct bufarea *pdirbp; /* current directory contents */
sbin/fsck_ffs/main.c
63
struct bufarea *pbp; /* current inode block */
sbin/fsck_ffs/pass1.c
69
struct bufarea *cgbp;
sbin/fsck_ffs/pass5.c
79
struct bufarea *cgbp;
sbin/fsck_ffs/utilities.c
145
struct bufarea *bp;
sbin/fsck_ffs/utilities.c
160
bp = malloc(sizeof(struct bufarea));
sbin/fsck_ffs/utilities.c
182
static struct bufarea *cgbufs; /* header for cylinder group cache */
sbin/fsck_ffs/utilities.c
184
struct bufarea *
sbin/fsck_ffs/utilities.c
187
struct bufarea *cgbp;
sbin/fsck_ffs/utilities.c
191
cgbufs = calloc(sblock.fs_ncg, sizeof(struct bufarea));
sbin/fsck_ffs/utilities.c
215
struct bufarea *
sbin/fsck_ffs/utilities.c
218
struct bufarea *bp;
sbin/fsck_ffs/utilities.c
243
getblk(struct bufarea *bp, daddr_t blk, long size)
sbin/fsck_ffs/utilities.c
258
flush(int fd, struct bufarea *bp)
sbin/fsck_ffs/utilities.c
295
struct bufarea *bp, *nbp;
sbin/fsck_ffs/utilities.c
446
struct bufarea *cgbp;
sbin/fsck_ffs/utilities.c
55
static struct bufarea cgblk; /* backup buffer for cylinder group blocks */
sbin/fsck_ffs/utilities.c
666
struct bufarea *cgbp;
sbin/fsdb/fsdb.c
75
struct bufarea bufhead; /* head of list of other blks in filesys */
sbin/fsdb/fsdb.c
76
struct bufarea sblk; /* file system superblock */
sbin/fsdb/fsdb.c
77
struct bufarea asblk; /* alternate file system superblock */
sbin/fsdb/fsdb.c
78
struct bufarea *pdirbp; /* current directory contents */
sbin/fsdb/fsdb.c
79
struct bufarea *pbp; /* current inode block */