Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddqblk_qtree.h21 …void (*mem2disk_dqblk)(void *disk, struct dquot *dquot); /* Convert given entry from in memory for… member
/linux-4.1.27/fs/quota/
Dquota_v2.c34 .mem2disk_dqblk = v2r0_mem2diskdqb,
40 .mem2disk_dqblk = v2r1_mem2diskdqb,
Dquota_tree.c387 info->dqi_ops->mem2disk_dqblk(ddquot, dquot); in qtree_write_dquot()
/linux-4.1.27/fs/ocfs2/
Dquota_global.c127 .mem2disk_dqblk = ocfs2_global_mem2diskdqb,