Home
last modified time | relevance | path

Searched refs:FUSE_INT_REQ_BIT (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/fuse/
Ddev.c32 #define FUSE_INT_REQ_BIT (1ULL << 0) macro
239 return hash_long(unique & ~FUSE_INT_REQ_BIT, FUSE_PQ_HASH_BITS); in fuse_req_hash()
1112 ih.unique = (req->in.h.unique | FUSE_INT_REQ_BIT); in fuse_read_interrupt()
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()