Home
last modified time | relevance | path

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

/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/
H A Dxfs_inode.c1510 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xfs_iunlink_lookup()
1551 next_ip = radix_tree_lookup(&pag->pag_ici_root, next_agino); in xfs_iunlink_reload_next()
1607 ip = radix_tree_lookup(&pag->pag_ici_root, XFS_INO_TO_AGINO(mp, inum)); in xfs_ifree_mark_inode_stale()
/linux/fs/xfs/scrub/
H A Dagheader_repair.c1186 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xrep_iunlink_mark_incore()
1269 ip = radix_tree_lookup(&sc->sa.pag->pag_ici_root, agino); in xrep_iunlink_mark_ondisk_rec()
H A Dcommon.c1546 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xchk_inode_is_allocated()