FUSE_INT_REQ_BIT
ih.unique = (req->in.h.unique | FUSE_INT_REQ_BIT);
req = fuse_request_find(fpq, oh.unique & ~FUSE_INT_REQ_BIT);
if (oh.unique & FUSE_INT_REQ_BIT) {
return hash_long(unique & ~FUSE_INT_REQ_BIT, FUSE_PQ_HASH_BITS);
if ((oh->unique & ~FUSE_INT_REQ_BIT) != req->in.h.unique) {
oh->unique & ~FUSE_INT_REQ_BIT);
WARN_ON_ONCE(oh->unique & FUSE_INT_REQ_BIT);