Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dquotaops.h93 int dquot_get_next_id(struct super_block *sb, struct kqid *qid);
/linux-6.15/fs/quota/
H A Ddquot.c2182 int dquot_get_next_id(struct super_block *sb, struct kqid *qid) in dquot_get_next_id() function
2192 EXPORT_SYMBOL(dquot_get_next_id);
2205 .get_next_id = dquot_get_next_id,
/linux-6.15/fs/f2fs/
H A Dsuper.c3206 .get_next_id = dquot_get_next_id,
/linux-6.15/fs/ext4/
H A Dsuper.c1598 .get_next_id = dquot_get_next_id,