Home
last modified time | relevance | path

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

/external/strace/
Dquota.c129 struct v1_dqblk struct
131 u_int32_t dqb_bhardlimit; /* absolute limit on disk blks alloc */
132 u_int32_t dqb_bsoftlimit; /* preferred limit on disk blks */
133 u_int32_t dqb_curblocks; /* current block count */
134 u_int32_t dqb_ihardlimit; /* maximum # allocated inodes */
135 u_int32_t dqb_isoftlimit; /* preferred inode limit */
136 u_int32_t dqb_curinodes; /* current # allocated inodes */
137 time_t dqb_btime; /* time limit for excessive disk use */
138 time_t dqb_itime; /* time limit for excessive files */