Searched refs:blksiz (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Ddir.c156 long blksiz; local
168 blksiz = idesc->id_numfrags * sblock->fs_fsize;
170 idesc->id_filesize -= blksiz;
180 bp = getdirblk(idesc->id_blkno, blksiz);
181 for (off = 0; off < blksiz; off += iswap16(dp->d_reclen)) {
194 idesc->id_filesize -= blksiz;
231 bp = getdirblk(idesc->id_blkno, blksiz);
251 long size, blksiz, fix, dploc; local
253 blksiz = idesc->id_numfrags * sblock->fs_fsize;
254 bp = getdirblk(idesc->id_blkno, blksiz);
[all...]
/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Ddir.c156 long blksiz; local
167 blksiz = idesc->id_numfrags * sblock.e2fs_bsize;
169 idesc->id_filesize -= blksiz;
179 bp = getdirblk(idesc->id_blkno, blksiz);
202 long size, blksiz, fix, dploc; local
204 blksiz = idesc->id_numfrags * sblock.e2fs_bsize;
205 bp = getdirblk(idesc->id_blkno, blksiz);
207 idesc->id_loc < blksiz) {
214 bp = getdirblk(idesc->id_blkno, blksiz);
228 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz)
[all...]
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Ddir.c137 long blksiz; local
146 blksiz = idesc->id_numfrags * fs->lfs_fsize;
148 idesc->id_filesize -= blksiz;
160 bread(vp, idesc->id_lblkno, blksiz, NOCRED, 0, &bp);
180 long size, blksiz, fix, dploc; local
182 blksiz = idesc->id_numfrags * fs->lfs_fsize;
183 bread(vp, idesc->id_lblkno, blksiz, NOCRED, 0, &bp);
185 idesc->id_loc < blksiz) {
193 bread(vp, idesc->id_lblkno, blksiz, NOCRED, 0, &bp);
209 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz) {
[all...]
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfs_vnops.c2427 int error = 0, more_dirs = 1, blksiz = 0, bigenough = 1; local
2523 left = NFS_DIRFRAGSIZ - blksiz;
2528 blksiz = 0;
2541 blksiz += reclen;
2542 if (blksiz == NFS_DIRFRAGSIZ)
2543 blksiz = 0;
2609 if (blksiz > 0) {
2610 left = NFS_DIRFRAGSIZ - blksiz;
2650 int error = 0, more_dirs = 1, blksiz = 0, doit, bigenough = 1, i; local
2710 left = NFS_DIRFRAGSIZ - blksiz;
[all...]

Completed in 74 milliseconds