Searched refs:agcount (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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 | 182 xfs_agnumber_t agcount, in xfs_initialize_perag() argument 198 for (index = 0; index < agcount; index++) { in xfs_initialize_perag() 238 ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino); in xfs_initialize_perag() 246 index = xfs_set_inode32(mp, agcount); in xfs_initialize_perag() 248 index = xfs_set_inode64(mp, agcount); in xfs_initialize_perag()
|
D | xfs_ioctl32.h | 194 __u32 agcount; /* number of allocation groups */ member
|
D | xfs_super.c | 580 xfs_set_inode32(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode32() argument 602 max_metadata = agcount; in xfs_set_inode32() 607 for (index = 0; index < agcount; index++) { in xfs_set_inode32() 632 xfs_set_inode64(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode64() argument 636 for (index = 0; index < agcount; index++) { in xfs_set_inode64()
|
D | xfs_mount.h | 320 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.4.14/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 | 915 xfs_agnumber_t agcount; /* number of ag's in the filesystem */ in xfs_ialloc_ag_select() local 932 agcount = mp->m_maxagi; in xfs_ialloc_ag_select() 937 if (pagno >= agcount) in xfs_ialloc_ag_select() 941 ASSERT(pagno < agcount); in xfs_ialloc_ag_select() 1016 if (agno >= agcount) in xfs_ialloc_ag_select()
|
D | xfs_sb.c | 754 xfs_agnumber_t agcount) in xfs_initialize_perag_data() argument 766 for (index = 0; index < agcount; index++) { in xfs_initialize_perag_data()
|