xfs_attr_set      556 fs/xfs/linux-2.6/xfs_ioctl.c 	error = xfs_attr_set(XFS_I(inode), name, kbuf, len, flags);
xfs_attr_set      160 fs/xfs/linux-2.6/xfs_iops.c 	error = xfs_attr_set(ip, name, value, length, ATTR_SECURE);
xfs_attr_set      132 fs/xfs/linux-2.6/xfs_xattr.c 	return -xfs_attr_set(ip, name, (void *)value, size, xflags);
xfs_attr_set      612 fs/xfs/xfs_acl.c 	*error = xfs_attr_set(XFS_I(vp),
xfs_attr_set       54 fs/xfs/xfs_vnodeops.h int xfs_attr_set(struct xfs_inode *dp, const char *name, char *value,