Home
last modified time | relevance | path

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

/linux-4.4.14/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()
2440 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi()
2626 pag->pagi_count = be32_to_cpu(agi->agi_count); in xfs_ialloc_read_agi()
Dxfs_format.h708 __be32 agi_count; /* count of allocated inodes */ member
/linux-4.4.14/fs/xfs/
Dxfs_fsops.c305 agi->agi_count = 0; in xfs_growfs_data_private()
Dxfs_log_recover.c4794 itotal += be32_to_cpu(agi->agi_count); in xlog_recover_check_summary()