Searched refs:dquot_enable (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | quotaops.h | 90 int dquot_enable(struct inode *inode, int type, int format_id,
|
| /Linux-v5.4/fs/quota/ |
| D | dquot.c | 2469 int dquot_enable(struct inode *inode, int type, int format_id, in dquot_enable() function 2498 EXPORT_SYMBOL(dquot_enable); 2548 ret = dquot_enable(dqopt->files[type], type, in dquot_quota_enable() 2603 dquot_enable(dqopt->files[type], type, in dquot_quota_disable()
|
| /Linux-v5.4/fs/ocfs2/ |
| D | super.c | 929 status = dquot_enable(inode[type], type, QFMT_OCFS2, in ocfs2_enable_quotas()
|
| /Linux-v5.4/fs/f2fs/ |
| D | super.c | 1935 err = dquot_enable(qf_inode, type, format_id, flags); in f2fs_quota_enable()
|
| /Linux-v5.4/fs/ext4/ |
| D | super.c | 5838 err = dquot_enable(qf_inode, type, format_id, flags); in ext4_quota_enable()
|