Searched refs:get_next_id (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | quota.h | 320 …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 D | shmem_quota.c | 352 .get_next_id = shmem_get_next_id,
|
/openbmc/linux/fs/quota/ |
H A D | dquot.c | 2197 if (!dqopt->ops[qid->type]->get_next_id) in dquot_get_next_id() 2199 return dqopt->ops[qid->type]->get_next_id(sb, qid); in dquot_get_next_id() 2214 .get_next_id = dquot_get_next_id, 2713 if (!sb->dq_op->get_next_id) in dquot_get_next_dqblk() 2715 err = sb->dq_op->get_next_id(sb, qid); in dquot_get_next_dqblk()
|
H A D | quota_v2.c | 408 .get_next_id = v2_get_next_id,
|
/openbmc/linux/fs/ocfs2/ |
H A D | quota_global.c | 1021 .get_next_id = ocfs2_get_next_id,
|
/openbmc/linux/fs/reiserfs/ |
H A D | super.c | 849 .get_next_id = dquot_get_next_id,
|
/openbmc/linux/fs/f2fs/ |
H A D | super.c | 3114 .get_next_id = dquot_get_next_id,
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | 1620 .get_next_id = dquot_get_next_id,
|