• Home
  • Raw
  • Download

Lines Matching refs:errcode_t

24 	errcode_t		magic;
43 errcode_t ext2fs_file_open2(ext2_filsys fs, ext2_ino_t ino, in ext2fs_file_open2()
48 errcode_t retval; in ext2fs_file_open2()
90 errcode_t ext2fs_file_open(ext2_filsys fs, ext2_ino_t ino, in ext2fs_file_open()
128 errcode_t ext2fs_file_flush(ext2_file_t file) in ext2fs_file_flush()
130 errcode_t retval; in ext2fs_file_flush()
183 static errcode_t sync_buffer_position(ext2_file_t file) in sync_buffer_position()
186 errcode_t retval; in sync_buffer_position()
208 static errcode_t load_buffer(ext2_file_t file, int dontfill) in load_buffer()
211 errcode_t retval; in load_buffer()
237 errcode_t ext2fs_file_close(ext2_file_t file) in ext2fs_file_close()
239 errcode_t retval; in ext2fs_file_close()
253 static errcode_t
258 errcode_t retval; in ext2fs_file_read_inline_data()
285 errcode_t ext2fs_file_read(ext2_file_t file, void *buf, in ext2fs_file_read()
289 errcode_t retval = 0; in ext2fs_file_read()
331 static errcode_t
336 errcode_t retval; in ext2fs_file_write_inline_data()
361 errcode_t rc; in ext2fs_file_write_inline_data()
391 errcode_t ext2fs_file_write(ext2_file_t file, const void *buf, in ext2fs_file_write()
395 errcode_t retval = 0; in ext2fs_file_write()
489 errcode_t rc; in ext2fs_file_write()
501 errcode_t ext2fs_file_llseek(ext2_file_t file, __u64 offset, in ext2fs_file_llseek()
521 errcode_t ext2fs_file_lseek(ext2_file_t file, ext2_off_t offset, in ext2fs_file_lseek()
525 errcode_t retval; in ext2fs_file_lseek()
538 errcode_t ext2fs_file_get_lsize(ext2_file_t file, __u64 *ret_size) in ext2fs_file_get_lsize()
561 static errcode_t ext2fs_file_zero_past_offset(ext2_file_t file, in ext2fs_file_zero_past_offset()
569 errcode_t retval; in ext2fs_file_zero_past_offset()
611 errcode_t ext2fs_file_set_size2(ext2_file_t file, ext2_off64_t size) in ext2fs_file_set_size2()
614 errcode_t retval; in ext2fs_file_set_size2()
649 errcode_t ext2fs_file_set_size(ext2_file_t file, ext2_off_t size) in ext2fs_file_set_size()