Lines Matching full:goal
42 * The goal for walking incore inodes. These can correspond with incore inode
52 enum xfs_icwalk_goal goal, struct xfs_icwalk *icw);
54 enum xfs_icwalk_goal goal, struct xfs_icwalk *icw);
1693 * the goal.
1697 enum xfs_icwalk_goal goal, in xfs_icwalk_igrab() argument
1701 switch (goal) { in xfs_icwalk_igrab()
1717 enum xfs_icwalk_goal goal, in xfs_icwalk_process_inode() argument
1724 switch (goal) { in xfs_icwalk_process_inode()
1736 * For a given per-AG structure @pag and a goal, grab qualifying inodes and
1742 enum xfs_icwalk_goal goal, in xfs_icwalk_ag() argument
1755 if (goal == XFS_ICWALK_RECLAIM) in xfs_icwalk_ag()
1769 XFS_LOOKUP_BATCH, goal); in xfs_icwalk_ag()
1783 if (done || !xfs_icwalk_igrab(goal, ip, icw)) in xfs_icwalk_ag()
1811 error = xfs_icwalk_process_inode(goal, batch[i], pag, in xfs_icwalk_ag()
1834 if (goal == XFS_ICWALK_RECLAIM) { in xfs_icwalk_ag()
1847 /* Walk all incore inodes to achieve a given goal. */
1851 enum xfs_icwalk_goal goal, in xfs_icwalk() argument
1858 while ((pag = xfs_perag_grab_next_tag(mp, pag, goal))) { in xfs_icwalk()
1859 error = xfs_icwalk_ag(pag, goal, icw); in xfs_icwalk()