Searched refs:getfsquota (Results 1 – 1 of 1) sorted by relevance
/freebsd/libexec/rpc.rquotad/ |
H A D | rquotad.c | 37 static int getfsquota(int type, long id, char *path, struct dqblk *dqblk); 183 } else if (!getfsquota(USRQUOTA, getq_args.gqa_uid, getq_args.gqa_pathp, &dqblk)) { in sendquota() 235 } else if (!getfsquota(getq_args.gqa_type, getq_args.gqa_id, getq_args.gqa_pathp, &dqblk)) { in sendquota_extended() 275 getfsquota(int type, long id, char *path, struct dqblk *dqblk) in getfsquota() function
|