quota_disable    2852 fs/quota/dquot.c 	.quota_disable	= dquot_quota_disable,
quota_disable      98 fs/quota/quota.c 	if (!sb->s_qcop->quota_off && !sb->s_qcop->quota_disable)
quota_disable     100 fs/quota/quota.c 	if (sb->s_qcop->quota_disable)
quota_disable     101 fs/quota/quota.c 		return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type));
quota_disable     310 fs/quota/quota.c 	if (!sb->s_qcop->quota_disable)
quota_disable     312 fs/quota/quota.c 	return sb->s_qcop->quota_disable(sb, flags);
quota_disable     729 fs/quota/quota.c 		return quota_disable(sb, addr);
quota_disable     285 fs/xfs/xfs_quotaops.c 	.quota_disable		= xfs_quota_disable,
quota_disable     432 include/linux/quota.h 	int (*quota_disable)(struct super_block *, unsigned int);