Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dquota.h27 struct ocfs2_dquot { struct
28 struct dquot dq_dquot; /* Generic VFS dquot */
29 loff_t dq_local_off; /* Offset in the local quota file */
30 u64 dq_local_phys_blk; /* Physical block carrying quota structure */
31 struct ocfs2_quota_chunk *dq_chunk; /* Chunk dquot is in */
32 …nsigned int dq_use_count; /* Number of nodes having reference to this entry in global quota file */
33 s64 dq_origspace; /* Last globally synced space usage */
34 s64 dq_originodes; /* Last globally synced inode usage */
35 struct llist_node list; /* Member of list of dquots to drop */