Lines Matching +full:proj +full:- +full:enable
1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
3 * Copyright (c) 1995-2001,2004 Silicon Graphics, Inc. All Rights Reserved.
16 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24 * Disk quota - quotactl(2) commands for the XFS Quota Manager (XQM).
35 #define Q_XQUOTAON XQM_CMD(1) /* enable accounting/enforcement */
48 * This contains the current quota information regarding a user/proj/group.
49 * It is 64-bit aligned, and all the blk units are in BBs (Basic Blocks) of
55 __s8 d_flags; /* FS_{USER,PROJ,GROUP}_QUOTA */
73 __s8 d_padding2; /* padding2 - for future use */
79 __s16 d_padding3; /* padding3 - for future use */
121 * non-transactional quotas that require quotacheck(8) in userspace.
129 * Quota expiration timestamps are 40-bit signed integers, with the upper 8
161 __u64 qfs_nblks; /* number of BBs 512-byte-blks */
204 __u64 qfs_nblks; /* number of BBs 512-byte-blks */
206 __u32 qfs_pad; /* pad for 8-byte alignment */