Home
last modified time | relevance | path

Searched refs:dquot_get_next_id (Results 1 – 4 of 4) sorted by relevance

/fs/quota/
Ddquot.c2175 int dquot_get_next_id(struct super_block *sb, struct kqid *qid) in dquot_get_next_id() function
2185 EXPORT_SYMBOL(dquot_get_next_id);
2198 .get_next_id = dquot_get_next_id,
/fs/reiserfs/
Dsuper.c849 .get_next_id = dquot_get_next_id,
/fs/f2fs/
Dsuper.c2474 .get_next_id = dquot_get_next_id,
/fs/ext4/
Dsuper.c6273 return dquot_get_next_id(sb, qid); in ext4_get_next_id()