Searched refs:sb_has_quota_usage_enabled (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dquotaops.h131 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) function
158 return sb_has_quota_usage_enabled(sb, type);
180 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) function
/linux-master/fs/quota/
H A Ddquot.c2594 if (!sb_has_quota_usage_enabled(sb, type)) {

Completed in 595 milliseconds