Lines Matching refs:goal
38 * The goal for walking incore inodes. These can correspond with incore inode
48 enum xfs_icwalk_goal goal, struct xfs_icwalk *icw);
50 enum xfs_icwalk_goal goal, struct xfs_icwalk *icw);
1587 * the goal.
1591 enum xfs_icwalk_goal goal,
1595 switch (goal) {
1611 enum xfs_icwalk_goal goal,
1618 switch (goal) {
1630 * For a given per-AG structure @pag and a goal, grab qualifying inodes and
1636 enum xfs_icwalk_goal goal,
1649 if (goal == XFS_ICWALK_RECLAIM)
1663 XFS_LOOKUP_BATCH, goal);
1677 if (done || !xfs_icwalk_igrab(goal, ip, icw))
1705 error = xfs_icwalk_process_inode(goal, batch[i], pag,
1728 if (goal == XFS_ICWALK_RECLAIM) {
1741 /* Walk all incore inodes to achieve a given goal. */
1745 enum xfs_icwalk_goal goal,
1753 for_each_perag_tag(mp, agno, pag, goal) {
1754 error = xfs_icwalk_ag(pag, goal, icw);