Lines Matching refs:loff_t
76 static inline int fs_size_unsupported(const char *filename, loff_t *size) in fs_size_unsupported()
82 loff_t offset, loff_t len, in fs_read_unsupported()
83 loff_t *actread) in fs_read_unsupported()
89 loff_t offset, loff_t len, in fs_write_unsupported()
90 loff_t *actwrite) in fs_write_unsupported()
141 int (*size)(const char *filename, loff_t *size);
142 int (*read)(const char *filename, void *buf, loff_t offset,
143 loff_t len, loff_t *actread);
144 int (*write)(const char *filename, void *buf, loff_t offset,
145 loff_t len, loff_t *actwrite);
447 int fs_size(const char *filename, loff_t *size) in fs_size()
462 static int fs_read_lmb_check(const char *filename, ulong addr, loff_t offset, in fs_read_lmb_check()
463 loff_t len, struct fstype_info *info) in fs_read_lmb_check()
467 loff_t size; in fs_read_lmb_check()
468 loff_t read_len; in fs_read_lmb_check()
495 static int _fs_read(const char *filename, ulong addr, loff_t offset, loff_t len, in _fs_read()
496 int do_lmb_check, loff_t *actread) in _fs_read()
526 int fs_read(const char *filename, ulong addr, loff_t offset, loff_t len, in fs_read()
527 loff_t *actread) in fs_read()
532 int fs_write(const char *filename, ulong addr, loff_t offset, loff_t len, in fs_write()
533 loff_t *actwrite) in fs_write()
649 loff_t size; in do_size()
671 loff_t bytes; in do_load()
672 loff_t pos; in do_load()
673 loff_t len_read; in do_load()
770 loff_t bytes; in do_save()
771 loff_t pos; in do_save()
772 loff_t len; in do_save()