Lines Matching refs:bucket_index
2106 unsigned int bucket_index,
2115 old_value = be32_to_cpu(agi->agi_unlinked[bucket_index]);
2116 trace_xfs_iunlink_update_bucket(tp->t_mountp, agno, bucket_index,
2129 agi->agi_unlinked[bucket_index] = cpu_to_be32(new_agino);
2131 (sizeof(xfs_agino_t) * bucket_index);
2237 short bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS;
2255 next_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]);
2285 return xfs_iunlink_update_bucket(tp, agno, agibp, bucket_index, agino);
2419 short bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS;
2434 head_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]);
2492 return xfs_iunlink_update_bucket(tp, agno, agibp, bucket_index,