Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_icache.c212 if (radix_tree_tagged(&pag->pag_ici_root, XFS_ICI_BLOCKGC_TAG)) in xfs_blockgc_queue()
231 was_tagged = radix_tree_tagged(&pag->pag_ici_root, tag); in xfs_perag_set_inode_tag()
232 radix_tree_tag_set(&pag->pag_ici_root, agino, tag); in xfs_perag_set_inode_tag()
274 radix_tree_tag_clear(&pag->pag_ici_root, agino, tag); in xfs_perag_clear_inode_tag()
281 if (radix_tree_tagged(&pag->pag_ici_root, tag)) in xfs_perag_clear_inode_tag()
662 error = radix_tree_insert(&pag->pag_ici_root, agino, ip); in xfs_iget_cache_miss()
727 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xfs_iget()
915 if (!radix_tree_delete(&pag->pag_ici_root, in xfs_reclaim_inode()
1654 nr_found = radix_tree_gang_lookup_tag(&pag->pag_ici_root, in xfs_icwalk_ag()
A Dxfs_inode.c2443 ip = radix_tree_lookup(&pag->pag_ici_root, XFS_INO_TO_AGINO(mp, inum)); in xfs_ifree_mark_inode_stale()
/linux/fs/xfs/libxfs/
A Dxfs_ag.h89 struct radix_tree_root pag_ici_root; /* incore inode cache root */ member
A Dxfs_ag.c257 INIT_RADIX_TREE(&pag->pag_ici_root, GFP_ATOMIC); in xfs_initialize_perag()

Completed in 15 milliseconds