Home
last modified time | relevance | path

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

/include/linux/
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()
Dquota.h501 static inline unsigned int dquot_state_flag(unsigned int flags, int type) in dquot_state_flag() function