Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
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-v5.4/fs/quota/
Ddquot.c2130 if (!dqopt->ops[qid->type]->get_next_id) in dquot_get_next_id()
2132 return dqopt->ops[qid->type]->get_next_id(sb, qid); in dquot_get_next_id()
2147 .get_next_id = dquot_get_next_id,
2649 if (!sb->dq_op->get_next_id) in dquot_get_next_dqblk()
2651 err = sb->dq_op->get_next_id(sb, qid); in dquot_get_next_dqblk()
Dquota_v2.c382 .get_next_id = v2_get_next_id,
/Linux-v5.4/fs/ocfs2/
Dquota_global.c1016 .get_next_id = ocfs2_get_next_id,
/Linux-v5.4/fs/reiserfs/
Dsuper.c848 .get_next_id = dquot_get_next_id,
/Linux-v5.4/fs/ext4/
Dsuper.c1395 .get_next_id = ext4_get_next_id,
6030 if (!ops || !ops->get_next_id) in ext4_get_next_id()
/Linux-v5.4/fs/f2fs/
Dsuper.c2233 .get_next_id = dquot_get_next_id,