Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dquotaops.h95 int dquot_get_next_id(struct super_block *sb, struct kqid *qid);
/linux-4.19.296/fs/quota/
Ddquot.c2184 int dquot_get_next_id(struct super_block *sb, struct kqid *qid) in dquot_get_next_id() function
2194 EXPORT_SYMBOL(dquot_get_next_id);
2207 .get_next_id = dquot_get_next_id,
/linux-4.19.296/fs/reiserfs/
Dsuper.c855 .get_next_id = dquot_get_next_id,
/linux-4.19.296/fs/f2fs/
Dsuper.c1932 .get_next_id = dquot_get_next_id,
/linux-4.19.296/fs/ext4/
Dsuper.c6102 return dquot_get_next_id(sb, qid); in ext4_get_next_id()