Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dquotaops.h132 dquot_state_flag(DQUOT_USAGE_ENABLED, type); in sb_has_quota_usage_enabled()
138 dquot_state_flag(DQUOT_LIMITS_ENABLED, type); in sb_has_quota_limits_enabled()
144 dquot_state_flag(DQUOT_SUSPENDED, type); in sb_has_quota_suspended()
H A Dquota.h499 static inline unsigned int dquot_state_flag(unsigned int flags, int type) in dquot_state_flag() function
/OK3568_Linux_fs/kernel/fs/quota/
H A Ddquot.c2233 dquot_state_flag(DQUOT_SUSPENDED, cnt); in dquot_disable()
2237 dqopt->flags &= ~dquot_state_flag(flags, cnt); in dquot_disable()
2241 dqopt->flags &= ~dquot_state_flag( in dquot_disable()
2411 dqopt->flags |= dquot_state_flag(flags, type); in dquot_load_quota_sb()
2463 flags = dqopt->flags & dquot_state_flag(DQUOT_USAGE_ENABLED | in dquot_resume()
2466 dqopt->flags &= ~dquot_state_flag(DQUOT_STATE_FLAGS, cnt); in dquot_resume()
2546 dqopt->flags |= dquot_state_flag(DQUOT_LIMITS_ENABLED, type); in dquot_quota_enable()
2600 dquot_state_flag(DQUOT_LIMITS_ENABLED, type); in dquot_quota_disable()