Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_icache.c215 if (radix_tree_tagged(&pag->pag_ici_root, XFS_ICI_BLOCKGC_TAG)) in xfs_blockgc_queue()
234 was_tagged = radix_tree_tagged(&pag->pag_ici_root, tag); in xfs_perag_set_inode_tag()
235 radix_tree_tag_set(&pag->pag_ici_root, agino, tag); in xfs_perag_set_inode_tag()
277 radix_tree_tag_clear(&pag->pag_ici_root, agino, tag); in xfs_perag_clear_inode_tag()
284 if (radix_tree_tagged(&pag->pag_ici_root, tag)) in xfs_perag_clear_inode_tag()
698 error = radix_tree_insert(&pag->pag_ici_root, agino, ip); in xfs_iget_cache_miss()
763 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xfs_iget()
923 if (!radix_tree_delete(&pag->pag_ici_root, in xfs_reclaim_inode()
1661 nr_found = radix_tree_gang_lookup_tag(&pag->pag_ici_root, in xfs_icwalk_ag()
H A Dxfs_inode.c1854 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xfs_iunlink_lookup()
1959 next_ip = radix_tree_lookup(&pag->pag_ici_root, next_agino); in xfs_iunlink_reload_next()
2189 ip = radix_tree_lookup(&pag->pag_ici_root, XFS_INO_TO_AGINO(mp, inum)); in xfs_ifree_mark_inode_stale()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ag.h93 struct radix_tree_root pag_ici_root; /* incore inode cache root */ member
H A Dxfs_ag.c413 INIT_RADIX_TREE(&pag->pag_ici_root, GFP_ATOMIC); in xfs_initialize_perag()
/openbmc/linux/fs/xfs/scrub/
H A Dcommon.c1275 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xchk_inode_is_allocated()