Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h314 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 Dinode.c391 err = ovl_do_removexattr(ofs, realdentry, name); in ovl_xattr_set()