Searched refs:pg_get_mirror_count (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dnfs_page.h69 unsigned int (*pg_get_mirror_count)(struct nfs_pageio_descriptor *, member in struct:nfs_pageio_ops
/linux-master/fs/nfs/
H A Dpagelist.c1106 * by calling the pg_get_mirror_count op
1113 if (pgio->pg_ops->pg_get_mirror_count)
1114 mirror_count = pgio->pg_ops->pg_get_mirror_count(pgio, req);
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1005 .pg_get_mirror_count = ff_layout_pg_get_mirror_count_write,

Completed in 115 milliseconds