Lines Matching defs:dp
80 #define DIP(dp, field) \
82 (dp)->dp1.field : (dp)->dp2.field)
236 union dinode *dp;
354 if ((dp = getnextinode(ino)) == NULL ||
356 (mode = DIP(dp, di_mode) & IFMT) == 0)
363 if ((int)DIP(dp, di_uid) < 0 ||
364 (int)DIP(dp, di_gid) < 0) {
369 DIP(dp, di_uid), DIP(dp,di_gid),
381 if (DIP(dp, di_flags) & SF_SNAPSHOT)
388 fup = addid((u_long)DIP(dp, di_gid), GRPQUOTA,
393 fup->fu_curblocks += DIP(dp, di_blocks);
396 fup = addid((u_long)DIP(dp, di_uid), USRQUOTA,
401 fup->fu_curblocks += DIP(dp, di_blocks);
582 union dinode *dp;
605 dp = (union dinode *)nextinop;
610 return (dp);
673 printchanges(const char *fsname, int type, struct dqblk *dp,
698 if (dp->dqb_curinodes != fup->fu_curinodes)
699 (void)printf("\tinodes %lu -> %lu", (u_long)dp->dqb_curinodes,
701 if (dp->dqb_curblocks != fup->fu_curblocks)
703 (u_long)dp->dqb_curblocks,