ntfs_attr_size_bounds_check
err = ntfs_attr_size_bounds_check(ni->vol, type, size);
err = ntfs_attr_size_bounds_check(vol, ni->type, newsize);
err = ntfs_attr_size_bounds_check(vol, ni->type, newsize);
err = ntfs_attr_size_bounds_check(vol, attr_ni->type, newsize);
int ntfs_attr_size_bounds_check(const struct ntfs_volume *vol,
ntfs_attr_size_bounds_check(ni->vol, AT_EA, new_ea_size)) {