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

/linux-master/fs/overlayfs/
H A Dxattrs.c73 err = ovl_do_removexattr(ofs, realdentry, name);
H A Doverlayfs.h326 static inline int ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry, function
337 return ovl_do_removexattr(ofs, dentry, ovl_xattr(ofs, ox));

Completed in 116 milliseconds