Searched defs:ocfs2_mem_dqinfo (Results 1 – 1 of 1) sorted by relevance
50 struct ocfs2_mem_dqinfo { struct51 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 */[all …]