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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/wiper/
H A Dwiper.sh507 agcount=`$XFS_DB -r -c "sb" -c "print agcount" "$fsdev" | $GAWK '{print 0 + $NF}'`
508 [ "$agcount" = "" -o "$agcount" = "0" ] && xfs_abort "agcount"
511 while [ $i -lt $agcount ]; do
716 agcount = split(xfs_agoffsets,agoffset," ");
737 if (NF == 3 && gensub("[0-9 ]","","g",$0) == "" && $1 < agcount) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl32.h190 __u32 agcount; /* number of allocation groups */ member in struct:compat_xfs_fsop_geom_v1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_fs.h163 __u32 agcount; /* number of allocation groups */ member in struct:xfs_fsop_geom_v1
189 __u32 agcount; /* number of allocation groups */ member in struct:xfs_fsop_geom
H A Dxfs_ialloc.c445 xfs_agnumber_t agcount; /* number of ag's in the filesystem */ local
461 agcount = mp->m_maxagi;
466 if (pagno >= agcount)
469 ASSERT(pagno < agcount);
535 if (agno >= agcount)
641 xfs_agnumber_t agcount; /* number of allocation groups */ local
691 agcount = mp->m_sb.sb_agcount;
755 if (++tagno == agcount)
H A Dxfs_mount.c416 xfs_agnumber_t agcount,
432 for (index = 0; index < agcount; index++) {
469 ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino);
490 max_metadata = agcount;
493 for (index = 0; index < agcount; index++) {
507 for (index = 0; index < agcount; index++) {
778 xfs_initialize_perag_data(xfs_mount_t *mp, xfs_agnumber_t agcount) argument
790 for (index = 0; index < agcount; index++) {
414 xfs_initialize_perag( xfs_mount_t *mp, xfs_agnumber_t agcount, xfs_agnumber_t *maxagi) argument
H A Dxfs_fsops.c59 geo->agcount = mp->m_sb.sb_agcount;

Completed in 128 milliseconds