Searched defs:ocfs2_dquot (Results 1 – 1 of 1) sorted by relevance
26 struct ocfs2_dquot { struct27 struct dquot dq_dquot; /* Generic VFS dquot */28 loff_t dq_local_off; /* Offset in the local quota file */29 u64 dq_local_phys_blk; /* Physical block carrying quota structure */30 struct ocfs2_quota_chunk *dq_chunk; /* Chunk dquot is in */31 …nsigned int dq_use_count; /* Number of nodes having reference to this entry in global quota file */32 s64 dq_origspace; /* Last globally synced space usage */33 s64 dq_originodes; /* Last globally synced inode usage */34 struct llist_node list; /* Member of list of dquots to drop */