Lines Matching refs:bucket
2634 * in an agi unlinked inode hash bucket.
2639 int bucket)
2657 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
2659 (sizeof(xfs_agino_t) * bucket);
2680 int bucket)
2688 agino = be32_to_cpu(agi->agi_unlinked[bucket]);
2765 int bucket;
2783 * to hold it locked to read the initial unlinked bucket entries out of
2790 for (bucket = 0; bucket < XFS_AGI_UNLINKED_BUCKETS; bucket++) {
2791 error = xlog_recover_iunlink_bucket(pag, agi, bucket);
2796 * bucket and remaining inodes on it unreferenced and
2799 xlog_recover_clear_agi_bucket(pag, bucket);