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