Lines Matching refs:daddr32_t
111 daddr32_t *b_indir; /* indirect block */
199 daddr32_t id_lbn; /* logical fragment number of current block */
200 daddr32_t id_blkno; /* physical fragment number being examined */
202 daddr32_t id_truncto; /* # blocks to truncate to, -1 for no trunc. */
205 daddr32_t id_entryno; /* for DATA nodes, current dir entry number */
206 daddr32_t id_firsthole; /* for DATA inode, logical block that is */
236 daddr32_t i_blks[1]; /* actually longer */
316 extern daddr32_t bflag; /* location of alternate super block */
346 extern daddr32_t maxfsblock; /* number of blocks in the file system */
360 extern daddr32_t n_blks; /* number of blocks in use */
516 daddr32_t allocblk(int);
519 void blkerror(fsck_ino_t, caddr_t, daddr32_t, daddr32_t);
533 int chkrange(daddr32_t, int);
546 void examinelog(void (*)(daddr32_t));
550 int find_dup_ref(daddr32_t, fsck_ino_t, daddr32_t, int);
556 void freeblk(fsck_ino_t, daddr32_t, int);
562 struct bufarea *getblk(struct bufarea *, daddr32_t, size_t);
563 struct bufarea *getdatablk(daddr32_t, size_t size);