Home
last modified time | relevance | path

Searched refs:agi_count (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/libxfs/
Dxfs_ialloc.c868 be32_add_cpu(&agi->agi_count, newlen); in xfs_ialloc_ag_alloc()
1965 be32_add_cpu(&agi->agi_count, -ilen); in xfs_difree_inobt()
2431 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi()
2624 pag->pagi_count = be32_to_cpu(agi->agi_count); in xfs_ialloc_read_agi()
Dxfs_format.h738 __be32 agi_count; /* count of allocated inodes */ member
/fs/xfs/
Dxfs_fsops.c322 agi->agi_count = 0; in xfs_growfs_data_private()
Dxfs_log_recover.c5862 itotal += be32_to_cpu(agi->agi_count); in xlog_recover_check_summary()