Home
last modified time | relevance | path

Searched refs:pg_cleanup (Results 1 – 7 of 7) sorted by relevance

/linux/fs/nfs/
H A Dread.c100 if (pgio->pg_ops && pgio->pg_ops->pg_cleanup) in nfs_pageio_reset_read_mds()
101 pgio->pg_ops->pg_cleanup(pgio); in nfs_pageio_reset_read_mds()
H A Dpagelist.c1413 if (desc->pg_ops->pg_cleanup) in nfs_pageio_complete()
1414 desc->pg_ops->pg_cleanup(desc); in nfs_pageio_complete()
/linux/include/linux/
H A Dnfs_page.h71 void (*pg_cleanup)(struct nfs_pageio_descriptor *); member
/linux/fs/nfs/blocklayout/
H A Dblocklayout.c950 .pg_cleanup = pnfs_generic_pg_cleanup,
957 .pg_cleanup = pnfs_generic_pg_cleanup,
/linux/fs/nfs/filelayout/
H A Dfilelayout.c919 .pg_cleanup = pnfs_generic_pg_cleanup,
926 .pg_cleanup = pnfs_generic_pg_cleanup,
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1022 .pg_cleanup = pnfs_generic_pg_cleanup, in ff_layout_reset_write()
1030 .pg_cleanup = pnfs_generic_pg_cleanup, in ff_layout_reset_write()
/linux/net/core/
H A Dpktgen.c4062 static void __exit pg_cleanup(void) in pg_cleanup() function
4070 module_exit(pg_cleanup);