Searched refs:dquot_state_flag (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | quotaops.h | 134 dquot_state_flag(DQUOT_USAGE_ENABLED, type); in sb_has_quota_usage_enabled() 140 dquot_state_flag(DQUOT_LIMITS_ENABLED, type); in sb_has_quota_limits_enabled() 146 dquot_state_flag(DQUOT_SUSPENDED, type); in sb_has_quota_suspended()
|
| H A D | quota.h | 493 static inline unsigned int dquot_state_flag(unsigned int flags, int type) in dquot_state_flag() function
|
| /linux-6.15/fs/quota/ |
| H A D | dquot.c | 2273 dquot_state_flag(DQUOT_SUSPENDED, cnt); in dquot_disable() 2277 dqopt->flags &= ~dquot_state_flag(flags, cnt); in dquot_disable() 2281 dqopt->flags &= ~dquot_state_flag( in dquot_disable() 2468 dqopt->flags |= dquot_state_flag(flags, type); in dquot_load_quota_sb() 2519 flags = dqopt->flags & dquot_state_flag(DQUOT_USAGE_ENABLED | in dquot_resume() 2522 dqopt->flags &= ~dquot_state_flag(DQUOT_STATE_FLAGS, cnt); in dquot_resume() 2603 dqopt->flags |= dquot_state_flag(DQUOT_LIMITS_ENABLED, type); in dquot_quota_enable() 2654 dquot_state_flag(DQUOT_LIMITS_ENABLED, type); in dquot_quota_disable()
|