Searched defs:nfs4_copy_state (Results 1 – 1 of 1) sorted by relevance
210 struct nfs4_copy_state { struct211 struct list_head copies;212 struct list_head src_copies;213 nfs4_stateid stateid;214 struct completion completion;215 uint64_t count;216 struct nfs_writeverf verf;217 int error;218 int flags;219 struct nfs4_state *parent_src_state;[all …]