Searched defs:nfs4_copy_state (Results 1 – 1 of 1) sorted by relevance
200 struct nfs4_copy_state { struct201 struct list_head copies;202 struct list_head src_copies;203 nfs4_stateid stateid;204 struct completion completion;205 uint64_t count;206 struct nfs_writeverf verf;207 int error;208 int flags;209 struct nfs4_state *parent_src_state;[all …]