Lines Matching refs:nr_found
522 int nr_found; in xfs_inode_ag_walk() local
528 nr_found = 0; in xfs_inode_ag_walk()
537 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xfs_inode_ag_walk()
541 nr_found = radix_tree_gang_lookup_tag( in xfs_inode_ag_walk()
546 if (!nr_found) { in xfs_inode_ag_walk()
555 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
583 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
602 } while (nr_found && !done); in xfs_inode_ag_walk()
1036 int nr_found = 0; in xfs_reclaim_inodes_ag() local
1055 nr_found = radix_tree_gang_lookup_tag( in xfs_reclaim_inodes_ag()
1060 if (!nr_found) { in xfs_reclaim_inodes_ag()
1070 for (i = 0; i < nr_found; i++) { in xfs_reclaim_inodes_ag()
1101 for (i = 0; i < nr_found; i++) { in xfs_reclaim_inodes_ag()
1113 } while (nr_found && !done && *nr_to_scan > 0); in xfs_reclaim_inodes_ag()