Searched refs:ovl_do_removexattr (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/overlayfs/ |
D | overlayfs.h | 267 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()
|
D | super.c | 821 err = ovl_do_removexattr(ofs, work, in ovl_workdir_create() 826 err = ovl_do_removexattr(ofs, work, in ovl_workdir_create()
|
D | inode.c | 382 err = ovl_do_removexattr(ofs, realdentry, name); in ovl_xattr_set()
|