Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc.c507 be32_add_cpu(&agi->agi_count, newlen); in xfs_ialloc_ag_alloc()
1518 be32_add_cpu(&agi->agi_count, -ilen); in xfs_difree_inobt()
1990 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi()
2170 pag->pagi_count = be32_to_cpu(agi->agi_count); in xfs_ialloc_read_agi()
Dxfs_format.h676 __be32 agi_count; /* count of allocated inodes */ member
/linux-4.1.27/fs/xfs/
Dxfs_fsops.c303 agi->agi_count = 0; in xfs_growfs_data_private()
Dxfs_log_recover.c4655 itotal += be32_to_cpu(agi->agi_count); in xlog_recover_check_summary()