Searched refs:maxblocks (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/powerpc/mambo/ |
| HD | mambo_disk.c | 51 int maxblocks; member 119 sc->maxblocks = mambocall(MAMBO_DISK_INFO,MAMBO_INFO_BLKSZ,d->d_unit) in mambodisk_attach() 227 if (numblocks > sc->maxblocks) in mambodisk_task() 228 numblocks = sc->maxblocks; in mambodisk_task()
|
| /freebsd-14-stable/contrib/ofed/infiniband-diags/src/ |
| HD | ibccquery.c | 205 int type, numports, maxblocks, i, j; in switch_port_congestion_setting() local 242 maxblocks = numports / 32 + 1; in switch_port_congestion_setting() 244 for (i = 0; i < maxblocks; i++) { in switch_port_congestion_setting()
|
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | zfs_vnops.c | 1073 size_t maxblocks, nbps; in zfs_clone_range() local 1290 maxblocks = zil_max_log_data(zilog, sizeof (lr_clone_range_t)) / in zfs_clone_range() 1297 bps = vmem_alloc(sizeof (bps[0]) * maxblocks, KM_SLEEP); in zfs_clone_range() 1305 size = MIN(inblksz * maxblocks, len); in zfs_clone_range() 1318 nbps = maxblocks; in zfs_clone_range() 1428 vmem_free(bps, sizeof (bps[0]) * maxblocks); in zfs_clone_range()
|