Lines Matching defs:bucket
2625 * in an agi unlinked inode hash bucket.
2631 int bucket)
2648 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
2650 (sizeof(xfs_agino_t) * bucket);
2671 int bucket)
2685 * Get the on disk inode to find the next inode in the bucket.
2712 * We can't read in the inode this bucket points to, or this inode
2713 * is messed up. Just ditch this bucket of inodes. We will lose
2717 * clear the inode pointer in the bucket.
2719 xlog_recover_clear_agi_bucket(mp, agno, bucket);
2755 int bucket;
2779 * initial unlinked bucket entries out of the buffer. We keep
2786 for (bucket = 0; bucket < XFS_AGI_UNLINKED_BUCKETS; bucket++) {
2787 agino = be32_to_cpu(agi->agi_unlinked[bucket]);
2790 agno, agino, bucket);