Home
last modified time | relevance | path

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

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