Searched refs:dqget (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | dquot.c | 862 struct dquot *dqget(struct super_block *sb, struct kqid qid) in dqget() function 937 EXPORT_SYMBOL(dqget); 1494 dquot = dqget(sb, qid); in __dquot_initialize() 2101 dquot = dqget(sb, make_kqid_uid(iattr->ia_uid)); in dquot_transfer() 2112 dquot = dqget(sb, make_kqid_gid(iattr->ia_gid)); in dquot_transfer() 2630 dquot = dqget(sb, qid); in dquot_get_dqblk() 2651 dquot = dqget(sb, *qid); in dquot_get_next_dqblk() 2764 dquot = dqget(sb, qid); in dquot_set_dqblk()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | quotaops.h | 45 struct dquot *dqget(struct super_block *sb, struct kqid qid);
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | file.c | 1234 transfer_to[USRQUOTA] = dqget(sb, make_kqid_uid(attr->ia_uid)); in ocfs2_setattr() 1244 transfer_to[GRPQUOTA] = dqget(sb, make_kqid_gid(attr->ia_gid)); in ocfs2_setattr()
|
| H A D | quota_local.c | 498 dquot = dqget(sb, in ocfs2_recover_local_quota_file()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ioctl.c | 526 transfer_to[PRJQUOTA] = dqget(sb, make_kqid_projid(kprojid)); in ext4_ioctl_setproject()
|
| H A D | super.c | 6102 dquot = dqget(sb, qid); in ext4_statfs_project()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_oplus | 698 dqget
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | super.c | 1608 dquot = dqget(sb, qid); in f2fs_statfs_project()
|
| H A D | file.c | 3044 transfer_to[PRJQUOTA] = dqget(sb, make_kqid_projid(kprojid)); in f2fs_transfer_project_quota()
|