Home
last modified time | relevance | path

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

/linux-5.19.10/fs/quota/
Dquota_v1.c220 .read_dqblk = v1_read_dqblk,
Dquota_v2.c402 .read_dqblk = v2_read_dquot,
Ddquot.c435 ret = dqopt->ops[dquot->dq_id.type]->read_dqblk(dquot); in dquot_acquire()
/linux-5.19.10/include/linux/
Dquota.h315 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */ member