Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dquotaops.h61 struct dquot *dquot_alloc(struct super_block *sb, int type);
/Linux-v5.4/fs/quota/
Ddquot.c812 struct dquot *dquot_alloc(struct super_block *sb, int type) in dquot_alloc() function
816 EXPORT_SYMBOL(dquot_alloc);
2145 .alloc_dquot = dquot_alloc,
/Linux-v5.4/fs/reiserfs/
Dsuper.c846 .alloc_dquot = dquot_alloc,
/Linux-v5.4/fs/f2fs/
Dsuper.c2230 .alloc_dquot = dquot_alloc,
/Linux-v5.4/fs/ext4/
Dsuper.c1391 .alloc_dquot = dquot_alloc,