Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/scrub/
Dagheader_repair.c771 memcpy(&agi->agi_unlinked, &old_agi->agi_unlinked, in xrep_agi_init_header()
772 sizeof(agi->agi_unlinked)); in xrep_agi_init_header()
Dagheader.c911 agino = be32_to_cpu(agi->agi_unlinked[i]); in xchk_agi()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_inode.c2115 old_value = be32_to_cpu(agi->agi_unlinked[bucket_index]); in xfs_iunlink_update_bucket()
2129 agi->agi_unlinked[bucket_index] = cpu_to_be32(new_agino); in xfs_iunlink_update_bucket()
2130 offset = offsetof(struct xfs_agi, agi_unlinked) + in xfs_iunlink_update_bucket()
2255 next_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]); in xfs_iunlink()
2434 head_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]); in xfs_iunlink_remove()
Dxfs_log_recover.c2648 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
2649 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket()
2787 agino = be32_to_cpu(agi->agi_unlinked[bucket]); in xlog_recover_process_iunlinks()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_ag.c335 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
Dxfs_ialloc.c2473 offsetof(xfs_agi_t, agi_unlinked), in xfs_ialloc_log_agi()
2550 if (agi->agi_unlinked[i] == cpu_to_be32(NULLAGINO)) in xfs_agi_verify()
2552 if (!xfs_verify_ino(mp, be32_to_cpu(agi->agi_unlinked[i]))) in xfs_agi_verify()
Dxfs_format.h777 __be32 agi_unlinked[XFS_AGI_UNLINKED_BUCKETS]; member