Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Dquotaio_v2.c140 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()
Dquotaio.c262 h->e2fs_read = quota_read_nomount; in quota_file_open()
364 h->e2fs_read = quota_read_nomount; in quota_file_create()
Dquotaio.h125 unsigned int (*e2fs_read)(struct quota_file *qf, ext2_loff_t offset, member
Dquotaio_tree.c66 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()