Searched refs:agi_unlinked (Results 1 - 7 of 7) sorted by last modified time

/linux-master/fs/xfs/
H A Dxfs_inode.c2010 old_value = be32_to_cpu(agi->agi_unlinked[bucket_index]);
2025 agi->agi_unlinked[bucket_index] = cpu_to_be32(new_agino);
2026 offset = offsetof(struct xfs_agi, agi_unlinked) +
2112 next_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]);
2200 head_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]);
3842 next_agino = be32_to_cpu(agi->agi_unlinked[bucket]);
H A Dxfs_log_recover.c2664 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
2665 offset = offsetof(xfs_agi_t, agi_unlinked) +
2695 agino = be32_to_cpu(agi->agi_unlinked[bucket]);
/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c860 memcpy(&agi->agi_unlinked, &old_agi->agi_unlinked,
861 sizeof(agi->agi_unlinked));
H A Dagheader.c938 agino = be32_to_cpu(agi->agi_unlinked[i]);
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c2513 * For example, a request to log a field before agi_unlinked and a field after
2514 * agi_unlinked could cause us to log the entire hash table and use an excessive
2516 * agi_unlinked in one call and the region after agi_unlinked through the end of
2539 offsetof(xfs_agi_t, agi_unlinked),
2554 * agi_unlinked.
2614 if (agi->agi_unlinked[i] == cpu_to_be32(NULLAGINO))
2616 if (!xfs_verify_ino(mp, be32_to_cpu(agi->agi_unlinked[i])))
H A Dxfs_format.h610 __be32 agi_unlinked[XFS_AGI_UNLINKED_BUCKETS]; member in struct:xfs_agi
H A Dxfs_ag.c754 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);

Completed in 223 milliseconds