Home
last modified time | relevance | path

Searched refs:reqs (Results 1 – 8 of 8) sorted by relevance

/fs/cachefiles/
A Dondemand.c32 xas.xa = &cache->reqs; in cachefiles_ondemand_fd_release()
34 xa_lock(&cache->reqs); in cachefiles_ondemand_fd_release()
49 xa_unlock(&cache->reqs); in cachefiles_ondemand_fd_release()
130 xa_lock(&cache->reqs); in cachefiles_ondemand_fd_ioctl()
134 xa_unlock(&cache->reqs); in cachefiles_ondemand_fd_ioctl()
138 xa_unlock(&cache->reqs); in cachefiles_ondemand_fd_ioctl()
191 xa_lock(&cache->reqs); in cachefiles_ondemand_copen()
196 xa_unlock(&cache->reqs); in cachefiles_ondemand_copen()
200 xa_unlock(&cache->reqs); in cachefiles_ondemand_copen()
423 xa_lock(&cache->reqs); in cachefiles_ondemand_daemon_read()
[all …]
A Ddaemon.c117 xa_init_flags(&cache->reqs, XA_FLAGS_ALLOC); in cachefiles_daemon_open()
139 struct xarray *xa = &cache->reqs; in cachefiles_flush_reqs()
167 xa_destroy(&cache->reqs); in cachefiles_flush_reqs()
361 XA_STATE(xas, &cache->reqs, 0); in cachefiles_daemon_poll()
369 if (!xa_empty(&cache->reqs)) { in cachefiles_daemon_poll()
A Dinternal.h126 struct xarray reqs; /* xarray of pending on-demand requests */ member
/fs/nfs/
A Ddirect.c568 LIST_HEAD(reqs); in nfs_direct_write_reschedule()
572 nfs_direct_write_scan_commit_list(dreq->inode, &reqs, &cinfo); in nfs_direct_write_reschedule()
574 nfs_direct_join_group(&reqs, &cinfo, dreq->inode); in nfs_direct_write_reschedule()
583 while (!list_empty(&reqs)) { in nfs_direct_write_reschedule()
584 req = nfs_list_entry(reqs.next); in nfs_direct_write_reschedule()
605 while (!list_empty(&reqs)) { in nfs_direct_write_reschedule()
606 req = nfs_list_entry(reqs.next); in nfs_direct_write_reschedule()
716 LIST_HEAD(reqs); in nfs_direct_write_clear_reqs()
719 nfs_direct_write_scan_commit_list(dreq->inode, &reqs, &cinfo); in nfs_direct_write_clear_reqs()
721 while (!list_empty(&reqs)) { in nfs_direct_write_clear_reqs()
[all …]
/fs/
A Daio.c99 struct percpu_ref reqs; member
624 percpu_ref_exit(&ctx->reqs); in free_ioctx()
631 struct kioctx *ctx = container_of(ref, struct kioctx, reqs); in free_ioctx_reqs()
663 percpu_ref_kill(&ctx->reqs); in free_ioctx_users()
664 percpu_ref_put(&ctx->reqs); in free_ioctx_users()
785 if (percpu_ref_init(&ctx->reqs, free_ioctx_reqs, 0, GFP_KERNEL)) in ioctx_alloc()
813 percpu_ref_get(&ctx->reqs); /* free_ioctx_users() will drop this */ in ioctx_alloc()
836 percpu_ref_exit(&ctx->reqs); in ioctx_alloc()
1067 percpu_ref_get(&ctx->reqs); in aio_get_req()
1109 percpu_ref_put(&iocb->ki_ctx->reqs); in iocb_destroy()
/fs/fuse/
A Dvirtio_fs.c821 LIST_HEAD(reqs); in virtio_fs_requests_done_work()
830 list_move_tail(&req->list, &reqs); in virtio_fs_requests_done_work()
837 list_for_each_entry_safe(req, next, &reqs, list) { in virtio_fs_requests_done_work()
A Dfuse_i.h364 unsigned reqs; member
A Dfile.c640 left = --io->reqs; in fuse_aio_complete()
730 io->reqs++; in fuse_async_req_send()
2771 io->reqs = 1; in fuse_direct_IO()

Completed in 130 milliseconds