Searched refs:dquot_load_quota_sb (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | quotaops.h | 98 int dquot_load_quota_sb(struct super_block *sb, int type, int format_id,
|
| /Linux-v6.6/fs/quota/ |
| D | dquot.c | 2373 int dquot_load_quota_sb(struct super_block *sb, int type, int format_id, in dquot_load_quota_sb() function 2449 EXPORT_SYMBOL(dquot_load_quota_sb); 2463 err = dquot_load_quota_sb(inode->i_sb, type, format_id, flags); in dquot_load_quota_inode() 2495 ret = dquot_load_quota_sb(sb, cnt, dqopt->info[cnt].dqi_fmt_id, in dquot_resume()
|
| /Linux-v6.6/mm/ |
| D | shmem.c | 290 err = dquot_load_quota_sb(sb, type, QFMT_SHMEM, in shmem_enable_quotas()
|