Searched defs:nfs4_copy_state (Results 1 – 1 of 1) sorted by relevance
216 struct nfs4_copy_state { struct217 struct list_head copies;218 struct list_head src_copies;219 nfs4_stateid stateid;220 struct completion completion;221 uint64_t count;222 struct nfs_writeverf verf;223 int error;224 int flags;225 struct nfs4_state *parent_src_state;[all …]