Searched refs:ofh (Results 1 – 1 of 1) sorted by relevance
494 struct ovl_fh *ofh = ovl_get_fh(ofs, dentry, ox); in ovl_verify_fh() local497 if (!ofh) in ovl_verify_fh()500 if (IS_ERR(ofh)) in ovl_verify_fh()501 return PTR_ERR(ofh); in ovl_verify_fh()503 if (fh->fb.len != ofh->fb.len || memcmp(&fh->fb, &ofh->fb, fh->fb.len)) in ovl_verify_fh()506 kfree(ofh); in ovl_verify_fh()