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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_fs.h168 __u32 agcount; /* number of allocation groups */ member in struct:xfs_fsop_geom_v1
194 __u32 agcount; /* number of allocation groups */ member in struct:xfs_fsop_geom
H A Dxfs_ialloc.c372 xfs_agnumber_t agcount; /* number of ag's in the filesystem */ local
388 agcount = mp->m_maxagi;
393 if (pagno >= agcount)
396 ASSERT(pagno < agcount);
464 if (agno >= agcount)
516 xfs_agnumber_t agcount; /* number of allocation groups */ local
565 agcount = mp->m_sb.sb_agcount;
629 if (++tagno == agcount)
H A Dxfs_mount.c338 xfs_agnumber_t agcount)
349 ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino);
374 max_metadata = agcount;
376 for (index = 0; index < agcount; index++) {
391 for (index = 0; index < agcount; index++) {
335 xfs_initialize_perag( bhv_vfs_t *vfs, xfs_mount_t *mp, xfs_agnumber_t agcount) argument
H A Dxfs_fsops.c61 geo->agcount = mp->m_sb.sb_agcount;

Completed in 62 milliseconds