Searched refs:xfs_attr_set (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/fs/xfs/ |
D | xfs_vnodeops.h | 46 int xfs_attr_set(struct xfs_inode *dp, const unsigned char *name,
|
D | xfs_xattr.c | 71 return -xfs_attr_set(ip, (unsigned char *)name, in xfs_xattr_set()
|
D | xfs_acl.c | 203 error = -xfs_attr_set(ip, ea_name, (unsigned char *)xfs_acl, in xfs_set_acl()
|
D | xfs_iops.c | 64 error = xfs_attr_set(ip, xattr->name, xattr->value, in xfs_initxattrs()
|
D | xfs_ioctl.c | 492 error = xfs_attr_set(XFS_I(inode), name, kbuf, len, flags); in xfs_attrmulti_attr_set()
|
D | xfs_attr.c | 443 xfs_attr_set( in xfs_attr_set() function
|