Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/quota/
Dquotaio_v2.c204 if (h->e2fs_write(&h->qh_qf, 0, &ddqheader, sizeof(ddqheader)) != in v2_new_io()
219 if (h->e2fs_write(&h->qh_qf, V2_DQINFOOFF, &ddqinfo, in v2_new_io()
235 if (h->e2fs_write(&h->qh_qf, V2_DQINFOOFF, &ddqinfo, sizeof(ddqinfo)) != in v2_write_info()
Dquotaio.c222 h->e2fs_write = quota_write_nomount; in quota_file_open()
309 h->e2fs_write = quota_write_nomount; in quota_file_create()
Dquotaio.h77 unsigned int (*e2fs_write)(struct quota_file *qf, ext2_loff_t offset, member
Dquotaio_tree.c78 err = h->e2fs_write(&h->qh_qf, blk << QT_BLKSIZE_BITS, buf, in write_blk()
335 ret = h->e2fs_write(&h->qh_qf, dquot->dq_dqb.u.v2_mdqb.dqb_off, ddquot, in qtree_write_dquot()