Searched refs:dploc (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Ddir.c202 long size, blksiz, fix, dploc; local
230 dploc = idesc->id_loc;
231 dp = (struct ext2fs_direct *)(bp->b_un.b_buf + dploc);
246 dp = (struct ext2fs_direct *)(bp->b_un.b_buf + dploc);
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Ddir.c251 long size, blksiz, fix, dploc; local
281 dploc = idesc->id_loc;
282 dp = (struct direct *)(bp->b_un.b_buf + dploc);
297 dp = (struct direct *)(bp->b_un.b_buf + dploc);
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Ddir.c180 long size, blksiz, fix, dploc; local
213 dploc = idesc->id_loc;
214 dp = (struct direct *) (bp->b_data + dploc);
232 dp = (struct direct *) (bp->b_data + dploc);

Completed in 57 milliseconds