Searched refs:ovl_do_removexattr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | overlayfs.h | 314 static inline int ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_removexattr() function 325 return ovl_do_removexattr(ofs, dentry, ovl_xattr(ofs, ox)); in ovl_removexattr()
|
H A D | inode.c | 391 err = ovl_do_removexattr(ofs, realdentry, name); in ovl_xattr_set()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | overlayfs.h | 201 static inline int ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_removexattr() function
|
H A D | copy_up.c | 855 err = ovl_do_removexattr(ofs, upperpath.dentry, OVL_XATTR_METACOPY); in ovl_copy_up_meta_inode_data()
|
H A D | readdir.c | 624 ovl_do_removexattr(ofs, ovl_dentry_upper(dentry), in ovl_cache_get_impure()
|
H A D | super.c | 1351 ovl_do_removexattr(ofs, ofs->workdir, OVL_XATTR_OPAQUE); in ovl_make_workdir()
|
Completed in 10 milliseconds