HomeSort by relevance Sort by last modified time
    Searched refs:e2fs_read (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/support/
quotaio_v2.c 140 if (h->e2fs_read(&h->qh_qf, 0, dqh, sizeof(struct v2_disk_dqheader)) !=
184 if (h->e2fs_read(&h->qh_qf, V2_DQINFOOFF, &ddqinfo,
quotaio.c 262 h->e2fs_read = quota_read_nomount;
364 h->e2fs_read = quota_read_nomount;
quotaio.h 125 unsigned int (*e2fs_read)(struct quota_file *qf, ext2_loff_t offset, member in struct:quota_handle
quotaio_tree.c 66 err = h->e2fs_read(&h->qh_qf, blk << QT_BLKSIZE_BITS, buf,
529 ret = h->e2fs_read(&h->qh_qf, offset, ddquot,

Completed in 64 milliseconds