Lines Matching refs:nr_found
112 int nr_found; in xfs_inode_ag_walk() local
118 nr_found = 0; in xfs_inode_ag_walk()
125 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xfs_inode_ag_walk()
128 if (!nr_found) { in xfs_inode_ag_walk()
137 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
165 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
184 } while (nr_found && !done); in xfs_inode_ag_walk()
916 int nr_found = 0; in xfs_reclaim_inodes_ag() local
935 nr_found = radix_tree_gang_lookup_tag( in xfs_reclaim_inodes_ag()
940 if (!nr_found) { in xfs_reclaim_inodes_ag()
950 for (i = 0; i < nr_found; i++) { in xfs_reclaim_inodes_ag()
981 for (i = 0; i < nr_found; i++) { in xfs_reclaim_inodes_ag()
993 } while (nr_found && !done && *nr_to_scan > 0); in xfs_reclaim_inodes_ag()