Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_sb.c228 uint32_t agcount = 0; in xfs_validate_sb_common() local
290 agcount = div_u64_rem(sbp->sb_dblocks, sbp->sb_agblocks, &rem); in xfs_validate_sb_common()
292 agcount++; in xfs_validate_sb_common()
322 agcount == 0 || agcount != sbp->sb_agcount || in xfs_validate_sb_common()
866 xfs_agnumber_t agcount) in xfs_initialize_perag_data() argument
879 for (index = 0; index < agcount; index++) { in xfs_initialize_perag_data()
1095 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
Dxfs_ialloc.c943 xfs_agnumber_t agcount; /* number of ag's in the filesystem */ in xfs_ialloc_ag_select() local
960 agcount = mp->m_maxagi; in xfs_ialloc_ag_select()
965 if (pagno >= agcount) in xfs_ialloc_ag_select()
969 ASSERT(pagno < agcount); in xfs_ialloc_ag_select()
1041 if (agno >= agcount) in xfs_ialloc_ag_select()
/Linux-v4.19/fs/xfs/
Dxfs_super.h63 xfs_agnumber_t agcount);
Dxfs_mount.c179 xfs_agnumber_t agcount, in xfs_initialize_perag() argument
192 for (index = 0; index < agcount; index++) { in xfs_initialize_perag()
232 index = xfs_set_inode_alloc(mp, agcount); in xfs_initialize_perag()
247 for (index = first_initialised; index < agcount; index++) { in xfs_initialize_perag()
Dxfs_ioctl32.h182 __u32 agcount; /* number of allocation groups */ member
Dxfs_super.c583 xfs_agnumber_t agcount) in xfs_set_inode_alloc() argument
605 max_metadata = agcount; in xfs_set_inode_alloc()
610 ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino); in xfs_set_inode_alloc()
622 for (index = 0; index < agcount; index++) { in xfs_set_inode_alloc()
649 return (mp->m_flags & XFS_MOUNT_32BITINODES) ? maxagi : agcount; in xfs_set_inode_alloc()
Dxfs_mount.h412 extern int xfs_initialize_perag(xfs_mount_t *mp, xfs_agnumber_t agcount,