Home | History | Annotate | Download | only in support

Lines Matching defs:e2_file

167 	ext2_file_t	e2_file = qf->e2_file;
171 err = ext2fs_file_llseek(e2_file, offset, EXT2_SEEK_SET, NULL);
177 err = ext2fs_file_write(e2_file, buf, size, &bytes_written);
191 ext2_file_t e2_file = qf->e2_file;
195 err = ext2fs_file_llseek(e2_file, offset, EXT2_SEEK_SET, NULL);
201 err = ext2fs_file_read(e2_file, buf, size, &bytes_read);
218 ext2_file_t e2_file;
236 err = ext2fs_file_open(fs, qf_ino, flags, &e2_file);
258 h->qh_qf.e2_file = e2_file;
285 ext2fs_file_close(e2_file);
332 ext2_file_t e2_file;
367 err = ext2fs_file_open(fs, qf_inum, h->qh_file_flags, &e2_file);
372 h->qh_qf.e2_file = e2_file;
389 ext2fs_file_close(e2_file);
411 if (h->qh_qf.e2_file) {
415 ext2fs_file_flush(h->qh_qf.e2_file);
416 if (ext2fs_file_get_lsize(h->qh_qf.e2_file, &size))
419 ext2fs_file_set_size2(h->qh_qf.e2_file, new_size);
420 ext2fs_file_close(h->qh_qf.e2_file);