Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_ag.c176 xfs_agnumber_t agcount) in xfs_initialize_perag_data() argument
189 for (index = 0; index < agcount; index++) { in xfs_initialize_perag_data()
281 xfs_agnumber_t agcount, in __xfs_ag_block_count() argument
284 ASSERT(agno < agcount); in __xfs_ag_block_count()
286 if (agno < agcount - 1) in __xfs_ag_block_count()
338 xfs_agnumber_t agcount, in xfs_initialize_perag() argument
352 for (index = 0; index < agcount; index++) { in xfs_initialize_perag()
410 pag->block_count = __xfs_ag_block_count(mp, index, agcount, in xfs_initialize_perag()
417 index = xfs_set_inode_alloc(mp, agcount); in xfs_initialize_perag()
432 for (index = first_initialised; index < agcount; index++) { in xfs_initialize_perag()
Dxfs_fs.h116 __u32 agcount; /* number of allocation groups */ member
142 __u32 agcount; /* number of allocation groups */ member
169 __u32 agcount; /* number of allocation groups */ member
Dxfs_sb.c312 uint32_t agcount = 0; in xfs_validate_sb_common() local
389 agcount = div_u64_rem(sbp->sb_dblocks, sbp->sb_agblocks, &rem); in xfs_validate_sb_common()
391 agcount++; in xfs_validate_sb_common()
420 agcount == 0 || agcount != sbp->sb_agcount || in xfs_validate_sb_common()
1192 geo->agcount = sbp->sb_agcount; in xfs_fs_geometry()
Dxfs_ag.h136 int xfs_initialize_perag(struct xfs_mount *mp, xfs_agnumber_t agcount,
/linux-6.6.21/fs/xfs/
Dxfs_super.h91 xfs_agnumber_t agcount);
Dxfs_ioctl32.h149 __u32 agcount; /* number of allocation groups */ member
Dxfs_super.c275 xfs_agnumber_t agcount) in xfs_set_inode_alloc() argument
297 max_metadata = agcount; in xfs_set_inode_alloc()
302 ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino); in xfs_set_inode_alloc()
314 for (index = 0; index < agcount; index++) { in xfs_set_inode_alloc()
325 return xfs_is_inode32(mp) ? maxagi : agcount; in xfs_set_inode_alloc()