Home
last modified time | relevance | path

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

/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
/linux/mm/
H A Dshmem_quota.c350 .get_next_id = shmem_get_next_id,
/linux/fs/quota/
H A Ddquot.c2188 if (!dqopt->ops[qid->type]->get_next_id) in dquot_get_next_id()
2190 return dqopt->ops[qid->type]->get_next_id(sb, qid); in dquot_get_next_id()
2205 .get_next_id = dquot_get_next_id,
2700 if (!sb->dq_op->get_next_id) in dquot_get_next_dqblk()
2702 err = sb->dq_op->get_next_id(sb, qid); in dquot_get_next_dqblk()
H A Dquota_v2.c426 .get_next_id = v2_get_next_id,
/linux/fs/ocfs2/
H A Dquota_global.c1031 .get_next_id = ocfs2_get_next_id,
/linux/fs/ext4/
H A Dsuper.c1614 .get_next_id = dquot_get_next_id,