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.c233 if (radix_tree_tagged(&pag->pag_ici_root, XFS_ICI_BLOCKGC_TAG)) in xfs_blockgc_queue()
250 was_tagged = radix_tree_tagged(&pag->pag_ici_root, tag); in xfs_perag_set_inode_tag()
251 radix_tree_tag_set(&pag->pag_ici_root, agino, tag); in xfs_perag_set_inode_tag()
289 radix_tree_tag_clear(&pag->pag_ici_root, agino, tag); in xfs_perag_clear_inode_tag()
296 if (radix_tree_tagged(&pag->pag_ici_root, tag)) in xfs_perag_clear_inode_tag()
729 error = radix_tree_insert(&pag->pag_ici_root, agino, ip); in xfs_iget_cache_miss()
794 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xfs_iget()
1030 if (!radix_tree_delete(&pag->pag_ici_root, in xfs_reclaim_inode()
1774 nr_found = radix_tree_gang_lookup_tag(&pag->pag_ici_root, in xfs_icwalk_ag()
H A Dxfs_inode.c1511 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xfs_iunlink_lookup()
1552 next_ip = radix_tree_lookup(&pag->pag_ici_root, next_agino); in xfs_iunlink_reload_next()
1608 ip = radix_tree_lookup(&pag->pag_ici_root, XFS_INO_TO_AGINO(mp, inum)); in xfs_ifree_mark_inode_stale()
/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.c1190 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xrep_iunlink_mark_incore()
1273 ip = radix_tree_lookup(&sc->sa.pag->pag_ici_root, agino); in xrep_iunlink_mark_ondisk_rec()