Lines Matching refs:op
26 struct fscache_retrieval *op = monitor->op; in cachefiles_read_waiter() local
51 ASSERT(op); in cachefiles_read_waiter()
58 fscache_get_retrieval(op); in cachefiles_read_waiter()
60 object = container_of(op->op.object, struct cachefiles_object, fscache); in cachefiles_read_waiter()
62 list_add_tail(&monitor->op_link, &op->to_do); in cachefiles_read_waiter()
65 fscache_enqueue_retrieval(op); in cachefiles_read_waiter()
66 fscache_put_retrieval(op); in cachefiles_read_waiter()
156 struct fscache_retrieval *op; in cachefiles_read_copier() local
159 op = container_of(_op, struct fscache_retrieval, op); in cachefiles_read_copier()
160 object = container_of(op->op.object, in cachefiles_read_copier()
168 while (!list_empty(&op->to_do)) { in cachefiles_read_copier()
169 monitor = list_entry(op->to_do.next, in cachefiles_read_copier()
183 fscache_mark_page_cached(monitor->op, in cachefiles_read_copier()
202 fscache_end_io(op, monitor->netfs_page, error); in cachefiles_read_copier()
204 fscache_retrieval_complete(op, 1); in cachefiles_read_copier()
205 fscache_put_retrieval(op); in cachefiles_read_copier()
212 if (!list_empty(&op->to_do)) in cachefiles_read_copier()
213 fscache_enqueue_retrieval(op); in cachefiles_read_copier()
230 struct fscache_retrieval *op, in cachefiles_read_backing_file_one() argument
248 monitor->op = fscache_get_retrieval(op); in cachefiles_read_backing_file_one()
335 fscache_mark_page_cached(op, netpage); in cachefiles_read_backing_file_one()
338 fscache_end_io(op, netpage, 0); in cachefiles_read_backing_file_one()
339 fscache_retrieval_complete(op, 1); in cachefiles_read_backing_file_one()
349 fscache_put_retrieval(monitor->op); in cachefiles_read_backing_file_one()
358 fscache_retrieval_complete(op, 1); in cachefiles_read_backing_file_one()
363 fscache_retrieval_complete(op, 1); in cachefiles_read_backing_file_one()
370 fscache_put_retrieval(monitor->op); in cachefiles_read_backing_file_one()
373 fscache_retrieval_complete(op, 1); in cachefiles_read_backing_file_one()
392 int cachefiles_read_or_alloc_page(struct fscache_retrieval *op, in cachefiles_read_or_alloc_page() argument
403 object = container_of(op->op.object, in cachefiles_read_or_alloc_page()
421 op->op.flags &= FSCACHE_OP_KEEP_FLAGS; in cachefiles_read_or_alloc_page()
422 op->op.flags |= FSCACHE_OP_ASYNC; in cachefiles_read_or_alloc_page()
423 op->op.processor = cachefiles_read_copier; in cachefiles_read_or_alloc_page()
442 ret = cachefiles_read_backing_file_one(object, op, page); in cachefiles_read_or_alloc_page()
445 fscache_mark_page_cached(op, page); in cachefiles_read_or_alloc_page()
446 fscache_retrieval_complete(op, 1); in cachefiles_read_or_alloc_page()
456 fscache_retrieval_complete(op, 1); in cachefiles_read_or_alloc_page()
466 struct fscache_retrieval *op, in cachefiles_read_backing_file() argument
487 monitor->op = fscache_get_retrieval(op); in cachefiles_read_backing_file()
530 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file()
538 fscache_retrieval_complete(op, 1); in cachefiles_read_backing_file()
606 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file()
614 fscache_retrieval_complete(op, 1); in cachefiles_read_backing_file()
625 fscache_mark_page_cached(op, netpage); in cachefiles_read_backing_file()
628 fscache_end_io(op, netpage, 0); in cachefiles_read_backing_file()
631 fscache_retrieval_complete(op, 1); in cachefiles_read_backing_file()
648 fscache_put_retrieval(op); in cachefiles_read_backing_file()
655 fscache_retrieval_complete(op, 1); in cachefiles_read_backing_file()
674 fscache_retrieval_complete(op, 1); in cachefiles_read_backing_file()
682 int cachefiles_read_or_alloc_pages(struct fscache_retrieval *op, in cachefiles_read_or_alloc_pages() argument
696 object = container_of(op->op.object, in cachefiles_read_or_alloc_pages()
702 object->fscache.debug_id, atomic_read(&op->op.usage), in cachefiles_read_or_alloc_pages()
722 op->op.flags &= FSCACHE_OP_KEEP_FLAGS; in cachefiles_read_or_alloc_pages()
723 op->op.flags |= FSCACHE_OP_ASYNC; in cachefiles_read_or_alloc_pages()
724 op->op.processor = cachefiles_read_copier; in cachefiles_read_or_alloc_pages()
755 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_pages()
756 fscache_retrieval_complete(op, 1); in cachefiles_read_or_alloc_pages()
759 fscache_retrieval_complete(op, 1); in cachefiles_read_or_alloc_pages()
764 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_pages()
772 ret2 = cachefiles_read_backing_file(object, op, &backpages); in cachefiles_read_or_alloc_pages()
782 fscache_retrieval_complete(op, *nr_pages); in cachefiles_read_or_alloc_pages()
797 int cachefiles_allocate_page(struct fscache_retrieval *op, in cachefiles_allocate_page() argument
805 object = container_of(op->op.object, in cachefiles_allocate_page()
814 fscache_mark_page_cached(op, page); in cachefiles_allocate_page()
818 fscache_retrieval_complete(op, 1); in cachefiles_allocate_page()
834 int cachefiles_allocate_pages(struct fscache_retrieval *op, in cachefiles_allocate_pages() argument
845 object = container_of(op->op.object, in cachefiles_allocate_pages()
858 fscache_mark_pages_cached(op, &pagevec); in cachefiles_allocate_pages()
862 fscache_mark_pages_cached(op, &pagevec); in cachefiles_allocate_pages()
868 fscache_retrieval_complete(op, *nr_pages); in cachefiles_allocate_pages()
880 int cachefiles_write_page(struct fscache_storage *op, struct page *page) in cachefiles_write_page() argument
891 ASSERT(op != NULL); in cachefiles_write_page()
894 object = container_of(op->op.object, in cachefiles_write_page()