Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dquotaops.h68 struct dquot *dquot_alloc(struct super_block *sb, int type);
/Linux-v5.15/fs/quota/
Ddquot.c810 struct dquot *dquot_alloc(struct super_block *sb, int type) in dquot_alloc() function
814 EXPORT_SYMBOL(dquot_alloc);
2144 .alloc_dquot = dquot_alloc,
/Linux-v5.15/fs/reiserfs/
Dsuper.c847 .alloc_dquot = dquot_alloc,
/Linux-v5.15/fs/f2fs/
Dsuper.c2861 .alloc_dquot = dquot_alloc,
/Linux-v5.15/fs/ext4/
Dsuper.c1611 .alloc_dquot = dquot_alloc,