Searched refs:nextinop (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/quotacheck/
H A Dquotacheck.c601 static caddr_t nextinop; local
620 nextinop = inodebuf;
622 dp = (union dinode *)nextinop;
624 nextinop += sizeof(struct ufs1_dinode);
626 nextinop += sizeof(struct ufs2_dinode);
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dinode.c319 static caddr_t nextinop; local
338 nextinop = inobuf.b_un.b_buf;
340 dp = (union dinode *)nextinop;
341 if (rebuildcg && nextinop == inobuf.b_un.b_buf) {
390 nextinop += sizeof(struct ufs1_dinode);
392 nextinop += sizeof(struct ufs2_dinode);

Completed in 77 milliseconds