Home
last modified time | relevance | path

Searched refs:xfs_attr_set (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_attr.h147 int xfs_attr_set(struct xfs_inode *dp, const unsigned char *name,
Dxfs_xattr.c98 error = xfs_attr_set(ip, (unsigned char *)name, in xfs_xattr_set()
Dxfs_acl.c215 error = xfs_attr_set(ip, ea_name, (unsigned char *)xfs_acl, in __xfs_set_acl()
Dxfs_iops.c72 error = xfs_attr_set(ip, xattr->name, xattr->value, in xfs_initxattrs()
Dxfs_ioctl.c497 error = xfs_attr_set(XFS_I(inode), name, kbuf, len, flags); in xfs_attrmulti_attr_set()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr.c197 xfs_attr_set( in xfs_attr_set() function