Home
last modified time | relevance | path

Searched refs:dquot_enable (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dquotaops.h90 int dquot_enable(struct inode *inode, int type, int format_id,
/Linux-v4.19/fs/quota/
Ddquot.c2461 int dquot_enable(struct inode *inode, int type, int format_id, in dquot_enable() function
2490 EXPORT_SYMBOL(dquot_enable);
2540 ret = dquot_enable(dqopt->files[type], type, in dquot_quota_enable()
2595 dquot_enable(dqopt->files[type], type, in dquot_quota_disable()
/Linux-v4.19/fs/ocfs2/
Dsuper.c959 status = dquot_enable(inode[type], type, QFMT_OCFS2, in ocfs2_enable_quotas()
/Linux-v4.19/fs/f2fs/
Dsuper.c1754 err = dquot_enable(qf_inode, type, format_id, flags); in f2fs_quota_enable()
/Linux-v4.19/fs/ext4/
Dsuper.c5667 err = dquot_enable(qf_inode, type, format_id, flags); in ext4_quota_enable()