Home
last modified time | relevance | path

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

/linux-4.19.296/fs/overlayfs/
Dnamei.c397 struct ovl_fh *ofh = ovl_get_fh(dentry, name); in ovl_verify_fh() local
400 if (!ofh) in ovl_verify_fh()
403 if (IS_ERR(ofh)) in ovl_verify_fh()
404 return PTR_ERR(ofh); in ovl_verify_fh()
406 if (fh->len != ofh->len || memcmp(fh, ofh, fh->len)) in ovl_verify_fh()
409 kfree(ofh); in ovl_verify_fh()