Lines Matching defs:fd
98 static void fuse_reply(struct fuse_data* fd, __u64 unique, const void *data, size_t len) in fuse_reply()
119 static int handle_init(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) { in handle_init()
160 static void fill_attr(struct fuse_attr* attr, struct fuse_data* fd, in fill_attr()
174 static int handle_getattr(void* /* data */, struct fuse_data* fd, const struct fuse_in_header* hdr)… in handle_getattr()
193 static int handle_lookup(void* data, struct fuse_data* fd, in handle_lookup()
218 static int handle_open(void* /* data */, struct fuse_data* fd, const struct fuse_in_header* hdr) { in handle_open()
229 static int handle_flush(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) { in handle_flush()
233 static int handle_release(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) { in handle_release()
239 static int fetch_block(struct fuse_data* fd, uint32_t block) { in fetch_block()
292 static int handle_read(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) { in handle_read()
383 struct fuse_data fd; in run_fuse_sideload() local