pnfs.h (aa8a45ee974dfe3ffe290daaf5db457afae56fde) | pnfs.h (d67ae825a59d639e4d8b82413af84d854617a87e) |
---|---|
1/* 2 * pNFS client data structures. 3 * 4 * Copyright (c) 2002 5 * The Regents of the University of Michigan 6 * All Rights Reserved 7 * 8 * Dean Hildebrand <dhildebz@umich.edu> --- 264 unchanged lines hidden (view full) --- 273void pnfs_ld_read_done(struct nfs_pgio_header *); 274int pnfs_read_resend_pnfs(struct nfs_pgio_header *); 275struct pnfs_layout_segment *pnfs_update_layout(struct inode *ino, 276 struct nfs_open_context *ctx, 277 loff_t pos, 278 u64 count, 279 enum pnfs_iomode iomode, 280 gfp_t gfp_flags); | 1/* 2 * pNFS client data structures. 3 * 4 * Copyright (c) 2002 5 * The Regents of the University of Michigan 6 * All Rights Reserved 7 * 8 * Dean Hildebrand <dhildebz@umich.edu> --- 264 unchanged lines hidden (view full) --- 273void pnfs_ld_read_done(struct nfs_pgio_header *); 274int pnfs_read_resend_pnfs(struct nfs_pgio_header *); 275struct pnfs_layout_segment *pnfs_update_layout(struct inode *ino, 276 struct nfs_open_context *ctx, 277 loff_t pos, 278 u64 count, 279 enum pnfs_iomode iomode, 280 gfp_t gfp_flags); |
281void pnfs_clear_layoutreturn_waitbit(struct pnfs_layout_hdr *lo); |
|
281 282void nfs4_deviceid_mark_client_invalid(struct nfs_client *clp); 283int pnfs_read_done_resend_to_mds(struct nfs_pgio_header *); 284int pnfs_write_done_resend_to_mds(struct nfs_pgio_header *); 285struct nfs4_threshold *pnfs_mdsthreshold_alloc(void); 286void pnfs_error_mark_layout_for_return(struct inode *inode, 287 struct pnfs_layout_segment *lseg); 288 --- 369 unchanged lines hidden --- | 282 283void nfs4_deviceid_mark_client_invalid(struct nfs_client *clp); 284int pnfs_read_done_resend_to_mds(struct nfs_pgio_header *); 285int pnfs_write_done_resend_to_mds(struct nfs_pgio_header *); 286struct nfs4_threshold *pnfs_mdsthreshold_alloc(void); 287void pnfs_error_mark_layout_for_return(struct inode *inode, 288 struct pnfs_layout_segment *lseg); 289 --- 369 unchanged lines hidden --- |