Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs_page.h78 struct nfs_pgio_header *(*rw_alloc_header)(void); member
/linux/fs/nfs/
H A Dread.c470 .rw_alloc_header = nfs_readhdr_alloc,
H A Dpagelist.c636 struct nfs_pgio_header *hdr = ops->rw_alloc_header(); in nfs_pgio_header_alloc()