Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_ag.c108 xfs_agnumber_t agcount) in xfs_initialize_perag_data() argument
121 for (index = 0; index < agcount; index++) { in xfs_initialize_perag_data()
208 xfs_agnumber_t agcount, in __xfs_ag_block_count() argument
211 ASSERT(agno < agcount); in __xfs_ag_block_count()
213 if (agno < agcount - 1) in __xfs_ag_block_count()
265 xfs_agnumber_t agcount, in xfs_initialize_perag() argument
279 for (index = 0; index < agcount; index++) { in xfs_initialize_perag()
332 pag->block_count = __xfs_ag_block_count(mp, index, agcount, in xfs_initialize_perag()
339 index = xfs_set_inode_alloc(mp, agcount); in xfs_initialize_perag()
353 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.c310 uint32_t agcount = 0; in xfs_validate_sb_common() local
387 agcount = div_u64_rem(sbp->sb_dblocks, sbp->sb_agblocks, &rem); in xfs_validate_sb_common()
389 agcount++; in xfs_validate_sb_common()
419 agcount == 0 || agcount != sbp->sb_agcount || in xfs_validate_sb_common()
1133 geo->agcount = sbp->sb_agcount; in xfs_fs_geometry()
Dxfs_ag.h109 int xfs_initialize_perag(struct xfs_mount *mp, xfs_agnumber_t agcount,
/linux-6.1.9/fs/xfs/
Dxfs_super.h91 xfs_agnumber_t agcount);
Dxfs_ioctl32.h149 __u32 agcount; /* number of allocation groups */ member
Dxfs_super.c268 xfs_agnumber_t agcount) in xfs_set_inode_alloc() argument
290 max_metadata = agcount; in xfs_set_inode_alloc()
295 ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino); in xfs_set_inode_alloc()
307 for (index = 0; index < agcount; index++) { in xfs_set_inode_alloc()
334 return xfs_is_inode32(mp) ? maxagi : agcount; in xfs_set_inode_alloc()