Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:file

8  * This file may be redistributed under the terms of the GNU Library
36 ext2_file_t file;
94 data->file = 0;
158 &data->file);
187 retval = ext2fs_file_close(data->file);
219 if ((retval = ext2fs_file_lseek(data->file,
226 return ext2fs_file_read(data->file, buf, count, 0);
245 if ((retval = ext2fs_file_lseek(data->file,
252 return ext2fs_file_write(data->file, buf, count, 0);
271 if ((retval = ext2fs_file_lseek(data->file, offset,
275 return ext2fs_file_write(data->file, buf, size, 0);
289 return ext2fs_file_flush(data->file);