Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr.h152 int xfs_attr_remove(struct xfs_inode *dp, const unsigned char *name, int flags);
Dxfs_attr.c442 xfs_attr_remove( in xfs_attr_remove() function
/Linux-v5.4/fs/xfs/
Dxfs_xattr.c77 return xfs_attr_remove(ip, (unsigned char *)name, xflags); in xfs_xattr_set()
Dxfs_acl.c197 error = xfs_attr_remove(ip, ea_name, ATTR_ROOT); in __xfs_set_acl()
Dxfs_ioctl.c490 error = xfs_attr_remove(XFS_I(inode), name, flags); in xfs_attrmulti_attr_remove()