Home
last modified time | relevance | path

Searched refs:nfs_read_alloc_scratch (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfs/
H A Dread.c113 bool nfs_read_alloc_scratch(struct nfs_pgio_header *hdr, size_t size) in nfs_read_alloc_scratch() function
119 EXPORT_SYMBOL_GPL(nfs_read_alloc_scratch);
H A Dinternal.h552 extern bool nfs_read_alloc_scratch(struct nfs_pgio_header *hdr, size_t size);
H A Dnfs4proc.c5602 return nfs_read_alloc_scratch(hdr, READ_PLUS_SCRATCH_SIZE); in nfs42_read_plus_support()