Lines Matching defs:xfile
25 struct xfile {
29 int xfile_create(const char *description, loff_t isize, struct xfile **xfilep);
30 void xfile_destroy(struct xfile *xf);
32 ssize_t xfile_pread(struct xfile *xf, void *buf, size_t count, loff_t pos);
33 ssize_t xfile_pwrite(struct xfile *xf, const void *buf, size_t count,
41 xfile_obj_load(struct xfile *xf, void *buf, size_t count, loff_t pos)
55 xfile_obj_store(struct xfile *xf, const void *buf, size_t count, loff_t pos)
64 loff_t xfile_seek_data(struct xfile *xf, loff_t pos);
71 int xfile_stat(struct xfile *xf, struct xfile_stat *statbuf);
73 int xfile_get_page(struct xfile *xf, loff_t offset, unsigned int len,
75 int xfile_put_page(struct xfile *xf, struct xfile_page *xbuf);