Home
last modified time | relevance | path

Searched refs:xfs_initialize_perag (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_mount.c322 xfs_initialize_perag(xfs_mount_t *mp, xfs_agnumber_t agcount) function
954 mp->m_maxagi = xfs_initialize_perag(mp, sbp->sb_agcount);
Dxfs_mount.h556 extern xfs_agnumber_t xfs_initialize_perag(xfs_mount_t *, xfs_agnumber_t);
Dxfs_fsops.c187 nagimax = xfs_initialize_perag(mp, nagcount); in xfs_growfs_data_private()