Home
last modified time | relevance | path

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

/linux-4.4.14/fs/quota/
Ddquot.c832 struct dquot *dqget(struct super_block *sb, struct kqid qid) in dqget() function
899 EXPORT_SYMBOL(dqget);
1447 dquot = dqget(sb, qid); in __dquot_initialize()
1990 dquot = dqget(sb, make_kqid_uid(iattr->ia_uid)); in dquot_transfer()
2001 dquot = dqget(sb, make_kqid_gid(iattr->ia_gid)); in dquot_transfer()
2557 dquot = dqget(sb, qid); in dquot_get_dqblk()
2670 dquot = dqget(sb, qid); in dquot_set_dqblk()
/linux-4.4.14/include/linux/
Dquotaops.h48 struct dquot *dqget(struct super_block *sb, struct kqid qid);
/linux-4.4.14/fs/ocfs2/
Dfile.c1219 transfer_to[USRQUOTA] = dqget(sb, make_kqid_uid(attr->ia_uid)); in ocfs2_setattr()
1228 transfer_to[GRPQUOTA] = dqget(sb, make_kqid_gid(attr->ia_gid)); in ocfs2_setattr()
Dquota_local.c498 dquot = dqget(sb, in ocfs2_recover_local_quota_file()