Home
last modified time | relevance | path

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

/linux/fs/quota/
H A Ddquot.c926 struct dquot *dqget(struct super_block *sb, struct kqid qid) in dqget() function
1000 EXPORT_SYMBOL(dqget);
1508 dquot = dqget(sb, qid); in __dquot_initialize()
2143 dquot = dqget(sb, make_kqid_uid(kuid)); in dquot_transfer()
2157 dquot = dqget(sb, make_kqid_gid(kgid)); in dquot_transfer()
2687 dquot = dqget(sb, qid); in dquot_get_dqblk()
2708 dquot = dqget(sb, *qid); in dquot_get_next_dqblk()
2823 dquot = dqget(sb, qid); in dquot_set_dqblk()
/linux/include/linux/
H A Dquotaops.h46 struct dquot *dqget(struct super_block *sb, struct kqid qid);
/linux/fs/ocfs2/
H A Dfile.c1240 transfer_to[USRQUOTA] = dqget(sb, make_kqid_uid(attr->ia_uid)); in ocfs2_setattr()
1250 transfer_to[GRPQUOTA] = dqget(sb, make_kqid_gid(attr->ia_gid)); in ocfs2_setattr()
H A Dquota_local.c498 dquot = dqget(sb, in ocfs2_recover_local_quota_file()
/linux/fs/f2fs/
H A Dsuper.c2171 dquot = dqget(sb, qid); in f2fs_statfs_project()
/linux/fs/ext4/
H A Dsuper.c6878 dquot = dqget(sb, qid); in ext4_statfs_project()