Home
last modified time | relevance | path

Searched refs:dqget (Results 1 – 2 of 2) sorted by relevance

/fs/
Ddquot.c711 struct dquot *dqget(struct super_block *sb, unsigned int id, int type) in dqget() function
1229 got[cnt] = dqget(sb, id, cnt); in dquot_initialize()
1506 transfer_to[cnt] = dqget(inode->i_sb, iattr->ia_uid, cnt); in dquot_transfer()
1511 transfer_to[cnt] = dqget(inode->i_sb, iattr->ia_gid, cnt); in dquot_transfer()
2074 dquot = dqget(sb, id, type); in vfs_get_dqblk()
2163 dquot = dqget(sb, id, type); in vfs_set_dqblk()
2402 EXPORT_SYMBOL(dqget);
/fs/ocfs2/
Dquota_local.c473 dquot = dqget(sb, le64_to_cpu(dqblk->dqb_id), type); in ocfs2_recover_local_quota_file()