From 7367f5d511ec4555fbb7a87c1c1853fd4fd01712 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Tue, 26 Jan 2016 14:06:59 +0100 Subject: Add support for scanning using Q_XGETNEXTQUOTA Add support for scanning of all available quota structures using Q_XGETNEXTQUOTA quotactl. Signed-off-by: Jan Kara --- quotaio_xfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'quotaio_xfs.h') diff --git a/quotaio_xfs.h b/quotaio_xfs.h index 54725b0..2236da4 100644 --- a/quotaio_xfs.h +++ b/quotaio_xfs.h @@ -46,6 +46,7 @@ #define Q_XSETQLIM XQM_CMD(0x4) /* set disk limits only */ #define Q_XGETQSTAT XQM_CMD(0x5) /* returns fs_quota_stat_t struct */ #define Q_XQUOTARM XQM_CMD(0x6) /* free quota files' space */ +#define Q_XGETNEXTQUOTA XQM_CMD(0x9) /* get disk limits and usage >= ID */ /* * fs_disk_quota structure: -- cgit v1.2.3