Home
last modified time | relevance | path

Searched refs:pag_ici_root (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/
H A Dxfs_icache.c231 if (radix_tree_tagged(&pag->pag_ici_root, XFS_ICI_BLOCKGC_TAG)) in xfs_blockgc_queue()
248 was_tagged = radix_tree_tagged(&pag->pag_ici_root, tag); in xfs_perag_set_inode_tag()
249 radix_tree_tag_set(&pag->pag_ici_root, agino, tag); in xfs_perag_set_inode_tag()
287 radix_tree_tag_clear(&pag->pag_ici_root, agino, tag); in xfs_perag_clear_inode_tag()
294 if (radix_tree_tagged(&pag->pag_ici_root, tag)) in xfs_perag_clear_inode_tag()
727 error = radix_tree_insert(&pag->pag_ici_root, agino, ip); in xfs_iget_cache_miss()
792 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xfs_iget()
1023 if (!radix_tree_delete(&pag->pag_ici_root, in xfs_reclaim_inode()
1767 nr_found = radix_tree_gang_lookup_tag(&pag->pag_ici_root, in xfs_icwalk_ag()
/linux/fs/xfs/libxfs/
H A Dxfs_ag.h84 struct radix_tree_root pag_ici_root; /* incore inode cache root */ member
H A Dxfs_ag.c235 INIT_RADIX_TREE(&pag->pag_ici_root, GFP_ATOMIC); in xfs_perag_alloc()
/linux/fs/xfs/scrub/
H A Dagheader_repair.c1186 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xrep_iunlink_mark_incore()
1269 ip = radix_tree_lookup(&sc->sa.pag->pag_ici_root, agino); in xrep_iunlink_mark_ondisk_rec()
H A Dcommon.c1545 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xchk_inode_is_allocated()