Searched refs:m_agfrotor (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_alloc.c2312 ((mp->m_agfrotor / rotorstep) %
2329 args->agno = sagno = (mp->m_agfrotor / rotorstep) %
2417 mp->m_agfrotor = (mp->m_agfrotor + 1) %
2420 mp->m_agfrotor = (args->agno * rotorstep + 1) %
H A Dxfs_mount.h333 xfs_agnumber_t m_agfrotor; /* last ag where space found */ member in struct:xfs_mount
H A Dxfs_mount.c575 mp->m_agfrotor = mp->m_agirotor = 0;

Completed in 59 milliseconds