Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dnamei.c500 struct ovl_fh *ofh = ovl_get_fh(ofs, dentry, ox); in ovl_verify_fh() local
503 if (!ofh) in ovl_verify_fh()
506 if (IS_ERR(ofh)) in ovl_verify_fh()
507 return PTR_ERR(ofh); in ovl_verify_fh()
509 if (fh->fb.len != ofh->fb.len || memcmp(&fh->fb, &ofh->fb, fh->fb.len)) in ovl_verify_fh()
512 kfree(ofh); in ovl_verify_fh()