Searched refs:dquot_enable (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | quotaops.h | 90 int dquot_enable(struct inode *inode, int type, int format_id,
|
/Linux-v4.19/fs/quota/ |
D | dquot.c | 2461 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/ |
D | super.c | 959 status = dquot_enable(inode[type], type, QFMT_OCFS2, in ocfs2_enable_quotas()
|
/Linux-v4.19/fs/f2fs/ |
D | super.c | 1754 err = dquot_enable(qf_inode, type, format_id, flags); in f2fs_quota_enable()
|
/Linux-v4.19/fs/ext4/ |
D | super.c | 5667 err = dquot_enable(qf_inode, type, format_id, flags); in ext4_quota_enable()
|