Searched refs:nr_found (Results 1 – 3 of 3) sorted by relevance
112 int nr_found; in xfs_inode_ag_walk() local118 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() local935 nr_found = radix_tree_gang_lookup_tag( in xfs_reclaim_inodes_ag()940 if (!nr_found) { in xfs_reclaim_inodes_ag()[all …]
75 int nr_found; in xfs_qm_dquot_walk() local80 nr_found = 0; in xfs_qm_dquot_walk()88 nr_found = radix_tree_gang_lookup(tree, (void **)batch, in xfs_qm_dquot_walk()90 if (!nr_found) { in xfs_qm_dquot_walk()95 for (i = 0; i < nr_found; i++) { in xfs_qm_dquot_walk()
2246 int nr_found; in xfs_iflush_cluster() local2263 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)ilist, in xfs_iflush_cluster()2265 if (nr_found == 0) in xfs_iflush_cluster()2268 for (i = 0; i < nr_found; i++) { in xfs_iflush_cluster()