Lines Matching refs:nr_found
524 int nr_found; in xfs_inode_ag_walk() local
530 nr_found = 0; in xfs_inode_ag_walk()
539 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xfs_inode_ag_walk()
543 nr_found = radix_tree_gang_lookup_tag( in xfs_inode_ag_walk()
548 if (!nr_found) { in xfs_inode_ag_walk()
557 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
585 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
604 } while (nr_found && !done); in xfs_inode_ag_walk()
1038 int nr_found = 0; in xfs_reclaim_inodes_ag() local
1057 nr_found = radix_tree_gang_lookup_tag( in xfs_reclaim_inodes_ag()
1062 if (!nr_found) { in xfs_reclaim_inodes_ag()
1072 for (i = 0; i < nr_found; i++) { in xfs_reclaim_inodes_ag()
1103 for (i = 0; i < nr_found; i++) { in xfs_reclaim_inodes_ag()
1115 } while (nr_found && !done && *nr_to_scan > 0); in xfs_reclaim_inodes_ag()