Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
A Dagheader_repair.c781 memcpy(&agi->agi_unlinked, &old_agi->agi_unlinked, in xrep_agi_init_header()
782 sizeof(agi->agi_unlinked)); in xrep_agi_init_header()
A Dagheader.c915 agino = be32_to_cpu(agi->agi_unlinked[i]); in xchk_agi()
/linux/fs/xfs/
A Dxfs_inode.c2039 old_value = be32_to_cpu(agi->agi_unlinked[bucket_index]); in xfs_iunlink_update_bucket()
2053 agi->agi_unlinked[bucket_index] = cpu_to_be32(new_agino); in xfs_iunlink_update_bucket()
2054 offset = offsetof(struct xfs_agi, agi_unlinked) + in xfs_iunlink_update_bucket()
2182 next_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]); in xfs_iunlink()
2366 head_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]); in xfs_iunlink_remove()
A Dxfs_log_recover.c2672 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xlog_recover_clear_agi_bucket()
2673 offset = offsetof(xfs_agi_t, agi_unlinked) + in xlog_recover_clear_agi_bucket()
2802 agino = be32_to_cpu(agi->agi_unlinked[bucket]); in xlog_recover_process_iunlinks()
/linux/fs/xfs/libxfs/
A 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()
A Dxfs_ag.c610 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
A Dxfs_format.h602 __be32 agi_unlinked[XFS_AGI_UNLINKED_BUCKETS]; member

Completed in 52 milliseconds