Lines Matching refs:file
5 void fs_wrapper_file_close(struct fs_file *file);
6 const char *fs_wrapper_file_get_path(struct fs_file *file);
7 void fs_wrapper_set_async_callback(struct fs_file *file,
11 void fs_wrapper_set_metadata(struct fs_file *file, const char *key,
13 int fs_wrapper_get_metadata(struct fs_file *file,
15 bool fs_wrapper_prefetch(struct fs_file *file, uoff_t length);
16 ssize_t fs_wrapper_read(struct fs_file *file, void *buf, size_t size);
18 fs_wrapper_read_stream(struct fs_file *file, size_t max_buffer_size);
19 int fs_wrapper_write(struct fs_file *file, const void *data, size_t size);
20 void fs_wrapper_write_stream(struct fs_file *file);
21 int fs_wrapper_write_stream_finish(struct fs_file *file, bool success);
22 int fs_wrapper_lock(struct fs_file *file, unsigned int secs,
25 int fs_wrapper_exists(struct fs_file *file);
26 int fs_wrapper_stat(struct fs_file *file, struct stat *st_r);
27 int fs_wrapper_get_nlinks(struct fs_file *file, nlink_t *nlinks_r);
30 int fs_wrapper_delete(struct fs_file *file);