Searched refs:dqget (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/fs/quota/ |
H A D | dquot.c | 20 * Fixed races in dquot_transfer(), dqget() and dquot_alloc_...(). 120 * memory (or space for it is being allocated) on the first dqget(), when it is 489 * allocated. Paired with smp_rmb() in dqget(). in dquot_acquire() 537 /* Check whether we are not racing with some other dqget() */ in dquot_release() 934 struct dquot *dqget(struct super_block *sb, struct kqid qid) in dqget() function 1009 EXPORT_SYMBOL(dqget); variable 1542 * dqget()/dqput() calls. in __dquot_initialize() 1566 dquot = dqget(sb, qid); in __dquot_initialize() 1591 /* We could race with quotaon or dqget() could have failed */ in __dquot_initialize() 2187 dquot = dqget(s in dquot_transfer() [all...] |
/kernel/linux/linux-6.6/fs/quota/ |
H A D | dquot.c | 20 * Fixed races in dquot_transfer(), dqget() and dquot_alloc_...(). 120 * memory (or space for it is being allocated) on the first dqget(), when it is 487 * allocated. Paired with smp_rmb() in dqget(). in dquot_acquire() 535 /* Check whether we are not racing with some other dqget() */ in dquot_release() 932 struct dquot *dqget(struct super_block *sb, struct kqid qid) in dqget() function 1007 EXPORT_SYMBOL(dqget); variable 1491 * dqget()/dqput() calls. in __dquot_initialize() 1515 dquot = dqget(sb, qid); in __dquot_initialize() 1540 /* We could race with quotaon or dqget() could have failed */ in __dquot_initialize() 2148 dquot = dqget(s in dquot_transfer() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | quotaops.h | 45 struct dquot *dqget(struct super_block *sb, struct kqid qid);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | quotaops.h | 46 struct dquot *dqget(struct super_block *sb, struct kqid qid);
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | file.c | 1227 transfer_to[USRQUOTA] = dqget(sb, make_kqid_uid(attr->ia_uid)); in ocfs2_setattr() 1237 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()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ioctl.c | 528 transfer_to[PRJQUOTA] = dqget(sb, make_kqid_projid(kprojid)); in ext4_ioctl_setproject()
|
H A D | super.c | 6159 dquot = dqget(sb, qid); in ext4_statfs_project()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | ioctl.c | 763 transfer_to[PRJQUOTA] = dqget(sb, make_kqid_projid(kprojid)); in ext4_ioctl_setproject()
|
H A D | super.c | 6775 dquot = dqget(sb, qid); in ext4_statfs_project()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | super.c | 1442 dquot = dqget(sb, qid); in f2fs_statfs_project()
|
H A D | file.c | 3023 transfer_to[PRJQUOTA] = dqget(sb, make_kqid_projid(kprojid)); in f2fs_transfer_project_quota()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | super.c | 1795 dquot = dqget(sb, qid); in f2fs_statfs_project()
|
H A D | file.c | 3034 transfer_to[PRJQUOTA] = dqget(sb, make_kqid_projid(kprojid)); in f2fs_transfer_project_quota()
|
Completed in 61 milliseconds