Lines Matching +full:current +full:- +full:limit
1 /* SPDX-License-Identifier: GPL-2.0 */
11 * their soft limit, it is reset when they go below their soft limit.
18 * (as it appears on disk) - the file is an array of these structures
22 __u32 dqb_bhardlimit; /* absolute limit on disk blks alloc */
23 __u32 dqb_bsoftlimit; /* preferred limit on disk blks */
24 __u32 dqb_curblocks; /* current block count */
25 __u32 dqb_ihardlimit; /* absolute limit on allocated inodes */
26 __u32 dqb_isoftlimit; /* preferred inode limit */
27 __u32 dqb_curinodes; /* current # allocated inodes */
29 /* below fields differ in length on 32-bit vs 64-bit architectures */
30 unsigned long dqb_btime; /* time limit for excessive disk use */
31 unsigned long dqb_itime; /* time limit for excessive inode use */