Searched refs:nr_found (Results 1 – 3 of 3) sorted by relevance
800 int nr_found; in xfs_inode_ag_walk() local806 nr_found = 0; in xfs_inode_ag_walk()815 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xfs_inode_ag_walk()819 nr_found = radix_tree_gang_lookup_tag( in xfs_inode_ag_walk()824 if (!nr_found) { in xfs_inode_ag_walk()833 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()861 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()883 } while (nr_found && !done); in xfs_inode_ag_walk()1271 int nr_found = 0; in xfs_reclaim_inodes_ag() local1290 nr_found = radix_tree_gang_lookup_tag( in xfs_reclaim_inodes_ag()[all …]
59 int nr_found; in xfs_qm_dquot_walk() local64 nr_found = 0; in xfs_qm_dquot_walk()72 nr_found = radix_tree_gang_lookup(tree, (void **)batch, in xfs_qm_dquot_walk()74 if (!nr_found) { in xfs_qm_dquot_walk()79 for (i = 0; i < nr_found; i++) { in xfs_qm_dquot_walk()
3508 int nr_found; in xfs_iflush_cluster() local3523 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)cilist, in xfs_iflush_cluster()3525 if (nr_found == 0) in xfs_iflush_cluster()3528 for (i = 0; i < nr_found; i++) { in xfs_iflush_cluster()