Searched refs:e2fs_write (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | quotaio_v2.c | 234 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()
|
D | quotaio.c | 239 h->e2fs_write = quota_write_nomount; in quota_file_open() 343 h->e2fs_write = quota_write_nomount; in quota_file_create()
|
D | quotaio.h | 127 unsigned int (*e2fs_write)(struct quota_file *qf, ext2_loff_t offset, member
|
D | quotaio_tree.c | 79 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()
|