Lines Matching refs:info
183 #define DQF_INFO_DIRTY (1 << DQF_INFO_DIRTY_B) /* Is info dirty? */
186 #define info_dirty(info) test_bit(DQF_INFO_DIRTY_B, &(info)->dqi_flags)
187 #define info_any_dquot_dirty(info) (!list_empty(&(info)->dqi_dirty_list))
188 #define info_any_dirty(info) (info_dirty(info) || info_any_dquot_dirty(info))
191 #define sb_dqinfo(sb, type) (sb_dqopt(sb)->info+(type))
237 int (*read_file_info)(struct super_block *sb, int type); /* Read main info about file - called on quotaon() */
238 int (*write_file_info)(struct super_block *sb, int type); /* Write main info about file */
292 struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */