Searched defs:nfs4_copy_state (Results 1 – 1 of 1) sorted by relevance
279 struct nfs4_copy_state { struct280 struct list_head copies;281 struct list_head src_copies;282 nfs4_stateid stateid;283 struct completion completion;284 uint64_t count;285 struct nfs_writeverf verf;286 int error;287 int flags;288 struct nfs4_state *parent_src_state;[all …]