Home
last modified time | relevance | path

Searched refs:ovl_do_setxattr (Results 1 – 2 of 2) sorted by relevance

/linux/fs/overlayfs/
H A Doverlayfs.h310 static inline int ovl_do_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_setxattr() function
326 return ovl_do_setxattr(ofs, dentry, ovl_xattr(ofs, ox), value, size, 0); in ovl_setxattr()
H A Dcopy_up.c156 error = ovl_do_setxattr(OVL_FS(sb), new, name, value, size, 0); in ovl_copy_xattr()
1116 err = ovl_do_setxattr(ofs, upperpath.dentry, XATTR_NAME_CAPS, in ovl_copy_up_meta_inode_data()