Lines Matching defs:ocfs2_mem_dqinfo
50 struct ocfs2_mem_dqinfo { struct
51 unsigned int dqi_type; /* Quota type this structure describes */
52 unsigned int dqi_flags; /* Flags OLQF_* */
53 unsigned int dqi_chunks; /* Number of chunks in local quota file */
54 unsigned int dqi_blocks; /* Number of blocks allocated for local quota file */
55 unsigned int dqi_syncms; /* How often should we sync with other nodes */
56 struct list_head dqi_chunk; /* List of chunks */
57 struct inode *dqi_gqinode; /* Global quota file inode */
58 struct ocfs2_lock_res dqi_gqlock; /* Lock protecting quota information structure */
59 …ad *dqi_gqi_bh; /* Buffer head with global quota file inode - set only if inode lock is obtained */
60 int dqi_gqi_count; /* Number of holders of dqi_gqi_bh */
61 u64 dqi_giblk; /* Number of block with global information header */
62 struct buffer_head *dqi_lqi_bh; /* Buffer head with local quota file inode */
63 struct buffer_head *dqi_libh; /* Buffer with local information header */
64 struct qtree_mem_dqinfo dqi_gi; /* Info about global file */
65 struct delayed_work dqi_sync_work; /* Work for syncing dquots */
66 struct ocfs2_quota_recovery *dqi_rec; /* Pointer to recovery