Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dquotaops.h61 struct dquot *dquot_alloc(struct super_block *sb, int type);
/linux-4.4.14/fs/quota/
Ddquot.c797 struct dquot *dquot_alloc(struct super_block *sb, int type) in dquot_alloc() function
801 EXPORT_SYMBOL(dquot_alloc);
2042 .alloc_dquot = dquot_alloc,
/linux-4.4.14/fs/reiserfs/
Dsuper.c802 .alloc_dquot = dquot_alloc,
/linux-4.4.14/fs/ext4/
Dsuper.c1102 .alloc_dquot = dquot_alloc,