Searched refs:dquot_disable (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | quotaops.h | 73 int dquot_disable(struct super_block *sb, int type, unsigned int flags); 77 return dquot_disable(sb, type, DQUOT_SUSPENDED); in dquot_suspend() 261 static inline int dquot_disable(struct super_block *sb, int type, in dquot_disable() function
|
/Linux-v4.19/fs/quota/ |
D | dquot.c | 2160 int dquot_disable(struct super_block *sb, int type, unsigned int flags) in dquot_disable() function 2281 EXPORT_SYMBOL(dquot_disable); 2285 return dquot_disable(sb, type, in dquot_quota_off() 2387 dquot_disable(sb, type, flags); in vfs_load_quota_inode() 2551 dquot_disable(sb, type, DQUOT_LIMITS_ENABLED); in dquot_quota_enable() 2585 ret = dquot_disable(sb, type, DQUOT_LIMITS_ENABLED); in dquot_quota_disable()
|
/Linux-v4.19/fs/ocfs2/ |
D | super.c | 994 dquot_disable(sb, type, DQUOT_USAGE_ENABLED | in ocfs2_disable_quotas()
|