Searched refs:e2fs_read (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | quotaio_v2.c | 140 if (h->e2fs_read(&h->qh_qf, 0, dqh, sizeof(struct v2_disk_dqheader)) != in v2_read_header() 184 if (h->e2fs_read(&h->qh_qf, V2_DQINFOOFF, &ddqinfo, in v2_init_io()
|
D | quotaio.c | 265 h->e2fs_read = quota_read_nomount; in quota_file_open() 369 h->e2fs_read = quota_read_nomount; in quota_file_create()
|
D | quotaio.h | 125 unsigned int (*e2fs_read)(struct quota_file *qf, ext2_loff_t offset, member
|
D | quotaio_tree.c | 66 err = h->e2fs_read(&h->qh_qf, blk << QT_BLKSIZE_BITS, buf, in read_blk() 529 ret = h->e2fs_read(&h->qh_qf, offset, ddquot, in qtree_read_dquot()
|