Searched refs:xfs_attr_set (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_attr.h | 147 int xfs_attr_set(struct xfs_inode *dp, const unsigned char *name,
|
D | xfs_xattr.c | 98 error = xfs_attr_set(ip, (unsigned char *)name, in xfs_xattr_set()
|
D | xfs_acl.c | 215 error = xfs_attr_set(ip, ea_name, (unsigned char *)xfs_acl, in __xfs_set_acl()
|
D | xfs_iops.c | 72 error = xfs_attr_set(ip, xattr->name, xattr->value, in xfs_initxattrs()
|
D | xfs_ioctl.c | 497 error = xfs_attr_set(XFS_I(inode), name, kbuf, len, flags); in xfs_attrmulti_attr_set()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_attr.c | 197 xfs_attr_set( in xfs_attr_set() function
|