Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dquotaops.h89 int dquot_enable(struct inode *inode, int type, int format_id,
/linux-4.4.14/fs/quota/
Ddquot.c2379 int dquot_enable(struct inode *inode, int type, int format_id, in dquot_enable() function
2420 EXPORT_SYMBOL(dquot_enable);
2472 ret = dquot_enable(dqopt->files[type], type, in dquot_quota_enable()
2527 dquot_enable(dqopt->files[type], type, in dquot_quota_disable()
/linux-4.4.14/fs/ocfs2/
Dsuper.c963 status = dquot_enable(inode[type], type, QFMT_OCFS2, in ocfs2_enable_quotas()
/linux-4.4.14/fs/ext4/
Dsuper.c5025 err = dquot_enable(qf_inode, type, format_id, flags); in ext4_quota_enable()