Home
last modified time | relevance | path

Searched refs:xfs_attr_remove (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr.h144 int xfs_attr_remove(struct xfs_inode *dp, const unsigned char *name, int flags);
Dxfs_attr.c414 xfs_attr_remove( in xfs_attr_remove() function
/linux-4.19.296/fs/xfs/
Dxfs_xattr.c80 return xfs_attr_remove(ip, (unsigned char *)name, xflags); in xfs_xattr_set()
Dxfs_acl.c203 error = xfs_attr_remove(ip, ea_name, ATTR_ROOT); in __xfs_set_acl()
Dxfs_ioctl.c496 error = xfs_attr_remove(XFS_I(inode), name, flags); in xfs_attrmulti_attr_remove()