Searched refs:get_next_id (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/include/linux/ |
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-6.6.21/mm/ |
D | shmem_quota.c | 348 .get_next_id = shmem_get_next_id,
|
/linux-6.6.21/fs/quota/ |
D | dquot.c | 2169 if (!dqopt->ops[qid->type]->get_next_id) in dquot_get_next_id() 2171 return dqopt->ops[qid->type]->get_next_id(sb, qid); in dquot_get_next_id() 2186 .get_next_id = dquot_get_next_id, 2685 if (!sb->dq_op->get_next_id) in dquot_get_next_dqblk() 2687 err = sb->dq_op->get_next_id(sb, qid); in dquot_get_next_dqblk()
|
D | quota_v2.c | 405 .get_next_id = v2_get_next_id,
|
/linux-6.6.21/fs/ocfs2/ |
D | quota_global.c | 1016 .get_next_id = ocfs2_get_next_id,
|
/linux-6.6.21/fs/reiserfs/ |
D | super.c | 849 .get_next_id = dquot_get_next_id,
|
/linux-6.6.21/fs/f2fs/ |
D | super.c | 3151 .get_next_id = dquot_get_next_id,
|
/linux-6.6.21/fs/ext4/ |
D | super.c | 1612 .get_next_id = dquot_get_next_id,
|