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