xfs_attr_get_ilocked
error = xfs_attr_get_ilocked(args);
int xfs_attr_get_ilocked(struct xfs_da_args *args);
return xfs_attr_get_ilocked(scratch);
error = xfs_attr_get_ilocked(&args);
return xfs_attr_get_ilocked(&args);