Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_icache.c233 radix_tree_tag_set(&pag->pag_ici_root, XFS_INO_TO_AGINO(mp, ip->i_ino), in xfs_inode_set_reclaim_tag()
248 radix_tree_tag_clear(&pag->pag_ici_root, in xfs_inode_clear_reclaim_tag()
563 error = radix_tree_insert(&pag->pag_ici_root, agino, ip); in xfs_iget_cache_miss()
645 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xfs_iget()
806 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xfs_inode_ag_walk()
811 &pag->pag_ici_root, in xfs_inode_ag_walk()
1200 if (!radix_tree_delete(&pag->pag_ici_root, in xfs_reclaim_inode()
1282 &pag->pag_ici_root, in xfs_reclaim_inodes_ag()
1631 tagged = radix_tree_tagged(&pag->pag_ici_root, tag); in __xfs_inode_set_blocks_tag()
1632 radix_tree_tag_set(&pag->pag_ici_root, in __xfs_inode_set_blocks_tag()
[all …]
Dxfs_mount.h368 struct radix_tree_root pag_ici_root; /* incore inode cache root */ member
Dxfs_mount.c206 INIT_RADIX_TREE(&pag->pag_ici_root, GFP_ATOMIC); in xfs_initialize_perag()
Dxfs_inode.c2297 ip = radix_tree_lookup(&pag->pag_ici_root, in xfs_ifree_cluster()
3178 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)cilist, in xfs_iflush_cluster()