Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_quota.h60 struct xfs_dqtrx { struct
61 struct xfs_dquot *qt_dquot; /* the dquot this refers to */
63 uint64_t qt_blk_res; /* blks reserved on a dquot */
64 int64_t qt_bcount_delta; /* dquot blk count changes */
65 int64_t qt_delbcnt_delta; /* delayed dquot blk count changes */
67 uint64_t qt_rtblk_res; /* # blks reserved on a dquot */
68 uint64_t qt_rtblk_res_used;/* # blks used from reservation */
69 int64_t qt_rtbcount_delta;/* dquot realtime blk changes */
70 int64_t qt_delrtb_delta; /* delayed RT blk count changes */
72 uint64_t qt_ino_res; /* inode reserved on a dquot */
[all …]