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