Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs_page.h74 u32 (*pg_set_mirror)(struct nfs_pageio_descriptor *, u32); member
/linux/fs/nfs/
H A Dpagelist.c90 if (desc->pg_ops->pg_set_mirror) in nfs_pgio_set_current_mirror()
91 return desc->pg_ops->pg_set_mirror(desc, idx); in nfs_pgio_set_current_mirror()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1032 .pg_set_mirror = ff_layout_pg_set_mirror_write, in ff_layout_reset_write()