Searched refs:agcount (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/fs/xfs/
H A Dxfs_super.h68 extern xfs_agnumber_t xfs_set_inode32(struct xfs_mount *, xfs_agnumber_t agcount);
69 extern xfs_agnumber_t xfs_set_inode64(struct xfs_mount *, xfs_agnumber_t agcount);
H A Dxfs_mount.c182 xfs_agnumber_t agcount, xfs_initialize_perag()
198 for (index = 0; index < agcount; index++) { xfs_initialize_perag()
238 ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino); xfs_initialize_perag()
246 index = xfs_set_inode32(mp, agcount); xfs_initialize_perag()
248 index = xfs_set_inode64(mp, agcount); xfs_initialize_perag()
180 xfs_initialize_perag( xfs_mount_t *mp, xfs_agnumber_t agcount, xfs_agnumber_t *maxagi) xfs_initialize_perag() argument
H A Dxfs_super.c575 * xfs_set_inode32() and xfs_set_inode64() are passed an agcount
580 xfs_set_inode32(struct xfs_mount *mp, xfs_agnumber_t agcount) xfs_set_inode32() argument
602 max_metadata = agcount; xfs_set_inode32()
607 for (index = 0; index < agcount; index++) { xfs_set_inode32()
632 xfs_set_inode64(struct xfs_mount *mp, xfs_agnumber_t agcount) xfs_set_inode64() argument
636 for (index = 0; index < agcount; index++) { xfs_set_inode64()
H A Dxfs_ioctl32.h194 __u32 agcount; /* number of allocation groups */ member in struct:compat_xfs_fsop_geom_v1
H A Dxfs_trans.h120 int64_t t_agcount_delta;/* superblock agcount change */
H A Dxfs_mount.h320 extern int xfs_initialize_perag(xfs_mount_t *mp, xfs_agnumber_t agcount,
H A Dxfs_fsops.c60 geo->agcount = mp->m_sb.sb_agcount; xfs_fs_geometry()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_fs.h163 __u32 agcount; /* number of allocation groups */ member in struct:xfs_fsop_geom_v1
189 __u32 agcount; /* number of allocation groups */ member in struct:xfs_fsop_geom
H A Dxfs_alloc.h74 * to 4 + 4*agcount.
H A Dxfs_sb.c754 xfs_agnumber_t agcount) xfs_initialize_perag_data()
766 for (index = 0; index < agcount; index++) { xfs_initialize_perag_data()
752 xfs_initialize_perag_data( struct xfs_mount *mp, xfs_agnumber_t agcount) xfs_initialize_perag_data() argument
H A Dxfs_ialloc.c915 xfs_agnumber_t agcount; /* number of ag's in the filesystem */ xfs_ialloc_ag_select() local
932 agcount = mp->m_maxagi; xfs_ialloc_ag_select()
937 if (pagno >= agcount) xfs_ialloc_ag_select()
941 ASSERT(pagno < agcount); xfs_ialloc_ag_select()
1016 if (agno >= agcount) xfs_ialloc_ag_select()

Completed in 214 milliseconds