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