Searched refs:agcount (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_super.h | 68 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);
|
D | xfs_mount.c | 172 xfs_agnumber_t agcount, in xfs_initialize_perag() argument 188 for (index = 0; index < agcount; index++) { in xfs_initialize_perag() 228 ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino); in xfs_initialize_perag() 236 index = xfs_set_inode32(mp, agcount); in xfs_initialize_perag() 238 index = xfs_set_inode64(mp, agcount); in xfs_initialize_perag()
|
D | xfs_super.c | 581 xfs_set_inode32(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode32() argument 603 max_metadata = agcount; in xfs_set_inode32() 608 for (index = 0; index < agcount; index++) { in xfs_set_inode32() 633 xfs_set_inode64(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode64() argument 637 for (index = 0; index < agcount; index++) { in xfs_set_inode64()
|
D | xfs_ioctl32.h | 194 __u32 agcount; /* number of allocation groups */ member
|
D | xfs_mount.h | 314 extern int xfs_initialize_perag(xfs_mount_t *mp, xfs_agnumber_t agcount,
|
D | xfs_fsops.c | 60 geo->agcount = mp->m_sb.sb_agcount; in xfs_fs_geometry()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_fs.h | 163 __u32 agcount; /* number of allocation groups */ member 189 __u32 agcount; /* number of allocation groups */ member
|
D | xfs_ialloc.c | 568 xfs_agnumber_t agcount; /* number of ag's in the filesystem */ in xfs_ialloc_ag_select() local 585 agcount = mp->m_maxagi; in xfs_ialloc_ag_select() 590 if (pagno >= agcount) in xfs_ialloc_ag_select() 594 ASSERT(pagno < agcount); in xfs_ialloc_ag_select() 669 if (agno >= agcount) in xfs_ialloc_ag_select()
|
D | xfs_sb.c | 705 xfs_agnumber_t agcount) in xfs_initialize_perag_data() argument 717 for (index = 0; index < agcount; index++) { in xfs_initialize_perag_data()
|