Home
last modified time | relevance | path

Searched refs:dreq (Results 1 – 11 of 11) sorted by relevance

/fs/nfs/
A Ddirect.c181 cinfo->dreq = dreq; in nfs_init_cinfo_from_dreq()
190 if (!dreq) in nfs_direct_req_alloc()
201 return dreq; in nfs_direct_req_alloc()
208 pnfs_release_ds_info(&dreq->ds_cinfo, dreq->inode); in nfs_direct_req_free()
268 dreq->iocb->ki_complete(dreq->iocb, res); in nfs_direct_complete()
279 struct nfs_direct_req *dreq = hdr->dreq; in nfs_direct_read_completion() local
626 struct nfs_direct_req *dreq = data->dreq; in nfs_direct_commit_complete() local
676 struct nfs_direct_req *dreq = cinfo->dreq; in nfs_direct_resched_write() local
758 struct nfs_direct_req *dreq = hdr->dreq; in nfs_direct_write_completion() local
824 struct nfs_direct_req *dreq = hdr->dreq; in nfs_direct_write_reschedule_io() local
[all …]
A Dcache_lib.c71 kfree(dreq); in nfs_cache_defer_req_put()
76 struct nfs_cache_defer_req *dreq; in nfs_dns_cache_revisit() local
80 complete(&dreq->completion); in nfs_dns_cache_revisit()
81 nfs_cache_defer_req_put(dreq); in nfs_dns_cache_revisit()
86 struct nfs_cache_defer_req *dreq; in nfs_dns_cache_defer() local
90 refcount_inc(&dreq->count); in nfs_dns_cache_defer()
92 return &dreq->deferred_req; in nfs_dns_cache_defer()
99 dreq = kzalloc(sizeof(*dreq), GFP_KERNEL); in nfs_cache_defer_req_alloc()
100 if (dreq) { in nfs_cache_defer_req_alloc()
102 refcount_set(&dreq->count, 1); in nfs_cache_defer_req_alloc()
[all …]
A Ddns_resolve.c283 struct nfs_cache_defer_req *dreq) in do_cache_lookup() argument
289 ret = cache_check(cd, &(*item)->h, &dreq->req); in do_cache_lookup()
325 struct nfs_cache_defer_req *dreq; in do_cache_lookup_wait() local
328 dreq = nfs_cache_defer_req_alloc(); in do_cache_lookup_wait()
329 if (!dreq) in do_cache_lookup_wait()
331 ret = do_cache_lookup(cd, key, item, dreq); in do_cache_lookup_wait()
333 ret = nfs_cache_wait_for_upcall(dreq); in do_cache_lookup_wait()
337 nfs_cache_defer_req_put(dreq); in do_cache_lookup_wait()
A Dcache_lib.h24 extern void nfs_cache_defer_req_put(struct nfs_cache_defer_req *dreq);
25 extern int nfs_cache_wait_for_upcall(struct nfs_cache_defer_req *dreq);
A Dnfstrace.h1546 const struct nfs_direct_req *dreq
1549 TP_ARGS(dreq),
1562 const struct inode *inode = dreq->inode;
1569 __entry->offset = dreq->io_start;
1570 __entry->count = dreq->count;
1571 __entry->error = dreq->error;
1572 __entry->flags = dreq->flags;
1590 const struct nfs_direct_req *dreq \
1592 TP_ARGS(dreq))
A Dwrite.c888 cinfo->dreq = NULL; in nfs_init_cinfo_from_inode()
894 struct nfs_direct_req *dreq) in nfs_init_cinfo() argument
896 if (dreq) in nfs_init_cinfo()
897 nfs_init_cinfo_from_dreq(cinfo, dreq); in nfs_init_cinfo()
1018 if ((ret == max) && !cinfo->dreq) in nfs_scan_commit_list()
1749 data->dreq = cinfo->dreq; in nfs_init_commit()
1883 nfs_init_cinfo(&cinfo, data->inode, data->dreq); in nfs_commit_release_pages()
A Dinternal.h613 struct nfs_direct_req *dreq);
715 struct nfs_direct_req *dreq);
716 extern ssize_t nfs_dreq_bytes_left(struct nfs_direct_req *dreq, loff_t offset);
840 if (folio && !cinfo->dreq) { in nfs_folio_mark_unstable()
A Dpagelist.c108 hdr->dreq = desc->pg_dreq; in nfs_pgheader_init()
1380 desc->pg_dreq = hdr->dreq; in nfs_pageio_resend()
A Dnfs4proc.c5753 if (hdr->ds_clp != NULL || hdr->dreq != NULL) in nfs4_write_need_cache_consistency_data()
/fs/nilfs2/
A Dbtree.c1743 union nilfs_bmap_ptr_req *dreq, in nilfs_btree_prepare_convert_and_insert() argument
1765 ret = nilfs_bmap_prepare_alloc_ptr(btree, dreq, dat); in nilfs_btree_prepare_convert_and_insert()
1772 nreq->bpr_ptr = dreq->bpr_ptr + 1; in nilfs_btree_prepare_convert_and_insert()
1792 nilfs_bmap_abort_alloc_ptr(btree, dreq, dat); in nilfs_btree_prepare_convert_and_insert()
1803 union nilfs_bmap_ptr_req *dreq, in nilfs_btree_commit_convert_and_insert() argument
1823 nilfs_bmap_commit_alloc_ptr(btree, dreq, dat); in nilfs_btree_commit_convert_and_insert()
1845 nilfs_bmap_commit_alloc_ptr(btree, dreq, dat); in nilfs_btree_commit_convert_and_insert()
1859 nilfs_bmap_set_target_v(btree, key, dreq->bpr_ptr); in nilfs_btree_commit_convert_and_insert()
1885 union nilfs_bmap_ptr_req dreq, nreq, *di, *ni; in nilfs_btree_convert_and_insert() local
1890 di = &dreq; in nilfs_btree_convert_and_insert()
[all …]
/fs/nfs/blocklayout/
A Dblocklayout.c243 const bool is_dio = (header->dreq != NULL); in bl_read_pagelist()

Completed in 52 milliseconds