Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Dnamei.c41 buf = ovl_get_redirect_xattr(ofs, path, prelen + strlen(post)); in ovl_check_redirect()
1275 upperredirect = ovl_get_redirect_xattr(ofs, &upperpath, 0); in ovl_lookup()
H A Doverlayfs.h507 char *ovl_get_redirect_xattr(struct ovl_fs *ofs, const struct path *path, int padding);
H A Dutil.c1205 char *ovl_get_redirect_xattr(struct ovl_fs *ofs, const struct path *path, int padding) in ovl_get_redirect_xattr() function