Searched refs:dquot_load_quota_sb (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/linux/ |
D | quotaops.h | 98 int dquot_load_quota_sb(struct super_block *sb, int type, int format_id,
|
/Linux-v6.1/fs/quota/ |
D | dquot.c | 2353 int dquot_load_quota_sb(struct super_block *sb, int type, int format_id, in dquot_load_quota_sb() function 2429 EXPORT_SYMBOL(dquot_load_quota_sb); 2443 err = dquot_load_quota_sb(inode->i_sb, type, format_id, flags); in dquot_load_quota_inode() 2475 ret = dquot_load_quota_sb(sb, cnt, dqopt->info[cnt].dqi_fmt_id, in dquot_resume()
|