Home
last modified time | relevance | path

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

/linux/mm/
H A Dshmem_quota.c346 .alloc_dquot = dquot_alloc,
/linux/include/linux/
H A Dquotaops.h69 struct dquot *dquot_alloc(struct super_block *sb, int type);
/linux/fs/quota/
H A Ddquot.c891 struct dquot *dquot_alloc(struct super_block *sb, int type) in dquot_alloc() function
895 EXPORT_SYMBOL(dquot_alloc);
2206 .alloc_dquot = dquot_alloc,
/linux/fs/f2fs/
H A Dsuper.c3627 .alloc_dquot = dquot_alloc,
/linux/fs/ext4/
H A Dsuper.c1615 .alloc_dquot = dquot_alloc,