Home
last modified time | relevance | path

Searched refs:agi_unlinked (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/scrub/
H A Dagheader_repair.c1125 next_agino = be32_to_cpu(agi->agi_unlinked[bucket]); in xrep_iunlink_walk_ondisk_bucket()
1795 be32_to_cpu(ragi->old_agi.agi_unlinked[i]), in xrep_iunlink_commit()
1798 agi->agi_unlinked[i] = cpu_to_be32(ragi->iunlink_heads[i]); in xrep_iunlink_commit()
H A Dagheader.c1017 be32_to_cpu(agi->agi_unlinked[i])); in xchk_iunlink()
1095 agino = be32_to_cpu(agi->agi_unlinked[i]); in xchk_agi()
/linux/fs/xfs/
H A Dxfs_log_recover.c2712 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
2713 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket()
2742 agino = be32_to_cpu(agi->agi_unlinked[bucket]); in xlog_recover_iunlink_bucket()
H A Dxfs_inode.c2901 next_agino = be32_to_cpu(agi->agi_unlinked[bucket]); in xfs_inode_reload_unlinked_bucket()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h642 __be32 agi_unlinked[XFS_AGI_UNLINKED_BUCKETS]; member