Searched refs:m_agirotor (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_ialloc.c352 agno = mp->m_agirotor;
353 if (++mp->m_agirotor == mp->m_maxagi)
354 mp->m_agirotor = 0;
H A Dxfs_mount.h334 xfs_agnumber_t m_agirotor; /* last ag dir inode alloced */ member in struct:xfs_mount
H A Dxfs_mount.c575 mp->m_agfrotor = mp->m_agirotor = 0;

Completed in 66 milliseconds