Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/mm/
H A Dshmem_quota.c352 .get_next_id = shmem_get_next_id,
/openbmc/linux/fs/quota/
H A Ddquot.c2196 if (!dqopt->ops[qid->type]->get_next_id) in dquot_get_next_id()
2198 return dqopt->ops[qid->type]->get_next_id(sb, qid); in dquot_get_next_id()
2213 .get_next_id = dquot_get_next_id,
2712 if (!sb->dq_op->get_next_id) in dquot_get_next_dqblk()
2714 err = sb->dq_op->get_next_id(sb, qid); in dquot_get_next_dqblk()
H A Dquota_v2.c405 .get_next_id = v2_get_next_id,
/openbmc/linux/fs/ocfs2/
H A Dquota_global.c1016 .get_next_id = ocfs2_get_next_id,
/openbmc/linux/fs/reiserfs/
H A Dsuper.c849 .get_next_id = dquot_get_next_id,
/openbmc/linux/fs/f2fs/
H A Dsuper.c3084 .get_next_id = dquot_get_next_id,
/openbmc/linux/fs/ext4/
H A Dsuper.c1612 .get_next_id = dquot_get_next_id,