pnfs.h (e98bdb3059cbf2b1cd4261e126b08429f64466c3) | pnfs.h (a33e4b036d4612f62220f37a9fa29d273b6fd0ca) |
---|---|
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> --- 353 unchanged lines hidden (view full) --- 362 int (*initiate_commit)(struct nfs_commit_data *data, 363 int how)); 364int pnfs_generic_scan_commit_lists(struct nfs_commit_info *cinfo, int max); 365void pnfs_generic_write_commit_done(struct rpc_task *task, void *data); 366void nfs4_pnfs_ds_put(struct nfs4_pnfs_ds *ds); 367struct nfs4_pnfs_ds *nfs4_pnfs_ds_add(struct list_head *dsaddrs, 368 gfp_t gfp_flags); 369void nfs4_pnfs_v3_ds_connect_unload(void); | 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> --- 353 unchanged lines hidden (view full) --- 362 int (*initiate_commit)(struct nfs_commit_data *data, 363 int how)); 364int pnfs_generic_scan_commit_lists(struct nfs_commit_info *cinfo, int max); 365void pnfs_generic_write_commit_done(struct rpc_task *task, void *data); 366void nfs4_pnfs_ds_put(struct nfs4_pnfs_ds *ds); 367struct nfs4_pnfs_ds *nfs4_pnfs_ds_add(struct list_head *dsaddrs, 368 gfp_t gfp_flags); 369void nfs4_pnfs_v3_ds_connect_unload(void); |
370void nfs4_pnfs_ds_connect(struct nfs_server *mds_srv, struct nfs4_pnfs_ds *ds, | 370int nfs4_pnfs_ds_connect(struct nfs_server *mds_srv, struct nfs4_pnfs_ds *ds, |
371 struct nfs4_deviceid_node *devid, unsigned int timeo, 372 unsigned int retrans, u32 version, u32 minor_version); 373struct nfs4_pnfs_ds_addr *nfs4_decode_mp_ds_addr(struct net *net, 374 struct xdr_stream *xdr, 375 gfp_t gfp_flags); 376void pnfs_layout_mark_request_commit(struct nfs_page *req, 377 struct pnfs_layout_segment *lseg, 378 struct nfs_commit_info *cinfo, --- 397 unchanged lines hidden --- | 371 struct nfs4_deviceid_node *devid, unsigned int timeo, 372 unsigned int retrans, u32 version, u32 minor_version); 373struct nfs4_pnfs_ds_addr *nfs4_decode_mp_ds_addr(struct net *net, 374 struct xdr_stream *xdr, 375 gfp_t gfp_flags); 376void pnfs_layout_mark_request_commit(struct nfs_page *req, 377 struct pnfs_layout_segment *lseg, 378 struct nfs_commit_info *cinfo, --- 397 unchanged lines hidden --- |