Home
last modified time | relevance | path

Searched refs:qh_qf (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/quota/
Dquotaio.c218 h->qh_qf.e2_file = e2_file; in quota_file_open()
220 h->qh_qf.fs = fs; in quota_file_open()
221 h->qh_qf.ino = qf_ino; in quota_file_open()
291 h->qh_qf.fs = fs; in quota_file_create()
308 h->qh_qf.ino = qf_inum; in quota_file_create()
319 h->qh_qf.e2_file = e2_file; in quota_file_create()
357 if (h->qh_qf.e2_file) { in quota_file_close()
358 ext2fs_file_flush(h->qh_qf.e2_file); in quota_file_close()
359 ext2fs_file_set_size2(h->qh_qf.e2_file, in quota_file_close()
360 compute_inode_size(h->qh_qf.fs, h->qh_qf.ino)); in quota_file_close()
[all …]
Dquotaio_v2.c139 if (h->e2fs_read(&h->qh_qf, 0, dqh, sizeof(struct v2_disk_dqheader)) != in v2_read_header()
182 if (h->e2fs_read(&h->qh_qf, V2_DQINFOOFF, &ddqinfo, in v2_init_io()
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()
Dmkquota.c160 if (h->qh_qf.e2_file) in quota_write_inode()
161 ext2fs_file_close(h->qh_qf.e2_file); in quota_write_inode()
162 quota_inode_truncate(fs, h->qh_qf.ino); in quota_write_inode()
167 quota_set_sb_inum(fs, h->qh_qf.ino, i); in quota_write_inode()
514 if (qh->qh_qf.e2_file) in quota_update_limits()
515 ext2fs_file_close(qh->qh_qf.e2_file); in quota_update_limits()
Dquotaio_tree.c65 err = h->e2fs_read(&h->qh_qf, blk << QT_BLKSIZE_BITS, buf, in read_blk()
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()
522 ret = h->e2fs_read(&h->qh_qf, offset, ddquot, in qtree_read_dquot()
Dquotaio.h74 struct quota_file qh_qf; member