Searched defs:nfs4_copy_state (Results 1 – 1 of 1) sorted by relevance
273 struct nfs4_copy_state { struct274 struct list_head copies;275 struct list_head src_copies;276 nfs4_stateid stateid;277 struct completion completion;278 uint64_t count;279 struct nfs_writeverf verf;280 int error;281 int flags;282 struct nfs4_state *parent_src_state;[all …]