Lines Matching refs:fiq
178 static void virtio_fs_fiq_release(struct fuse_iqueue *fiq) in virtio_fs_fiq_release() argument
180 struct virtio_fs *vfs = fiq->priv; in virtio_fs_fiq_release()
973 static void virtio_fs_wake_forget_and_unlock(struct fuse_iqueue *fiq) in virtio_fs_wake_forget_and_unlock() argument
974 __releases(fiq->lock) in virtio_fs_wake_forget_and_unlock()
983 link = fuse_dequeue_forget(fiq, 1, NULL); in virtio_fs_wake_forget_and_unlock()
984 unique = fuse_get_unique(fiq); in virtio_fs_wake_forget_and_unlock()
986 fs = fiq->priv; in virtio_fs_wake_forget_and_unlock()
988 spin_unlock(&fiq->lock); in virtio_fs_wake_forget_and_unlock()
1008 static void virtio_fs_wake_interrupt_and_unlock(struct fuse_iqueue *fiq) in virtio_fs_wake_interrupt_and_unlock() argument
1009 __releases(fiq->lock) in virtio_fs_wake_interrupt_and_unlock()
1018 spin_unlock(&fiq->lock); in virtio_fs_wake_interrupt_and_unlock()
1223 static void virtio_fs_wake_pending_and_unlock(struct fuse_iqueue *fiq) in virtio_fs_wake_pending_and_unlock() argument
1224 __releases(fiq->lock) in virtio_fs_wake_pending_and_unlock()
1232 WARN_ON(list_empty(&fiq->pending)); in virtio_fs_wake_pending_and_unlock()
1233 req = list_last_entry(&fiq->pending, struct fuse_req, list); in virtio_fs_wake_pending_and_unlock()
1236 WARN_ON(!list_empty(&fiq->pending)); in virtio_fs_wake_pending_and_unlock()
1237 spin_unlock(&fiq->lock); in virtio_fs_wake_pending_and_unlock()
1239 fs = fiq->priv; in virtio_fs_wake_pending_and_unlock()