DQF_INFO_DIRTY_B  323 fs/dquot.c     	set_bit(DQF_INFO_DIRTY_B, &sb_dqopt(sb)->info[type].dqi_flags);
DQF_INFO_DIRTY_B  227 include/linux/quota.h #define DQF_INFO_DIRTY (1 << DQF_INFO_DIRTY_B)	/* Is info dirty? */
DQF_INFO_DIRTY_B  232 include/linux/quota.h 	return test_bit(DQF_INFO_DIRTY_B, &info->dqi_flags);