Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_icache.c342 error = radix_tree_insert(&pag->pag_ici_root, agino, ip); in xfs_iget_cache_miss()
422 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xfs_iget()
537 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xfs_inode_ag_walk()
542 &pag->pag_ici_root, in xfs_inode_ag_walk()
735 radix_tree_tag_set(&pag->pag_ici_root, in __xfs_inode_set_reclaim_tag()
802 radix_tree_tag_clear(&pag->pag_ici_root, in __xfs_inode_clear_reclaim_tag()
975 if (!radix_tree_delete(&pag->pag_ici_root, in xfs_reclaim_inode()
1056 &pag->pag_ici_root, in xfs_reclaim_inodes_ag()
1366 tagged = radix_tree_tagged(&pag->pag_ici_root, in xfs_inode_set_eofblocks_tag()
1368 radix_tree_tag_set(&pag->pag_ici_root, in xfs_inode_set_eofblocks_tag()
[all …]
Dxfs_mount.h297 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.c2324 ip = radix_tree_lookup(&pag->pag_ici_root, in xfs_ifree_cluster()
3223 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)ilist, in xfs_iflush_cluster()