Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Ddqblk_qtree.h23 …void (*mem2disk_dqblk)(void *disk, struct dquot *dquot); /* Convert given entry from in memory for… member
/linux-5.19.10/fs/quota/
Dquota_v2.c33 .mem2disk_dqblk = v2r0_mem2diskdqb,
39 .mem2disk_dqblk = v2r1_mem2diskdqb,
Dquota_tree.c385 info->dqi_ops->mem2disk_dqblk(ddquot, dquot); in qtree_write_dquot()
/linux-5.19.10/fs/ocfs2/
Dquota_global.c129 .mem2disk_dqblk = ocfs2_global_mem2diskdqb,