Home
last modified time | relevance | path

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

/linux-4.1.27/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.c172 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()
Dxfs_super.c581 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()
Dxfs_ioctl32.h194 __u32 agcount; /* number of allocation groups */ member
Dxfs_mount.h314 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.1.27/fs/xfs/libxfs/
Dxfs_fs.h163 __u32 agcount; /* number of allocation groups */ member
189 __u32 agcount; /* number of allocation groups */ member
Dxfs_ialloc.c568 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()
Dxfs_sb.c705 xfs_agnumber_t agcount) in xfs_initialize_perag_data() argument
717 for (index = 0; index < agcount; index++) { in xfs_initialize_perag_data()