Home
last modified time | relevance | path

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

/linux-6.12.1/fs/overlayfs/
Dcopy_up.c474 struct ovl_fh *ovl_get_origin_fh(struct ovl_fs *ofs, struct dentry *origin) in ovl_get_origin_fh() function
961 fh = ovl_get_origin_fh(ofs, origin); in ovl_do_copy_up()
Doverlayfs.h874 struct ovl_fh *ovl_get_origin_fh(struct ovl_fs *ofs, struct dentry *origin);
Dnamei.c904 fh = ovl_get_origin_fh(ofs, lower); in ovl_fix_origin()
Dsuper.c820 fh = ovl_get_origin_fh(ofs, origin); in ovl_get_indexdir()