Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
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);
Dxfs_mount.c182 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()
Dxfs_ioctl32.h194 __u32 agcount; /* number of allocation groups */ member
Dxfs_super.c580 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()
Dxfs_mount.h320 extern int xfs_initialize_perag(xfs_mount_t *mp, xfs_agnumber_t agcount,
Dxfs_fsops.c60 geo->agcount = mp->m_sb.sb_agcount; in xfs_fs_geometry()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_fs.h163 __u32 agcount; /* number of allocation groups */ member
189 __u32 agcount; /* number of allocation groups */ member
Dxfs_ialloc.c915 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()
Dxfs_sb.c754 xfs_agnumber_t agcount) in xfs_initialize_perag_data() argument
766 for (index = 0; index < agcount; index++) { in xfs_initialize_perag_data()