Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_sb.c224 uint32_t agcount = 0; in xfs_validate_sb_common() local
286 agcount = div_u64_rem(sbp->sb_dblocks, sbp->sb_agblocks, &rem); in xfs_validate_sb_common()
288 agcount++; in xfs_validate_sb_common()
318 agcount == 0 || agcount != sbp->sb_agcount || in xfs_validate_sb_common()
885 xfs_agnumber_t agcount) in xfs_initialize_perag_data() argument
898 for (index = 0; index < agcount; index++) { in xfs_initialize_perag_data()
1124 geo->agcount = sbp->sb_agcount; in xfs_fs_geometry()
Dxfs_fs.h131 __u32 agcount; /* number of allocation groups */ member
157 __u32 agcount; /* number of allocation groups */ member
184 __u32 agcount; /* number of allocation groups */ member
Dxfs_ialloc.c935 xfs_agnumber_t agcount; /* number of ag's in the filesystem */ in xfs_ialloc_ag_select() local
952 agcount = mp->m_maxagi; in xfs_ialloc_ag_select()
957 if (pagno >= agcount) in xfs_ialloc_ag_select()
961 ASSERT(pagno < agcount); in xfs_ialloc_ag_select()
1033 if (agno >= agcount) in xfs_ialloc_ag_select()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_super.h87 xfs_agnumber_t agcount);
Dxfs_mount.c176 xfs_agnumber_t agcount, in xfs_initialize_perag() argument
189 for (index = 0; index < agcount; index++) { in xfs_initialize_perag()
237 index = xfs_set_inode_alloc(mp, agcount); in xfs_initialize_perag()
251 for (index = first_initialised; index < agcount; index++) { in xfs_initialize_perag()
Dxfs_ioctl32.h173 __u32 agcount; /* number of allocation groups */ member
Dxfs_super.c246 xfs_agnumber_t agcount) in xfs_set_inode_alloc() argument
268 max_metadata = agcount; in xfs_set_inode_alloc()
273 ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino); in xfs_set_inode_alloc()
285 for (index = 0; index < agcount; index++) { in xfs_set_inode_alloc()
312 return (mp->m_flags & XFS_MOUNT_32BITINODES) ? maxagi : agcount; in xfs_set_inode_alloc()
Dxfs_mount.h405 extern int xfs_initialize_perag(xfs_mount_t *mp, xfs_agnumber_t agcount,