Searched refs:dquot_enable (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | quotaops.h | 89 int dquot_enable(struct inode *inode, int type, int format_id,
|
/linux-4.1.27/fs/quota/ |
D | dquot.c | 2341 int dquot_enable(struct inode *inode, int type, int format_id, in dquot_enable() function 2382 EXPORT_SYMBOL(dquot_enable); 2434 ret = dquot_enable(dqopt->files[type], type, in dquot_quota_enable() 2489 dquot_enable(dqopt->files[type], type, in dquot_quota_disable()
|
/linux-4.1.27/fs/ocfs2/ |
D | super.c | 961 status = dquot_enable(inode[type], type, QFMT_OCFS2, in ocfs2_enable_quotas()
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 5360 err = dquot_enable(qf_inode, type, format_id, flags); in ext4_quota_enable()
|