Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dquota.h318 …int (*get_next_id)(struct super_block *sb, struct kqid *qid); /* Get next ID with existing structu… member
340 int (*get_next_id) (struct super_block *sb, struct kqid *qid); member
/OK3568_Linux_fs/kernel/fs/quota/
H A Ddquot.c2146 if (!dqopt->ops[qid->type]->get_next_id) in dquot_get_next_id()
2148 return dqopt->ops[qid->type]->get_next_id(sb, qid); in dquot_get_next_id()
2163 .get_next_id = dquot_get_next_id,
2646 if (!sb->dq_op->get_next_id) in dquot_get_next_dqblk()
2648 err = sb->dq_op->get_next_id(sb, qid); in dquot_get_next_dqblk()
H A Dquota_v2.c405 .get_next_id = v2_get_next_id,
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dquota_global.c1016 .get_next_id = ocfs2_get_next_id,
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dsuper.c849 .get_next_id = dquot_get_next_id,
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c2807 .get_next_id = dquot_get_next_id,
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c1643 .get_next_id = dquot_get_next_id,