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

/macosx-10.10.1/diskdev_cmds-576/repquota.tproj/
H A Drepquota.c103 struct dqblk fu_dqblk; member in struct:fileusage
412 fup->fu_dqblk = dqbuf;
422 if (fup->fu_dqblk.dqb_curinodes == 0 &&
423 fup->fu_dqblk.dqb_curblocks == 0)
427 fup->fu_dqblk.dqb_bsoftlimit &&
428 fup->fu_dqblk.dqb_curblocks >=
429 fup->fu_dqblk.dqb_bsoftlimit ? '+' : '-',
430 fup->fu_dqblk.dqb_isoftlimit &&
431 fup->fu_dqblk.dqb_curinodes >=
432 fup->fu_dqblk
[all...]

Completed in 173 milliseconds