Lines Matching refs:unique
101 static void fuse_reply(struct fuse_data* fd, __u64 unique, const void *data, size_t len)
109 hdr.unique = unique;
158 fuse_reply(fd, hdr->unique, &out, fuse_struct_size);
192 fuse_reply(fd, hdr->unique, &out, sizeof(out));
217 fuse_reply(fd, hdr->unique, &out, sizeof(out));
228 fuse_reply(fd, hdr->unique, &out, sizeof(out));
322 outhdr.unique = hdr->unique;
510 outhdr.unique = hdr->unique;