Searched refs:netfs_alloc_request (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/fs/netfs/ |
D | buffered_read.c | 345 rreq = netfs_alloc_request(ractl->mapping, ractl->file, start, size, in netfs_readahead() 417 rreq = netfs_alloc_request(mapping, file, folio_pos(folio), flen, NETFS_READ_GAPS); in netfs_read_gaps() 511 rreq = netfs_alloc_request(mapping, file, in netfs_read_folio() 666 rreq = netfs_alloc_request(mapping, file, in netfs_write_begin() 732 rreq = netfs_alloc_request(mapping, file, start, flen, in netfs_prefetch_for_write()
|
D | read_single.c | 172 rreq = netfs_alloc_request(inode->i_mapping, file, 0, iov_iter_count(iter), in netfs_read_single()
|
D | direct_read.c | 189 rreq = netfs_alloc_request(iocb->ki_filp->f_mapping, iocb->ki_filp, in netfs_unbuffered_read_iter_locked()
|
D | objects.c | 16 struct netfs_io_request *netfs_alloc_request(struct address_space *mapping, in netfs_alloc_request() function
|
D | internal.h | 69 struct netfs_io_request *netfs_alloc_request(struct address_space *mapping,
|
D | write_issue.c | 102 wreq = netfs_alloc_request(mapping, file, start, 0, origin); in netfs_create_write_req()
|