Searched refs:xfs_attr_remove (Results 1 – 5 of 5) sorted by relevance
144 int xfs_attr_remove(struct xfs_inode *dp, const unsigned char *name, int flags);
414 xfs_attr_remove( in xfs_attr_remove() function
80 return xfs_attr_remove(ip, (unsigned char *)name, xflags); in xfs_xattr_set()
203 error = xfs_attr_remove(ip, ea_name, ATTR_ROOT); in __xfs_set_acl()
496 error = xfs_attr_remove(XFS_I(inode), name, flags); in xfs_attrmulti_attr_remove()