Searched refs:quota_disable (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/quota/
H A Dquota.c100 if (!sb->s_qcop->quota_off && !sb->s_qcop->quota_disable)
102 if (sb->s_qcop->quota_disable)
103 return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type));
324 static int quota_disable(struct super_block *sb, void __user *addr) function
330 if (!sb->s_qcop->quota_disable)
332 return sb->s_qcop->quota_disable(sb, flags);
810 return quota_disable(sb, addr);
H A Ddquot.c2904 .quota_disable = dquot_quota_disable,
/linux-master/fs/xfs/
H A Dxfs_quotaops.c275 .quota_disable = xfs_quota_disable,
/linux-master/include/linux/
H A Dquota.h434 int (*quota_disable)(struct super_block *, unsigned int); member in struct:quotactl_ops
/linux-master/fs/bcachefs/
H A Dquota.c958 .quota_disable = bch2_quota_disable,

Completed in 99 milliseconds