Home | History | Annotate | Download | only in recovery

Lines Matching full:unique

98 static void fuse_reply(struct fuse_data* fd, __u64 unique, const void *data, size_t len)
106 hdr.unique = unique;
155 fuse_reply(fd, hdr->unique, &out, fuse_struct_size);
189 fuse_reply(fd, hdr->unique, &out, sizeof(out));
214 fuse_reply(fd, hdr->unique, &out, sizeof(out));
225 fuse_reply(fd, hdr->unique, &out, sizeof(out));
317 outhdr.unique = hdr->unique;
506 outhdr.unique = hdr->unique;