Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
H A Ddev.c29 #define FUSE_INT_REQ_BIT (1ULL << 0) macro
204 return hash_long(unique & ~FUSE_INT_REQ_BIT, FUSE_PQ_HASH_BITS); in fuse_req_hash()
1073 ih.unique = (req->in.h.unique | FUSE_INT_REQ_BIT);
1898 req = request_find(fpq, oh.unique & ~FUSE_INT_REQ_BIT); in fuse_dev_do_write()
1907 if (oh.unique & FUSE_INT_REQ_BIT) { in fuse_dev_do_write()
/kernel/linux/linux-6.6/fs/fuse/
H A Ddev.c29 #define FUSE_INT_REQ_BIT (1ULL << 0) macro
204 return hash_long(unique & ~FUSE_INT_REQ_BIT, FUSE_PQ_HASH_BITS); in fuse_req_hash()
1064 ih.unique = (req->in.h.unique | FUSE_INT_REQ_BIT);
1887 req = request_find(fpq, oh.unique & ~FUSE_INT_REQ_BIT); in fuse_dev_do_write()
1896 if (oh.unique & FUSE_INT_REQ_BIT) { in fuse_dev_do_write()

Completed in 6 milliseconds