Searched refs:qh_qf (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/lib/quota/ |
D | quotaio.c | 218 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 …]
|
D | quotaio_v2.c | 139 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()
|
D | mkquota.c | 160 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()
|
D | quotaio_tree.c | 65 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()
|
D | quotaio.h | 74 struct quota_file qh_qf; member
|