Lines Matching refs:e2_file
142 ext2_file_t e2_file = qf->e2_file; in quota_write_nomount() local
146 err = ext2fs_file_llseek(e2_file, offset, EXT2_SEEK_SET, NULL); in quota_write_nomount()
152 err = ext2fs_file_write(e2_file, buf, size, &bytes_written); in quota_write_nomount()
166 ext2_file_t e2_file = qf->e2_file; in quota_read_nomount() local
170 err = ext2fs_file_llseek(e2_file, offset, EXT2_SEEK_SET, NULL); in quota_read_nomount()
176 err = ext2fs_file_read(e2_file, buf, size, &bytes_read); in quota_read_nomount()
193 ext2_file_t e2_file; in quota_file_open() local
211 err = ext2fs_file_open(fs, qf_ino, flags, &e2_file); in quota_file_open()
222 ext2fs_file_close(e2_file); in quota_file_open()
230 ext2fs_file_close(e2_file); in quota_file_open()
236 h->qh_qf.e2_file = e2_file; in quota_file_open()
265 ext2fs_file_close(e2_file); in quota_file_open()
312 ext2_file_t e2_file; in quota_file_create() local
347 err = ext2fs_file_open(fs, qf_inum, h->qh_file_flags, &e2_file); in quota_file_create()
352 h->qh_qf.e2_file = e2_file; in quota_file_create()
369 ext2fs_file_close(e2_file); in quota_file_create()
391 if (h->qh_qf.e2_file) in quota_file_close()
392 ext2fs_file_close(h->qh_qf.e2_file); in quota_file_close()