Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/scrub/
Dagheader_repair.c793 memcpy(&agi->agi_unlinked, &old_agi->agi_unlinked, in xrep_agi_init_header()
794 sizeof(agi->agi_unlinked)); in xrep_agi_init_header()
Dagheader.c914 agino = be32_to_cpu(agi->agi_unlinked[i]); in xchk_agi()
/linux-5.19.10/fs/xfs/
Dxfs_inode.c2013 old_value = be32_to_cpu(agi->agi_unlinked[bucket_index]); in xfs_iunlink_update_bucket()
2027 agi->agi_unlinked[bucket_index] = cpu_to_be32(new_agino); in xfs_iunlink_update_bucket()
2028 offset = offsetof(struct xfs_agi, agi_unlinked) + in xfs_iunlink_update_bucket()
2156 next_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]); in xfs_iunlink()
2340 head_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]); in xfs_iunlink_remove()
Dxfs_log_recover.c2651 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
2652 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket()
2781 agino = be32_to_cpu(agi->agi_unlinked[bucket]); in xlog_recover_process_iunlinks()
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_ialloc.c2435 offsetof(xfs_agi_t, agi_unlinked), in xfs_ialloc_log_agi()
2512 if (agi->agi_unlinked[i] == cpu_to_be32(NULLAGINO)) in xfs_agi_verify()
2514 if (!xfs_verify_ino(mp, be32_to_cpu(agi->agi_unlinked[i]))) in xfs_agi_verify()
Dxfs_ag.c609 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
Dxfs_format.h611 __be32 agi_unlinked[XFS_AGI_UNLINKED_BUCKETS]; member