Searched refs:nfsd4_copy (Results 1 – 6 of 6) sorted by relevance
/fs/nfsd/ |
D | nfs4proc.c | 1121 void nfs4_put_copy(struct nfsd4_copy *copy) in nfs4_put_copy() 1129 check_and_set_stop_copy(struct nfsd4_copy *copy) in check_and_set_stop_copy() 1141 static void nfsd4_stop_copy(struct nfsd4_copy *copy) in nfsd4_stop_copy() 1149 static struct nfsd4_copy *nfsd4_get_copy(struct nfs4_client *clp) in nfsd4_get_copy() 1151 struct nfsd4_copy *copy = NULL; in nfsd4_get_copy() 1155 copy = list_first_entry(&clp->async_copies, struct nfsd4_copy, in nfsd4_get_copy() 1165 struct nfsd4_copy *copy; in nfsd4_shutdown_copy() 1366 struct nfsd4_copy *copy, struct vfsmount **mount) in nfsd4_setup_inter_ssc() 1443 struct nfsd4_copy *copy, in nfsd4_setup_inter_ssc() 1467 struct nfsd4_copy *copy) in nfsd4_setup_intra_ssc() [all …]
|
D | state.h | 636 struct nfsd4_copy; 647 int nfs4_init_copy_state(struct nfsd_net *nn, struct nfsd4_copy *copy); 648 void nfs4_free_copy_state(struct nfsd4_copy *copy); 675 extern void nfs4_put_copy(struct nfsd4_copy *copy); 676 extern struct nfsd4_copy *
|
D | nfs4callback.c | 692 const struct nfsd4_copy *cp) in encode_offload_info4() 715 const struct nfsd4_copy *cp, in encode_cb_offload4args() 734 const struct nfsd4_copy *cp = in nfs4_xdr_enc_cb_offload() 735 container_of(cb, struct nfsd4_copy, cp_cb); in nfs4_xdr_enc_cb_offload()
|
D | xdr4.h | 534 struct nfsd4_copy { struct 662 struct nfsd4_copy copy;
|
D | nfs4xdr.c | 1899 nfsd4_decode_copy(struct nfsd4_compoundargs *argp, struct nfsd4_copy *copy) in nfsd4_decode_copy() 4710 struct nfsd4_copy *copy) in nfsd4_encode_copy()
|
D | nfs4state.c | 909 int nfs4_init_copy_state(struct nfsd_net *nn, struct nfsd4_copy *copy) in nfs4_init_copy_state() 935 void nfs4_free_copy_state(struct nfsd4_copy *copy) in nfs4_free_copy_state()
|