Searched refs:dquot_get_next_id (Results 1 – 5 of 5) sorted by relevance
85 int dquot_get_next_id(struct super_block *sb, struct kqid *qid);
2116 int dquot_get_next_id(struct super_block *sb, struct kqid *qid) in dquot_get_next_id() function2126 EXPORT_SYMBOL(dquot_get_next_id);2139 .get_next_id = dquot_get_next_id,
854 .get_next_id = dquot_get_next_id,
1895 .get_next_id = dquot_get_next_id,
5861 return dquot_get_next_id(sb, qid); in ext4_get_next_id()