Home
last modified time | relevance | path

Searched defs:dqblk (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/ufs/ufs/
H A Dquota.h98 struct dqblk { struct
99 u_int32_t dqb_bhardlimit; /* absolute limit on disk blks alloc */
100 u_int32_t dqb_bsoftlimit; /* preferred limit on disk blks */
101 u_int32_t dqb_curblocks; /* current block count */
102 u_int32_t dqb_ihardlimit; /* maximum # allocated inodes + 1 */
103 u_int32_t dqb_isoftlimit; /* preferred inode limit */
104 u_int32_t dqb_curinodes; /* current # allocated inodes */
106 u_int32_t dqb_btime; /* time limit for excessive disk use */
107 u_int32_t dqb_itime; /* time limit for excessive files */
/openbsd-src/libexec/rpc.rquotad/
H A Drquotad.c131 struct dqblk dqblk; in sendquota() local
226 getfsquota(long id, char *path, struct dqblk *dqblk) in getfsquota()
/openbsd-src/usr.sbin/edquota/
H A Dedquota.c64 struct dqblk dqblk; member
432 struct dqblk dqblk; in readprivs() local
/openbsd-src/usr.bin/quota/
H A Dquota.c68 struct dqblk dqblk; member