Home
last modified time | relevance | path

Searched refs:nr_found (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_icache.c800 int nr_found; in xfs_inode_ag_walk() local
806 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() local
1290 nr_found = radix_tree_gang_lookup_tag( in xfs_reclaim_inodes_ag()
[all …]
Dxfs_qm.c59 int nr_found; in xfs_qm_dquot_walk() local
64 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()
Dxfs_inode.c3508 int nr_found; in xfs_iflush_cluster() local
3523 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()