Searched refs:ovl_removexattr (Results 1 – 5 of 5) sorted by relevance
/fs/overlayfs/ |
D | overlayfs.h | 275 static inline int ovl_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_removexattr() function
|
D | util.c | 766 err = ovl_removexattr(ofs, upper, OVL_XATTR_PROTATTR); in ovl_set_protattr()
|
D | copy_up.c | 947 err = ovl_removexattr(ofs, upperpath.dentry, OVL_XATTR_METACOPY); in ovl_copy_up_meta_inode_data()
|
D | readdir.c | 626 ovl_removexattr(ofs, ovl_dentry_upper(dentry), in ovl_cache_get_impure()
|
D | super.c | 1477 ovl_removexattr(ofs, ofs->workdir, OVL_XATTR_OPAQUE); in ovl_make_workdir()
|