Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dquota.h239 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */ member
/linux-2.4.37.9/fs/
Dquota_v1.c216 read_dqblk: v1_read_dqblk,
Ddquot.c317 static int read_dqblk(struct dquot *dquot) in read_dqblk() function
324 ret = dqopt->ops[dquot->dq_type]->read_dqblk(dquot); in read_dqblk()
614 read_dqblk(dquot); in dqget()
Dquota_v2.c671 read_dqblk: v2_read_dquot,