Lines Matching defs:DIP
80 #define DIP(dp, field) \
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);