H A D | quotacheck.c | 235 struct fileusage *fup; 388 fup = addid((u_long)DIP(dp, di_gid), GRPQUOTA, in chkquota() 390 fup->fu_curinodes++; in chkquota() 393 fup->fu_curblocks += DIP(dp, di_blocks); in chkquota() 396 fup = addid((u_long)DIP(dp, di_uid), USRQUOTA, in chkquota() 398 fup->fu_curinodes++; in chkquota() 401 fup->fu_curblocks += DIP(dp, di_blocks); in chkquota() 421 struct fileusage *fup; 435 if ((fup = lookup(id, type)) == NULL) in update() 436 fup in update() 239 struct fileusage *fup; chkquota() local 425 struct fileusage *fup; update() local 529 struct fileusage *fup; lookup() local 543 struct fileusage *fup, **fhp; addid() local 678 printchanges(const char * fsname,int type,struct dqblk * dp,struct fileusage * fup,u_long id) printchanges() argument [all...] |