Searched refs:ir_count (Results 1 – 7 of 7) sorted by relevance
64 u8 index, ir_count, read_loop; in smi_ir_decode() local71 ir_count = (u8)smi_read(IR_Data_Cnt); in smi_ir_decode()73 dev_dbg(&rc_dev->dev, "ircount %d\n", ir_count); in smi_ir_decode()75 read_loop = ir_count / 4; in smi_ir_decode()76 if (ir_count % 4) in smi_ir_decode()87 smi_raw_process(rc_dev, ir->irData, ir_count); in smi_ir_decode()
438 if (irec.ir_count > XFS_INODES_PER_CHUNK || in xchk_iallocbt_rec()443 (XFS_INODES_PER_CHUNK - irec.ir_count); in xchk_iallocbt_rec()459 iabt->inodes += irec.ir_count; in xchk_iallocbt_rec()465 if (irec.ir_count != XFS_INODES_PER_CHUNK) in xchk_iallocbt_rec()480 irec.ir_freecount > irec.ir_count) in xchk_iallocbt_rec()493 holecount + irec.ir_count != XFS_INODES_PER_CHUNK) in xchk_iallocbt_rec()
43 cur->bc_rec.i.ir_count = 0; in xfs_inobt_lookup()63 rec.inobt.ir_u.sp.ir_count = irec->ir_count; in xfs_inobt_update()83 irec->ir_count = rec->inobt.ir_u.sp.ir_count; in xfs_inobt_btrec_to_irec()91 irec->ir_count = XFS_INODES_PER_CHUNK; in xfs_inobt_btrec_to_irec()161 cur->bc_rec.i.ir_count = count; in xfs_inobt_insert_rec()461 if (!trec->ir_count || !srec->ir_count) in __xfs_inobt_can_merge()465 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK) in __xfs_inobt_can_merge()489 trec->ir_count += srec->ir_count; in __xfs_inobt_rec_merge()825 rec.ir_count = newlen; in xfs_ialloc_ag_alloc()2052 ibtrec->ir_count, in xfs_difree_finobt()[all …]
220 rec->inobt.ir_u.sp.ir_count = cur->bc_rec.i.ir_count; in xfs_inobt_init_rec_from_cur()677 if (inocount != rec->ir_count) in xfs_inobt_rec_check_count()
1359 __u8 ir_count; /* total inode count */ member1369 uint8_t ir_count; /* total inode count */ member
370 .xi_alloccount = irec->ir_count - irec->ir_freecount, in xfs_inumbers_walk()
443 if (iwag->skip_empty && irec->ir_freecount == irec->ir_count) { in xfs_iwalk_ag()
Completed in 25 milliseconds