Lines Matching refs:fiq
165 static void virtio_fs_fiq_release(struct fuse_iqueue *fiq) in virtio_fs_fiq_release() argument
167 struct virtio_fs *vfs = fiq->priv; in virtio_fs_fiq_release()
975 static void virtio_fs_wake_forget_and_unlock(struct fuse_iqueue *fiq, bool sync) in virtio_fs_wake_forget_and_unlock() argument
976 __releases(fiq->lock) in virtio_fs_wake_forget_and_unlock()
985 link = fuse_dequeue_forget(fiq, 1, NULL); in virtio_fs_wake_forget_and_unlock()
986 unique = fuse_get_unique(fiq); in virtio_fs_wake_forget_and_unlock()
988 fs = fiq->priv; in virtio_fs_wake_forget_and_unlock()
990 spin_unlock(&fiq->lock); in virtio_fs_wake_forget_and_unlock()
1010 static void virtio_fs_wake_interrupt_and_unlock(struct fuse_iqueue *fiq, in virtio_fs_wake_interrupt_and_unlock() argument
1012 __releases(fiq->lock) in virtio_fs_wake_interrupt_and_unlock()
1021 spin_unlock(&fiq->lock); in virtio_fs_wake_interrupt_and_unlock()
1226 static void virtio_fs_wake_pending_and_unlock(struct fuse_iqueue *fiq, in virtio_fs_wake_pending_and_unlock() argument
1228 __releases(fiq->lock) in virtio_fs_wake_pending_and_unlock()
1236 WARN_ON(list_empty(&fiq->pending)); in virtio_fs_wake_pending_and_unlock()
1237 req = list_last_entry(&fiq->pending, struct fuse_req, list); in virtio_fs_wake_pending_and_unlock()
1240 WARN_ON(!list_empty(&fiq->pending)); in virtio_fs_wake_pending_and_unlock()
1241 spin_unlock(&fiq->lock); in virtio_fs_wake_pending_and_unlock()
1243 fs = fiq->priv; in virtio_fs_wake_pending_and_unlock()