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

  /external/e2fsprogs/lib/support/
quotaio_v2.c 206 if (h->e2fs_write(&h->qh_qf, 0, &ddqheader, sizeof(ddqheader)) !=
221 if (h->e2fs_write(&h->qh_qf, V2_DQINFOOFF, &ddqinfo,
237 if (h->e2fs_write(&h->qh_qf, V2_DQINFOOFF, &ddqinfo, sizeof(ddqinfo)) !=
quotaio.c 261 h->e2fs_write = quota_write_nomount;
363 h->e2fs_write = quota_write_nomount;
quotaio.h 127 unsigned int (*e2fs_write)(struct quota_file *qf, ext2_loff_t offset, member in struct:quota_handle
quotaio_tree.c 79 err = h->e2fs_write(&h->qh_qf, blk << QT_BLKSIZE_BITS, buf,
341 ret = h->e2fs_write(&h->qh_qf, dquot->dq_dqb.u.v2_mdqb.dqb_off, ddquot,

Completed in 144 milliseconds