Home
last modified time | relevance | path

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

/linux/fs/fuse/
H A Dfuse_dev_i.h74 bool fuse_remove_pending_req(struct fuse_req *req, spinlock_t *lock);
H A Ddev_uring.c1360 return fuse_remove_pending_req(req, &queue->lock); in fuse_uring_remove_pending_req()
H A Ddev.c526 bool fuse_remove_pending_req(struct fuse_req *req, spinlock_t *lock) in fuse_remove_pending_req() function
576 removed = fuse_remove_pending_req(req, &fiq->lock); in request_wait_answer()