Searched refs:dquot_state_flag (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dquotaops.h134 dquot_state_flag(DQUOT_USAGE_ENABLED, type);
140 dquot_state_flag(DQUOT_LIMITS_ENABLED, type);
146 dquot_state_flag(DQUOT_SUSPENDED, type);
H A Dquota.h493 static inline unsigned int dquot_state_flag(unsigned int flags, int type) function
/linux-master/fs/quota/
H A Ddquot.c2273 dquot_state_flag(DQUOT_SUSPENDED, cnt);
2277 dqopt->flags &= ~dquot_state_flag(flags, cnt);
2281 dqopt->flags &= ~dquot_state_flag(
2467 dqopt->flags |= dquot_state_flag(flags, type);
2520 flags = dqopt->flags & dquot_state_flag(DQUOT_USAGE_ENABLED |
2523 dqopt->flags &= ~dquot_state_flag(DQUOT_STATE_FLAGS, cnt);
2603 dqopt->flags |= dquot_state_flag(DQUOT_LIMITS_ENABLED, type);
2657 dquot_state_flag(DQUOT_LIMITS_ENABLED, type);

Completed in 194 milliseconds