Home
last modified time | relevance | path

Searched refs:cres (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/nfs/
Dnfs42proc.c201 struct nfs_commitres cres; in process_copy_commit() local
204 cres.verf = kzalloc(sizeof(struct nfs_writeverf), GFP_NOFS); in process_copy_commit()
205 if (!cres.verf) in process_copy_commit()
208 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
212 &cres.verf->verifier)) { in process_copy_commit()
217 kfree(cres.verf); in process_copy_commit()