Searched refs:get_next_id (Results 1 – 7 of 7) sorted by relevance
/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
|
/linux/mm/ |
H A D | shmem_quota.c | 350 .get_next_id = shmem_get_next_id,
|
/linux/fs/quota/ |
H A D | dquot.c | 2188 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 D | quota_v2.c | 426 .get_next_id = v2_get_next_id,
|
/linux/fs/ocfs2/ |
H A D | quota_global.c | 1036 .get_next_id = ocfs2_get_next_id,
|
/linux/fs/f2fs/ |
H A D | super.c | 3154 .get_next_id = dquot_get_next_id,
|
/linux/fs/ext4/ |
H A D | super.c | 1612 .get_next_id = dquot_get_next_id,
|