Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dshmem_quota.c346 .alloc_dquot = dquot_alloc,
/linux-6.15/include/linux/
H A Dquotaops.h69 struct dquot *dquot_alloc(struct super_block *sb, int type);
/linux-6.15/fs/quota/
H A Ddquot.c888 struct dquot *dquot_alloc(struct super_block *sb, int type) in dquot_alloc() function
892 EXPORT_SYMBOL(dquot_alloc);
2203 .alloc_dquot = dquot_alloc,
/linux-6.15/fs/f2fs/
H A Dsuper.c3203 .alloc_dquot = dquot_alloc,
/linux-6.15/fs/ext4/
H A Dsuper.c1594 .alloc_dquot = dquot_alloc,