Home
last modified time | relevance | path

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

/linux-6.1.9/fs/overlayfs/
Doverlayfs.h267 static inline int ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_removexattr() function
278 return ovl_do_removexattr(ofs, dentry, ovl_xattr(ofs, ox)); in ovl_removexattr()
Dsuper.c821 err = ovl_do_removexattr(ofs, work, in ovl_workdir_create()
826 err = ovl_do_removexattr(ofs, work, in ovl_workdir_create()
Dinode.c382 err = ovl_do_removexattr(ofs, realdentry, name); in ovl_xattr_set()