Home
last modified time | relevance | path

Searched refs:dqget (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/quota/
H A Ddquot.c20 * 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 Ddquot.c20 * 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 Dquotaops.h45 struct dquot *dqget(struct super_block *sb, struct kqid qid);
/kernel/linux/linux-6.6/include/linux/
H A Dquotaops.h46 struct dquot *dqget(struct super_block *sb, struct kqid qid);
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dfile.c1234 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 Dquota_local.c498 dquot = dqget(sb, in ocfs2_recover_local_quota_file()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dfile.c1227 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 Dquota_local.c498 dquot = dqget(sb, in ocfs2_recover_local_quota_file()
/kernel/linux/linux-5.10/fs/ext4/
H A Dioctl.c528 transfer_to[PRJQUOTA] = dqget(sb, make_kqid_projid(kprojid)); in ext4_ioctl_setproject()
H A Dsuper.c6159 dquot = dqget(sb, qid); in ext4_statfs_project()
/kernel/linux/linux-6.6/fs/ext4/
H A Dioctl.c763 transfer_to[PRJQUOTA] = dqget(sb, make_kqid_projid(kprojid)); in ext4_ioctl_setproject()
H A Dsuper.c6775 dquot = dqget(sb, qid); in ext4_statfs_project()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsuper.c1442 dquot = dqget(sb, qid); in f2fs_statfs_project()
H A Dfile.c3023 transfer_to[PRJQUOTA] = dqget(sb, make_kqid_projid(kprojid)); in f2fs_transfer_project_quota()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c1795 dquot = dqget(sb, qid); in f2fs_statfs_project()
H A Dfile.c3034 transfer_to[PRJQUOTA] = dqget(sb, make_kqid_projid(kprojid)); in f2fs_transfer_project_quota()

Completed in 61 milliseconds