X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_quota.h;h=8cb25d237432280a4c67c49d65ea199014e658d8;hp=0b41879fee3180e43028e9c5c974f5242f365331;hb=a046e879fcadd601c9a19fd906f82ecbd2d4efd5;hpb=b75ac467c5221971d71ee34a56a0d09a0550a7e2 diff --git a/lustre/include/lustre_quota.h b/lustre/include/lustre_quota.h index 0b41879..8cb25d2 100644 --- a/lustre/include/lustre_quota.h +++ b/lustre/include/lustre_quota.h @@ -59,6 +59,13 @@ union lquota_rec { struct lquota_acct_rec lqr_acct_rec; }; +/* flags for inode/block quota accounting */ +enum osd_qid_declare_flags { + OSD_QID_INODE = 1 << 0, + OSD_QID_BLK = 1 << 1, + OSD_QID_FORCE = 1 << 2, +}; + /* Index features supported by the global index objects * Only used for migration purpose and should be removed once on-disk migration * is no longer needed */