Lines Matching refs:fiq
164 static void virtio_fs_fiq_release(struct fuse_iqueue *fiq) in virtio_fs_fiq_release() argument
166 struct virtio_fs *vfs = fiq->priv; in virtio_fs_fiq_release()
974 static void virtio_fs_wake_forget_and_unlock(struct fuse_iqueue *fiq, bool sync) in virtio_fs_wake_forget_and_unlock() argument
975 __releases(fiq->lock) in virtio_fs_wake_forget_and_unlock()
984 link = fuse_dequeue_forget(fiq, 1, NULL); in virtio_fs_wake_forget_and_unlock()
985 unique = fuse_get_unique(fiq); in virtio_fs_wake_forget_and_unlock()
987 fs = fiq->priv; in virtio_fs_wake_forget_and_unlock()
989 spin_unlock(&fiq->lock); in virtio_fs_wake_forget_and_unlock()
1009 static void virtio_fs_wake_interrupt_and_unlock(struct fuse_iqueue *fiq, in virtio_fs_wake_interrupt_and_unlock() argument
1011 __releases(fiq->lock) in virtio_fs_wake_interrupt_and_unlock()
1020 spin_unlock(&fiq->lock); in virtio_fs_wake_interrupt_and_unlock()
1225 static void virtio_fs_wake_pending_and_unlock(struct fuse_iqueue *fiq, in virtio_fs_wake_pending_and_unlock() argument
1227 __releases(fiq->lock) in virtio_fs_wake_pending_and_unlock()
1235 WARN_ON(list_empty(&fiq->pending)); in virtio_fs_wake_pending_and_unlock()
1236 req = list_last_entry(&fiq->pending, struct fuse_req, list); in virtio_fs_wake_pending_and_unlock()
1239 WARN_ON(!list_empty(&fiq->pending)); in virtio_fs_wake_pending_and_unlock()
1240 spin_unlock(&fiq->lock); in virtio_fs_wake_pending_and_unlock()
1242 fs = fiq->priv; in virtio_fs_wake_pending_and_unlock()