Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dquotaops.h81 int dquot_disable(struct super_block *sb, int type, unsigned int flags);
85 return dquot_disable(sb, type, DQUOT_SUSPENDED); in dquot_suspend()
272 static inline int dquot_disable(struct super_block *sb, int type, in dquot_disable() function
/linux-6.15/fs/quota/
H A Ddquot.c2242 int dquot_disable(struct super_block *sb, int type, unsigned int flags) in dquot_disable() function
2344 EXPORT_SYMBOL(dquot_disable);
2348 return dquot_disable(sb, type, in dquot_quota_off()
2473 dquot_disable(sb, type, in dquot_load_quota_sb()
2611 dquot_disable(sb, type, DQUOT_LIMITS_ENABLED); in dquot_quota_enable()
2642 ret = dquot_disable(sb, type, DQUOT_LIMITS_ENABLED); in dquot_quota_disable()
/linux-6.15/fs/ocfs2/
H A Dsuper.c967 dquot_disable(sb, type, DQUOT_USAGE_ENABLED | in ocfs2_disable_quotas()