Searched refs:quota_read (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/libutil/ |
| H A D | quotafile.c | 339 quota_read(struct quotafile *qf, struct dqblk *dqb, int id) in quota_read() function 424 if (quota_read(qf, &dqbuf, id) != 0) in quota_write_usage() 472 if (quota_read(qf, &dqbuf, id) != 0) in quota_write_limits() 571 if ((quota_read(qf, &dqblk, id)) < 0) in quota_convert()
|
| H A D | Makefile | 76 quotafile.3 quota_read.3 \
|
| H A D | libutil.h | 209 int quota_read(struct quotafile *_qf, struct dqblk *_dqb, int _id);
|