Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dcopy_up.c473 struct ovl_fh *ovl_get_origin_fh(struct ovl_fs *ofs, struct dentry *origin) in ovl_get_origin_fh() function
960 fh = ovl_get_origin_fh(ofs, origin); in ovl_do_copy_up()
H A Doverlayfs.h890 struct ovl_fh *ovl_get_origin_fh(struct ovl_fs *ofs, struct dentry *origin);
H A Dsuper.c839 fh = ovl_get_origin_fh(ofs, origin); in ovl_get_indexdir()