Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_super.h91 xfs_agnumber_t agcount);
Dxfs_ioctl32.h149 __u32 agcount; /* number of allocation groups */ member
Dxfs_super.c279 xfs_agnumber_t agcount) in xfs_set_inode_alloc() argument
301 max_metadata = agcount; in xfs_set_inode_alloc()
306 ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino); in xfs_set_inode_alloc()
318 for (index = 0; index < agcount; index++) { in xfs_set_inode_alloc()
329 return xfs_is_inode32(mp) ? maxagi : agcount; in xfs_set_inode_alloc()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_sb.c350 uint32_t agcount = 0; in xfs_validate_sb_common() local
427 agcount = div_u64_rem(sbp->sb_dblocks, sbp->sb_agblocks, &rem); in xfs_validate_sb_common()
429 agcount++; in xfs_validate_sb_common()
458 agcount == 0 || agcount != sbp->sb_agcount || in xfs_validate_sb_common()
1217 geo->agcount = sbp->sb_agcount; in xfs_fs_geometry()
Dxfs_ag.c125 xfs_agnumber_t agcount) in xfs_initialize_perag_data() argument
138 for (index = 0; index < agcount; index++) { in xfs_initialize_perag_data()
222 xfs_agnumber_t agcount, in __xfs_ag_block_count() argument
225 ASSERT(agno < agcount); in __xfs_ag_block_count()
227 if (agno < agcount - 1) in __xfs_ag_block_count()
Dxfs_fs.h117 __u32 agcount; /* number of allocation groups */ member
143 __u32 agcount; /* number of allocation groups */ member
170 __u32 agcount; /* number of allocation groups */ member
Dxfs_ag.h148 xfs_agnumber_t agcount, xfs_rfsblock_t dcount,