Searched refs:get_next_id (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/ |
D | quota.h | 318 …int (*get_next_id)(struct super_block *sb, struct kqid *qid); /* Get next ID with existing structu… member 337 int (*get_next_id) (struct super_block *sb, struct kqid *qid); member
|
/Linux-v4.19/fs/quota/ |
D | dquot.c | 2122 if (!dqopt->ops[qid->type]->get_next_id) in dquot_get_next_id() 2124 return dqopt->ops[qid->type]->get_next_id(sb, qid); in dquot_get_next_id() 2139 .get_next_id = dquot_get_next_id, 2641 if (!sb->dq_op->get_next_id) in dquot_get_next_dqblk() 2643 err = sb->dq_op->get_next_id(sb, qid); in dquot_get_next_dqblk()
|
D | quota_v2.c | 381 .get_next_id = v2_get_next_id,
|
/Linux-v4.19/fs/ocfs2/ |
D | quota_global.c | 1016 .get_next_id = ocfs2_get_next_id,
|
/Linux-v4.19/fs/reiserfs/ |
D | super.c | 854 .get_next_id = dquot_get_next_id,
|
/Linux-v4.19/fs/ext4/ |
D | super.c | 1342 .get_next_id = ext4_get_next_id, 5859 if (!ops || !ops->get_next_id) in ext4_get_next_id()
|
/Linux-v4.19/fs/f2fs/ |
D | super.c | 1895 .get_next_id = dquot_get_next_id,
|