Lines Matching refs:unique
237 static unsigned int fuse_req_hash(u64 unique) in fuse_req_hash() argument
239 return hash_long(unique & ~FUSE_INT_REQ_BIT, FUSE_PQ_HASH_BITS); in fuse_req_hash()
292 req->in.h.unique = fuse_get_unique_locked(fiq); in fuse_dev_queue_req()
639 struct fuse_args *args, u64 unique) in fuse_simple_notify_reply() argument
649 req->in.h.unique = unique; in fuse_simple_notify_reply()
1112 ih.unique = (req->in.h.unique | FUSE_INT_REQ_BIT); in fuse_read_interrupt()
1113 arg.unique = req->in.h.unique; in fuse_read_interrupt()
1162 .unique = fuse_get_unique_locked(fiq), in fuse_read_single_forget()
1193 .unique = fuse_get_unique_locked(fiq), in fuse_read_batch_forget()
1364 hash = fuse_req_hash(req->in.h.unique); in fuse_dev_do_read()
1868 req->in.h.unique |= FUSE_UNIQUE_RESEND; in fuse_resend()
1925 static struct fuse_req *request_find(struct fuse_pqueue *fpq, u64 unique) in request_find() argument
1927 unsigned int hash = fuse_req_hash(unique); in request_find()
1931 if (req->in.h.unique == unique) in request_find()
1990 if (!oh.unique) { in fuse_dev_do_write()
2002 req = request_find(fpq, oh.unique & ~FUSE_INT_REQ_BIT); in fuse_dev_do_write()
2011 if (oh.unique & FUSE_INT_REQ_BIT) { in fuse_dev_do_write()