Searched refs:dquot_enable (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | quotaops.h | 89 int dquot_enable(struct inode *inode, int type, int format_id,
|
/linux-4.4.14/fs/quota/ |
D | dquot.c | 2379 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/ |
D | super.c | 963 status = dquot_enable(inode[type], type, QFMT_OCFS2, in ocfs2_enable_quotas()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 5025 err = dquot_enable(qf_inode, type, format_id, flags); in ext4_quota_enable()
|