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

/linux-master/fs/quota/
H A Dquota.c89 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable)
91 if (sb->s_qcop->quota_enable)
92 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type));
313 static int quota_enable(struct super_block *sb, void __user *addr) function
319 if (!sb->s_qcop->quota_enable)
321 return sb->s_qcop->quota_enable(sb, flags);
808 return quota_enable(sb, addr);
H A Ddquot.c2903 .quota_enable = dquot_quota_enable,
/linux-master/fs/xfs/
H A Dxfs_quotaops.c274 .quota_enable = xfs_quota_enable,
/linux-master/include/linux/
H A Dquota.h433 int (*quota_enable)(struct super_block *, unsigned int); member in struct:quotactl_ops
/linux-master/fs/bcachefs/
H A Dquota.c957 .quota_enable = bch2_quota_enable,

Completed in 286 milliseconds