Lines Matching refs:fuse_in_header

81 #define MAX_REQUEST_SIZE (sizeof(struct fuse_in_header) + sizeof(struct fuse_write_in) + MAX_WRITE)
513 const struct fuse_in_header *hdr, const char* name)
535 const struct fuse_in_header *hdr, const struct fuse_forget_in *req)
554 const struct fuse_in_header *hdr, const struct fuse_getattr_in *req)
572 const struct fuse_in_header *hdr, const struct fuse_setattr_in *req)
630 const struct fuse_in_header* hdr, const struct fuse_mknod_in* req, const char* name)
656 const struct fuse_in_header* hdr, const struct fuse_mkdir_in* req, const char* name)
682 const struct fuse_in_header* hdr, const char* name)
706 const struct fuse_in_header* hdr, const char* name)
730 const struct fuse_in_header* hdr, const struct fuse_rename_in* req,
802 const struct fuse_in_header* hdr, const struct fuse_open_in* req)
836 const struct fuse_in_header* hdr, const struct fuse_read_in* req)
862 const struct fuse_in_header* hdr, const struct fuse_write_in* req,
881 const struct fuse_in_header* hdr)
912 const struct fuse_in_header* hdr, const struct fuse_release_in* req)
923 const struct fuse_in_header* hdr, const struct fuse_fsync_in* req)
939 const struct fuse_in_header* hdr)
946 const struct fuse_in_header* hdr, const struct fuse_open_in* req)
978 const struct fuse_in_header* hdr, const struct fuse_read_in* req)
1007 const struct fuse_in_header* hdr, const struct fuse_release_in* req)
1018 const struct fuse_in_header* hdr, const struct fuse_init_in* req)
1036 const struct fuse_in_header *hdr, const void *data, size_t data_len)
1171 if ((size_t)len < sizeof(struct fuse_in_header)) {
1176 const struct fuse_in_header *hdr = (void*)handler->request_buffer;
1183 const void *data = handler->request_buffer + sizeof(struct fuse_in_header);
1184 size_t data_len = len - sizeof(struct fuse_in_header);