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