Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_icache.c236 radix_tree_tag_set(&pag->pag_ici_root, XFS_INO_TO_AGINO(mp, ip->i_ino), in xfs_inode_set_reclaim_tag()
251 radix_tree_tag_clear(&pag->pag_ici_root, in xfs_inode_clear_reclaim_tag()
568 error = radix_tree_insert(&pag->pag_ici_root, agino, ip); in xfs_iget_cache_miss()
650 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xfs_iget()
811 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xfs_inode_ag_walk()
816 &pag->pag_ici_root, in xfs_inode_ag_walk()
1195 if (!radix_tree_delete(&pag->pag_ici_root, in xfs_reclaim_inode()
1276 &pag->pag_ici_root, in xfs_reclaim_inodes_ag()
1625 tagged = radix_tree_tagged(&pag->pag_ici_root, tag); in __xfs_inode_set_blocks_tag()
1626 radix_tree_tag_set(&pag->pag_ici_root, in __xfs_inode_set_blocks_tag()
[all …]
Dxfs_mount.h386 struct radix_tree_root pag_ici_root; /* incore inode cache root */ member
Dxfs_mount.c204 INIT_RADIX_TREE(&pag->pag_ici_root, GFP_ATOMIC); in xfs_initialize_perag()
Dxfs_inode.c2615 ip = radix_tree_lookup(&pag->pag_ici_root, in xfs_ifree_cluster()
3490 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)cilist, in xfs_iflush_cluster()