Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h34 struct xfs_inode *rtg_inodes[XFS_RTGI_MAX]; member
94 return rtg->rtg_inodes[XFS_RTGI_BITMAP]; in rtg_bitmap()
99 return rtg->rtg_inodes[XFS_RTGI_SUMMARY]; in rtg_summary()
104 return rtg->rtg_inodes[XFS_RTGI_RMAP]; in rtg_rmap()
109 return rtg->rtg_inodes[XFS_RTGI_REFCOUNT]; in rtg_refcount()
H A Dxfs_rtgroup.c505 rtg->rtg_inodes[type] = ip; in xfs_rtginode_load()
567 rtg->rtg_inodes[type] = upd.ip; in xfs_rtginode_create()
H A Dxfs_rtbitmap.c155 struct xfs_inode *ip = args->rtg->rtg_inodes[type]; in xfs_rtbuf_get()
1373 struct xfs_inode *ip = rtg->rtg_inodes[type]; in xfs_rtfile_initialize_block()
1449 error = xfs_rtfile_alloc_blocks(rtg->rtg_inodes[type], in xfs_rtfile_initialize_blocks()
/linux/fs/xfs/scrub/
H A Dmetapath.c152 ip = rtg->rtg_inodes[type]; in xchk_setup_metapath_rtginode()
H A Drmap_repair.c532 if (ip == rtg->rtg_inodes[type]) in xrep_rmap_scan_meta_btree()