ichdr_s 2430 fs/xfs/libxfs/xfs_attr_leaf.c struct xfs_attr3_icleaf_hdr *ichdr_s, ichdr_s 2452 fs/xfs/libxfs/xfs_attr_leaf.c ASSERT(ichdr_s->magic == XFS_ATTR_LEAF_MAGIC || ichdr_s 2453 fs/xfs/libxfs/xfs_attr_leaf.c ichdr_s->magic == XFS_ATTR3_LEAF_MAGIC); ichdr_s 2454 fs/xfs/libxfs/xfs_attr_leaf.c ASSERT(ichdr_s->magic == ichdr_d->magic); ichdr_s 2455 fs/xfs/libxfs/xfs_attr_leaf.c ASSERT(ichdr_s->count > 0 && ichdr_s->count < args->geo->blksize / 8); ichdr_s 2456 fs/xfs/libxfs/xfs_attr_leaf.c ASSERT(ichdr_s->firstused >= (ichdr_s->count * sizeof(*entry_s)) ichdr_s 2462 fs/xfs/libxfs/xfs_attr_leaf.c ASSERT(start_s < ichdr_s->count); ichdr_s 2464 fs/xfs/libxfs/xfs_attr_leaf.c ASSERT(count <= ichdr_s->count); ichdr_s 2486 fs/xfs/libxfs/xfs_attr_leaf.c ASSERT(be16_to_cpu(entry_s->nameidx) >= ichdr_s->firstused); ichdr_s 2496 fs/xfs/libxfs/xfs_attr_leaf.c ichdr_s->usedbytes -= tmp; ichdr_s 2497 fs/xfs/libxfs/xfs_attr_leaf.c ichdr_s->count -= 1; ichdr_s 2516 fs/xfs/libxfs/xfs_attr_leaf.c ichdr_s->usedbytes -= tmp; ichdr_s 2518 fs/xfs/libxfs/xfs_attr_leaf.c ichdr_s->count -= 1; ichdr_s 2531 fs/xfs/libxfs/xfs_attr_leaf.c if (start_s == ichdr_s->count) { ichdr_s 2542 fs/xfs/libxfs/xfs_attr_leaf.c tmp = (ichdr_s->count - count) * sizeof(xfs_attr_leaf_entry_t); ichdr_s 2548 fs/xfs/libxfs/xfs_attr_leaf.c entry_s = &xfs_attr3_leaf_entryp(leaf_s)[ichdr_s->count]; ichdr_s 2564 fs/xfs/libxfs/xfs_attr_leaf.c ichdr_s->holes = 1; /* leaf may not be compact */