Home
last modified time | relevance | path

Searched refs:get_next_id (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/include/linux/
Dquota.h320 …int (*get_next_id)(struct super_block *sb, struct kqid *qid); /* Get next ID with existing structu… member
339 int (*get_next_id) (struct super_block *sb, struct kqid *qid); member
/linux-6.6.21/mm/
Dshmem_quota.c348 .get_next_id = shmem_get_next_id,
/linux-6.6.21/fs/quota/
Ddquot.c2169 if (!dqopt->ops[qid->type]->get_next_id) in dquot_get_next_id()
2171 return dqopt->ops[qid->type]->get_next_id(sb, qid); in dquot_get_next_id()
2186 .get_next_id = dquot_get_next_id,
2685 if (!sb->dq_op->get_next_id) in dquot_get_next_dqblk()
2687 err = sb->dq_op->get_next_id(sb, qid); in dquot_get_next_dqblk()
Dquota_v2.c405 .get_next_id = v2_get_next_id,
/linux-6.6.21/fs/ocfs2/
Dquota_global.c1016 .get_next_id = ocfs2_get_next_id,
/linux-6.6.21/fs/reiserfs/
Dsuper.c849 .get_next_id = dquot_get_next_id,
/linux-6.6.21/fs/f2fs/
Dsuper.c3151 .get_next_id = dquot_get_next_id,
/linux-6.6.21/fs/ext4/
Dsuper.c1612 .get_next_id = dquot_get_next_id,