Home
last modified time | relevance | path

Searched refs:dquot_state_flag (Results 1 – 2 of 2) sorted by relevance

/linux/fs/quota/
H A Ddquot.c2230 dquot_state_flag(DQUOT_SUSPENDED, cnt); in dquot_disable()
2234 dqopt->flags &= ~dquot_state_flag(flags, cnt); in dquot_disable()
2238 dqopt->flags &= ~dquot_state_flag( in dquot_disable()
2425 dqopt->flags |= dquot_state_flag(flags, type); in dquot_load_quota_sb()
2476 flags = dqopt->flags & dquot_state_flag(DQUOT_USAGE_ENABLED | in dquot_resume()
2479 dqopt->flags &= ~dquot_state_flag(DQUOT_STATE_FLAGS, cnt); in dquot_resume()
2560 dqopt->flags |= dquot_state_flag(DQUOT_LIMITS_ENABLED, type); in dquot_quota_enable()
2611 dquot_state_flag(DQUOT_LIMITS_ENABLED, type); in dquot_quota_disable()
/linux/include/linux/
H A Dquota.h493 static inline unsigned int dquot_state_flag(unsigned int flags, int type) in dquot_state_flag() function