Searched refs:rie (Results 1 – 1 of 1) sorted by relevance
98 struct xfs_inobt_rec_incore rie; member188 ri->rie.ir_freecount = xfs_inobt_rec_freecount(&ri->rie); in xrep_ibt_stash()189 if (xfs_inobt_check_irec(ri->sc->sa.pag, &ri->rie) != NULL) in xrep_ibt_stash()192 if (ri->rie.ir_freecount > 0) in xrep_ibt_stash()195 trace_xrep_ibt_found(ri->sc->sa.pag, &ri->rie); in xrep_ibt_stash()197 error = xfarray_append(ri->inode_records, &ri->rie); in xrep_ibt_stash()201 ri->rie.ir_startino = NULLAGINO; in xrep_ibt_stash()240 if (ri->rie.ir_startino != NULLAGINO && in xrep_ibt_cluster_record()241 ri->rie.ir_startino + XFS_INODES_PER_CHUNK <= ir_startino) { in xrep_ibt_cluster_record()247 if (ri->rie.ir_startino == NULLAGINO) { in xrep_ibt_cluster_record()[all …]