Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dquota.h318 …int (*get_next_id)(struct super_block *sb, struct kqid *qid); /* Get next ID with existing structu… member
337 int (*get_next_id) (struct super_block *sb, struct kqid *qid); member
/linux-6.3-rc2/fs/quota/
A Ddquot.c2151 if (!dqopt->ops[qid->type]->get_next_id) in dquot_get_next_id()
2153 return dqopt->ops[qid->type]->get_next_id(sb, qid); in dquot_get_next_id()
2168 .get_next_id = dquot_get_next_id,
2653 if (!sb->dq_op->get_next_id) in dquot_get_next_dqblk()
2655 err = sb->dq_op->get_next_id(sb, qid); in dquot_get_next_dqblk()
A Dquota_v2.c405 .get_next_id = v2_get_next_id,
/linux-6.3-rc2/fs/ocfs2/
A Dquota_global.c1016 .get_next_id = ocfs2_get_next_id,
/linux-6.3-rc2/fs/reiserfs/
A Dsuper.c849 .get_next_id = dquot_get_next_id,
/linux-6.3-rc2/fs/f2fs/
A Dsuper.c2972 .get_next_id = dquot_get_next_id,
/linux-6.3-rc2/fs/ext4/
A Dsuper.c1527 .get_next_id = dquot_get_next_id,

Completed in 32 milliseconds