Searched refs:rec_count (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_zone_gc.c | 127 unsigned int rec_count; member 264 iter->rec_count = 0; in xfs_zone_gc_iter_init() 284 iter->recs[iter->rec_count] = *irec; in xfs_zone_gc_query_cb() 285 if (++iter->rec_count == XFS_ZONE_GC_RECS) { in xfs_zone_gc_query_cb() 331 iter->rec_count = 0; in xfs_zone_gc_query() 356 sort(iter->recs, iter->rec_count, sizeof(iter->recs[0]), in xfs_zone_gc_query() 364 if (iter->rec_count == 0) in xfs_zone_gc_query() 389 if (iter->rec_idx == iter->rec_count) { in xfs_zone_gc_iter_next()
|
| /linux-6.15/drivers/s390/char/ |
| H A D | vmur.c | 215 static struct ccw1 *alloc_chan_prog(const char __user *ubuf, int rec_count, in alloc_chan_prog() argument 222 TRACE("alloc_chan_prog(%p, %i, %i)\n", ubuf, rec_count, reclen); in alloc_chan_prog() 229 cpa = kcalloc(rec_count + 1, sizeof(struct ccw1), in alloc_chan_prog() 234 for (i = 0; i < rec_count; i++) { in alloc_chan_prog()
|
| /linux-6.15/drivers/s390/scsi/ |
| H A D | zfcp_dbf.c | 422 rec->u.run.rec_count = in zfcp_dbf_rec_run_lvl() 425 rec->u.run.rec_count = atomic_read(&erp->port->erp_counter); in zfcp_dbf_rec_run_lvl() 427 rec->u.run.rec_count = atomic_read(&erp->adapter->erp_counter); in zfcp_dbf_rec_run_lvl() 473 rec->u.run.rec_count = ~0; in zfcp_dbf_rec_run_wka()
|
| H A D | zfcp_dbf.h | 54 u8 rec_count; member
|