Searched refs:rec_count (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_zone_gc.c | 118 unsigned int rec_count; member 257 iter->rec_count = 0; in xfs_zone_gc_iter_init() 278 iter->recs[iter->rec_count] = *irec; in xfs_zone_gc_query_cb() 279 if (++iter->rec_count == XFS_ZONE_GC_RECS) { in xfs_zone_gc_query_cb() 323 iter->rec_count = 0; in xfs_zone_gc_query() 345 sort(iter->recs, iter->rec_count, sizeof(iter->recs[0]), in xfs_zone_gc_query() 353 if (iter->rec_count == 0) in xfs_zone_gc_query() 379 if (iter->rec_idx == iter->rec_count) { in xfs_zone_gc_iter_next()
|
| /linux/drivers/s390/char/ |
| H A D | vmur.c | 214 static struct ccw1 *alloc_chan_prog(const char __user *ubuf, int rec_count, in alloc_chan_prog() argument 221 TRACE("alloc_chan_prog(%p, %i, %i)\n", ubuf, rec_count, reclen); in alloc_chan_prog() 228 cpa = kzalloc_objs(struct ccw1, rec_count + 1, GFP_KERNEL | GFP_DMA); in alloc_chan_prog() 232 for (i = 0; i < rec_count; i++) { in alloc_chan_prog()
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_dbf.c | 421 rec->u.run.rec_count = in zfcp_dbf_rec_run_lvl() 424 rec->u.run.rec_count = atomic_read(&erp->port->erp_counter); in zfcp_dbf_rec_run_lvl() 426 rec->u.run.rec_count = atomic_read(&erp->adapter->erp_counter); in zfcp_dbf_rec_run_lvl() 472 rec->u.run.rec_count = ~0; in zfcp_dbf_rec_run_wka()
|
| H A D | zfcp_dbf.h | 54 u8 rec_count; member
|