Home
last modified time | relevance | path

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

/aosp_15_r20/external/e2fsprogs/lib/support/
H A Dquotaio_v2.c310 if (h->e2fs_write(&h->qh_qf, 0, &ddqheader, sizeof(ddqheader)) != in v2_new_io()
325 if (h->e2fs_write(&h->qh_qf, V2_DQINFOOFF, &ddqinfo, in v2_new_io()
341 if (h->e2fs_write(&h->qh_qf, V2_DQINFOOFF, &ddqinfo, sizeof(ddqinfo)) != in v2_write_info()
H A Dquotaio.c239 h->e2fs_write = quota_write_nomount; in quota_file_open()
343 h->e2fs_write = quota_write_nomount; in quota_file_create()
H A 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()
H A Dquotaio.h127 unsigned int (*e2fs_write)(struct quota_file *qf, ext2_loff_t offset, member