Searched refs:read_dqblk (Results 1 – 4 of 4) sorted by relevance
239 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */ member
216 read_dqblk: v1_read_dqblk,
317 static int read_dqblk(struct dquot *dquot) in read_dqblk() function324 ret = dqopt->ops[dquot->dq_type]->read_dqblk(dquot); in read_dqblk()614 read_dqblk(dquot); in dqget()
671 read_dqblk: v2_read_dquot,