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