Searched refs:netfs_alloc_request (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/netfs/ |
| A D | buffered_read.c | 403 rreq = netfs_alloc_request(ractl->mapping, ractl->file, start, size, in netfs_readahead() 477 rreq = netfs_alloc_request(mapping, file, folio_pos(folio), flen, NETFS_READ_GAPS); in netfs_read_gaps() 571 rreq = netfs_alloc_request(mapping, file, in netfs_read_folio() 726 rreq = netfs_alloc_request(mapping, file, in netfs_write_begin() 792 rreq = netfs_alloc_request(mapping, file, start, flen, in netfs_prefetch_for_write()
|
| A D | direct_read.c | 183 rreq = netfs_alloc_request(iocb->ki_filp->f_mapping, iocb->ki_filp, in netfs_unbuffered_read_iter_locked()
|
| A D | objects.c | 16 struct netfs_io_request *netfs_alloc_request(struct address_space *mapping, in netfs_alloc_request() function
|
| A D | internal.h | 71 struct netfs_io_request *netfs_alloc_request(struct address_space *mapping,
|
| A D | write_issue.c | 101 wreq = netfs_alloc_request(mapping, file, start, 0, origin); in netfs_create_write_req()
|
Completed in 12 milliseconds