Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_sb.c223 uint32_t agcount = 0; in xfs_validate_sb_common() local
285 agcount = div_u64_rem(sbp->sb_dblocks, sbp->sb_agblocks, &rem); in xfs_validate_sb_common()
287 agcount++; in xfs_validate_sb_common()
317 agcount == 0 || agcount != sbp->sb_agcount || in xfs_validate_sb_common()
851 xfs_agnumber_t agcount) in xfs_initialize_perag_data() argument
864 for (index = 0; index < agcount; index++) { in xfs_initialize_perag_data()
1080 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.c927 xfs_agnumber_t agcount; /* number of ag's in the filesystem */ in xfs_ialloc_ag_select() local
944 agcount = mp->m_maxagi; in xfs_ialloc_ag_select()
949 if (pagno >= agcount) in xfs_ialloc_ag_select()
953 ASSERT(pagno < agcount); in xfs_ialloc_ag_select()
1025 if (agno >= agcount) in xfs_ialloc_ag_select()
/Linux-v5.4/fs/xfs/
Dxfs_super.h77 xfs_agnumber_t agcount);
Dxfs_mount.c177 xfs_agnumber_t agcount, in xfs_initialize_perag() argument
190 for (index = 0; index < agcount; index++) { in xfs_initialize_perag()
234 index = xfs_set_inode_alloc(mp, agcount); in xfs_initialize_perag()
249 for (index = first_initialised; index < agcount; index++) { in xfs_initialize_perag()
Dxfs_ioctl32.h182 __u32 agcount; /* number of allocation groups */ member
Dxfs_super.c559 xfs_agnumber_t agcount) in xfs_set_inode_alloc() argument
581 max_metadata = agcount; in xfs_set_inode_alloc()
586 ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino); in xfs_set_inode_alloc()
598 for (index = 0; index < agcount; index++) { in xfs_set_inode_alloc()
625 return (mp->m_flags & XFS_MOUNT_32BITINODES) ? maxagi : agcount; in xfs_set_inode_alloc()
Dxfs_mount.h437 extern int xfs_initialize_perag(xfs_mount_t *mp, xfs_agnumber_t agcount,