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

/netbsd-current/sbin/fsck_ffs/
H A Ddir.c173 long blksiz; local
185 blksiz = idesc->id_numfrags * sblock->fs_fsize;
187 idesc->id_filesize -= blksiz;
197 bp = getdirblk(idesc->id_blkno, blksiz);
198 for (off = 0; off < blksiz; off += iswap16(dp->d_reclen)) {
211 idesc->id_filesize -= blksiz;
227 bp = getdirblk(idesc->id_blkno, blksiz);
247 long size, blksiz, fix, dploc; local
249 blksiz = idesc->id_numfrags * sblock->fs_fsize;
250 bp = getdirblk(idesc->id_blkno, blksiz);
[all...]
/netbsd-current/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-current/sbin/fsck_lfs/
H A Ddir.c136 long blksiz; local
145 blksiz = idesc->id_numfrags * lfs_sb_getfsize(fs);
147 idesc->id_filesize -= blksiz;
159 bread(vp, idesc->id_lblkno, blksiz, 0, &bp);
179 long size, blksiz, fix, dploc; local
181 blksiz = idesc->id_numfrags * lfs_sb_getfsize(fs);
182 bread(vp, idesc->id_lblkno, blksiz, 0, &bp);
184 idesc->id_loc < blksiz) {
192 bread(vp, idesc->id_lblkno, blksiz, 0, &bp);
210 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz) {
[all...]
/netbsd-current/sys/nfs/
H A Dnfs_vnops.c2380 int error = 0, more_dirs = 1, blksiz = 0, bigenough = 1; local
2481 left = NFS_DIRFRAGSIZ - blksiz;
2486 blksiz = 0;
2499 blksiz += reclen;
2500 if (blksiz == NFS_DIRFRAGSIZ)
2501 blksiz = 0;
2567 if (blksiz > 0) {
2568 left = NFS_DIRFRAGSIZ - blksiz;
2608 int error = 0, more_dirs = 1, blksiz = 0, doit, bigenough = 1, i; local
2673 left = NFS_DIRFRAGSIZ - blksiz;
[all...]
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clrpcops.c2709 int error = 0, tlen, more_dirs = 1, blksiz = 0, bigenough = 1; local
2843 blksiz += dp->d_reclen;
2862 blksiz += dp->d_reclen;
2959 left = DIRBLKSIZ - blksiz;
2966 blksiz = 0;
2975 blksiz += dp->d_reclen;
2976 if (blksiz == DIRBLKSIZ)
2977 blksiz = 0;
3073 if (blksiz > 0) {
3074 left = DIRBLKSIZ - blksiz;
3145 int error = 0, tlen, more_dirs = 1, blksiz = 0, bigenough = 1; local
[all...]

Completed in 142 milliseconds