Home
last modified time | relevance | path

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

/linux-6.12.1/fs/overlayfs/
Dcopy_up.c76 int ovl_copy_xattr(struct super_block *sb, const struct path *oldpath, struct dentry *new) in ovl_copy_xattr() function
669 err = ovl_copy_xattr(c->dentry->d_sb, &c->lowerpath, temp); in ovl_copy_up_metadata()
Doverlayfs.h870 int ovl_copy_xattr(struct super_block *sb, const struct path *path, struct dentry *new);
Ddir.c401 err = ovl_copy_xattr(dentry->d_sb, &upperpath, opaquedir); in ovl_clear_empty()