Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Dquotaio_v2.c234 if (h->e2fs_write(&h->qh_qf, 0, &ddqheader, sizeof(ddqheader)) != in v2_new_io()
249 if (h->e2fs_write(&h->qh_qf, V2_DQINFOOFF, &ddqinfo, in v2_new_io()
265 if (h->e2fs_write(&h->qh_qf, V2_DQINFOOFF, &ddqinfo, sizeof(ddqinfo)) != in v2_write_info()
Dquotaio.c239 h->e2fs_write = quota_write_nomount; in quota_file_open()
343 h->e2fs_write = quota_write_nomount; in quota_file_create()
Dquotaio.h127 unsigned int (*e2fs_write)(struct quota_file *qf, ext2_loff_t offset, member
Dquotaio_tree.c79 err = h->e2fs_write(&h->qh_qf, blk << QT_BLKSIZE_BITS, buf, in write_blk()
341 ret = h->e2fs_write(&h->qh_qf, dquot->dq_dqb.u.v2_mdqb.dqb_off, ddquot, in qtree_write_dquot()