Loading include/linux/nfs_xdr.h +17 −7 Original line number Diff line number Diff line Loading @@ -608,21 +608,31 @@ struct nfs_pgio_args { __u32 count; unsigned int pgbase; struct page ** pages; union { unsigned int replen; /* used by read */ struct { const u32 * bitmask; /* used by write */ enum nfs3_stable_how stable; /* used by write */ }; }; }; struct nfs_pgio_res { struct nfs4_sequence_res seq_res; struct nfs_fattr * fattr; __u32 count; __u32 op_status; int eof; /* used by read */ union { struct { unsigned int replen; /* used by read */ int eof; /* used by read */ }; struct { struct nfs_writeverf * verf; /* used by write */ const struct nfs_server *server; /* used by write */ }; }; }; /* * Arguments to the commit call. Loading Loading
include/linux/nfs_xdr.h +17 −7 Original line number Diff line number Diff line Loading @@ -608,21 +608,31 @@ struct nfs_pgio_args { __u32 count; unsigned int pgbase; struct page ** pages; union { unsigned int replen; /* used by read */ struct { const u32 * bitmask; /* used by write */ enum nfs3_stable_how stable; /* used by write */ }; }; }; struct nfs_pgio_res { struct nfs4_sequence_res seq_res; struct nfs_fattr * fattr; __u32 count; __u32 op_status; int eof; /* used by read */ union { struct { unsigned int replen; /* used by read */ int eof; /* used by read */ }; struct { struct nfs_writeverf * verf; /* used by write */ const struct nfs_server *server; /* used by write */ }; }; }; /* * Arguments to the commit call. Loading