Home
last modified time | relevance | path

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

/linux-4.19.296/fs/overlayfs/
Dcopy_up.c541 err = ovl_check_setxattr(c->dentry, temp, OVL_XATTR_METACOPY, in ovl_copy_up_inode()
749 err = vfs_removexattr(upperpath.dentry, OVL_XATTR_METACOPY); in ovl_copy_up_meta_inode_data()
Doverlayfs.h32 #define OVL_XATTR_METACOPY OVL_XATTR_PREFIX "metacopy" macro
Dutil.c853 res = vfs_getxattr(dentry, OVL_XATTR_METACOPY, NULL, 0); in ovl_check_metacopy_xattr()