Searched defs:nfs4_copy_state (Results 1 – 1 of 1) sorted by relevance
255 struct nfs4_copy_state { struct256 struct list_head copies;257 struct list_head src_copies;258 nfs4_stateid stateid;259 struct completion completion;260 uint64_t count;261 struct nfs_writeverf verf;262 int error;263 int flags;264 struct nfs4_state *parent_src_state;[all …]