Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dquotaops.h120 dquot_state_flag(DQUOT_USAGE_ENABLED, type); in sb_has_quota_usage_enabled()
126 dquot_state_flag(DQUOT_LIMITS_ENABLED, type); in sb_has_quota_limits_enabled()
132 dquot_state_flag(DQUOT_SUSPENDED, type); in sb_has_quota_suspended()
Dquota.h477 static inline unsigned int dquot_state_flag(unsigned int flags, int type) in dquot_state_flag() function
/linux-4.4.14/fs/quota/
Ddquot.c2099 dquot_state_flag(DQUOT_SUSPENDED, cnt); in dquot_disable()
2103 dqopt->flags &= ~dquot_state_flag(flags, cnt); in dquot_disable()
2107 dqopt->flags &= ~dquot_state_flag( in dquot_disable()
2294 dqopt->flags |= dquot_state_flag(flags, type); in vfs_load_quota_inode()
2341 flags = dqopt->flags & dquot_state_flag(DQUOT_USAGE_ENABLED | in dquot_resume()
2344 dqopt->flags &= ~dquot_state_flag(DQUOT_STATE_FLAGS, cnt); in dquot_resume()
2410 sb_dqopt(sb)->flags |= dquot_state_flag(flags, type); in dquot_enable()