arch/powerpc/platforms/book3s/vas-api.c
620
MAJOR(coproc_device.devt), MINOR(coproc_device.devt));
arch/powerpc/platforms/book3s/vas-api.c
643
devno, NULL, name, MINOR(devno));
arch/powerpc/platforms/book3s/vas-api.c
646
pr_err("Unable to create coproc-%d %d\n", MINOR(devno), rc);
arch/powerpc/platforms/book3s/vas-api.c
650
pr_devel("Added dev [%d,%d]\n", MAJOR(devno), MINOR(devno));
arch/x86/kernel/cpuid.c
128
return kasprintf(GFP_KERNEL, "cpu/%u/cpuid", MINOR(dev->devt));
arch/x86/kernel/msr.c
239
return kasprintf(GFP_KERNEL, "cpu/%u/msr", MINOR(dev->devt));
block/bdev.c
408
blk_free_ext_minor(MINOR(bdev->bd_dev));
block/bdev.c
790
MAJOR(dev), MINOR(dev),
block/bsg.c
203
ida_free(&bsg_minor_ida, MINOR(bd->device.devt));
block/early-lookup.c
142
MINOR(dev->devt) + partno);
block/early-lookup.c
205
if (maj != MAJOR(*devt) || min != MINOR(*devt))
block/early-lookup.c
257
if (MAJOR(devt) <= 0xff && MINOR(devt) <= 0xff) {
block/early-lookup.c
259
snprintf(tbuf, BDEVT_SIZE, "%02x%02x", MAJOR(devt), MINOR(devt));
block/early-lookup.c
262
snprintf(buf, BDEVT_SIZE, "%03x:%05x", MAJOR(devt), MINOR(devt));
block/genhd.c
1378
seq_put_decimal_ull_width(seqf, " ", MINOR(hd->bd_dev), 7);
block/genhd.c
896
error = request_module("block-major-%d-%d", MAJOR(devt), MINOR(devt));
block/genhd.c
976
MAJOR(part->bd_dev), MINOR(part->bd_dev),
drivers/base/core.c
2737
add_uevent_var(env, "MINOR=%u", MINOR(dev->devt));
drivers/base/core.c
4977
"%c%u:%u", c, MAJOR(dev->devt), MINOR(dev->devt));
drivers/block/ataflop.c
2021
int drive = MINOR(dev) & 3;
drivers/block/ataflop.c
2022
int type = MINOR(dev) >> 2;
drivers/block/brd.c
355
brd_alloc(MINOR(dev) / max_part);
drivers/block/floppy.c
4543
unsigned int drive = (MINOR(dev) & 3) | ((MINOR(dev) & 0x80) >> 5);
drivers/block/floppy.c
4544
unsigned int type = (MINOR(dev) >> 2) & 0x1f;
drivers/block/loop.c
2125
int idx = MINOR(dev) >> part_shift;
drivers/block/ps3disk.c
499
__clear_bit(MINOR(disk_devt(priv->gendisk)) / PS3DISK_MINORS,
drivers/block/ublk_drv.c
4973
ub->params.devt.char_minor = MINOR(ub->cdev_dev.devt);
drivers/block/ublk_drv.c
4977
ub->params.devt.disk_minor = MINOR(disk_devt(ub->ub_disk));
drivers/block/xen-blkback/blkback.c
484
blkif->domid, MAJOR(vbd->pdevice), MINOR(vbd->pdevice));
drivers/char/mem.c
739
if (mode && devlist[MINOR(dev->devt)].mode)
drivers/char/mem.c
740
*mode = devlist[MINOR(dev->devt)].mode;
drivers/char/tpm/tpm-chip.c
397
MINOR(chip->dev.devt), rc);
drivers/char/tpm/tpm2-space.c
637
MINOR(chip->devs.devt), rc);
drivers/char/tpm/tpm_vtpm_proxy.c
575
vtpm_new_dev->minor = MINOR(proxy_dev->chip->dev.devt);
drivers/char/xilinx_hwicap/xilinx_hwicap.c
727
probed_devices[MINOR(dev->devt)-XHWICAP_MINOR] = 0;
drivers/char/xillybus/xillybus_class.c
90
unit->lowest_minor = MINOR(mdev);
drivers/comedi/comedi_fops.c
373
unsigned int minor = MINOR(csdev->devt);
drivers/comedi/comedi_fops.c
396
unsigned int minor = MINOR(csdev->devt);
drivers/comedi/comedi_fops.c
429
unsigned int minor = MINOR(csdev->devt);
drivers/comedi/comedi_fops.c
452
unsigned int minor = MINOR(csdev->devt);
drivers/comedi/comedi_fops.c
486
unsigned int minor = MINOR(csdev->devt);
drivers/comedi/comedi_fops.c
509
unsigned int minor = MINOR(csdev->devt);
drivers/comedi/comedi_fops.c
542
unsigned int minor = MINOR(csdev->devt);
drivers/comedi/comedi_fops.c
565
unsigned int minor = MINOR(csdev->devt);
drivers/firewire/core-device.c
897
device = xa_load(&fw_device_xa, MINOR(devt));
drivers/firewire/core-device.c
948
xa_erase(&fw_device_xa, MINOR(device->device.devt));
drivers/fsi/fsi-core.c
1032
ida_free(&fsi_minor_ida, MINOR(dev));
drivers/gpu/drm/amd/display/dc/dc_dp_types.h
218
uint8_t MINOR:4;
drivers/gpu/drm/display/drm_dp_aux_dev.c
110
drm_dp_aux_dev_get_by_minor(MINOR(dev->devt));
drivers/i2c/i2c-dev.c
101
struct i2c_dev *i2c_dev = i2c_dev_get_by_minor(MINOR(dev->devt));
drivers/input/evdev.c
1405
input_free_minor(MINOR(evdev->dev.devt));
drivers/input/joydev.c
1022
input_free_minor(MINOR(joydev->dev.devt));
drivers/input/mousedev.c
929
input_free_minor(MINOR(mousedev->dev.devt));
drivers/iommu/msm_iommu_hw-8xxx.h
378
#define GET_MINOR(b) GET_GLOBAL_FIELD(b, REV, MINOR)
drivers/md/dm-audit.c
74
int dev_minor = MINOR(bio->bi_bdev->bd_dev);
drivers/md/dm-bufio.c
2593
MAJOR(bdev->bd_dev), MINOR(bdev->bd_dev));
drivers/md/dm-ioctl.c
2423
m = MINOR(huge_decode_dev(dmi->dev));
drivers/md/dm-ioctl.c
991
m = MINOR(huge_decode_dev(param->dev));
drivers/md/dm-table.c
345
if (MAJOR(dev) != major || MINOR(dev) != minor)
drivers/md/dm-zoned-metadata.c
2939
MINOR(dev->bdev->bd_dev));
drivers/md/dm.c
2426
int minor = MINOR(disk_devt(md->disk));
drivers/md/dm.c
2666
unsigned int minor = MINOR(dev);
drivers/md/dm.c
2674
if (!md || md == MINOR_ALLOCED || (MINOR(disk_devt(dm_disk(md))) != minor) ||
drivers/md/dm.c
2730
idr_replace(&_minor_idr, MINOR_ALLOCED, MINOR(disk_devt(dm_disk(md))));
drivers/md/md-autodetect.c
206
.minor = MINOR(devices[i]),
drivers/md/md.c
1706
d->minor = MINOR(rdev2->bdev->bd_dev);
drivers/md/md.c
3850
MAJOR(newdev), MINOR(newdev));
drivers/md/md.c
4836
minor != MINOR(dev))
drivers/md/md.c
6324
unit = MINOR(mddev->unit) >> shift;
drivers/md/md.c
6415
if (MAJOR(dev) == MD_MAJOR && MINOR(dev) >= 512)
drivers/md/md.c
7278
unit = MINOR(dev) >> MdpMinorShift;
drivers/md/md.c
7281
unit = MINOR(dev);
drivers/md/md.c
7442
info.minor = MINOR(rdev->bdev->bd_dev);
drivers/md/md.c
7482
if (info->major != MAJOR(dev) || info->minor != MINOR(dev))
drivers/md/md.c
883
new->md_minor = MINOR(unit);
drivers/md/md.c
885
new->md_minor = MINOR(unit) >> MdpMinorShift;
drivers/md/md.c
892
new->md_minor = MINOR(new->unit);
drivers/media/dvb-frontends/drx39xyj/drx_driver.h
435
#define DRX_VERSIONSTRING(MAJOR, MINOR, PATCH) \
drivers/media/dvb-frontends/drx39xyj/drx_driver.h
437
DRX_VERSIONSTRING_HELP(MINOR)"." \
drivers/media/rc/lirc_dev.c
779
dev->driver_name, MINOR(dev->lirc_dev.devt));
drivers/media/rc/lirc_dev.c
787
ida_free(&lirc_ida, MINOR(dev->lirc_dev.devt));
drivers/memstick/core/mspro_block.c
183
int disk_id = MINOR(disk_devt(disk)) >> MSPRO_BLOCK_PART_SHIFT;
drivers/misc/hpilo.c
749
minor = MINOR(ilo_hw->cdev.dev);
drivers/misc/ocxl/file.c
25
info = idr_find(&minors_idr, MINOR(devno));
drivers/misc/ocxl/file.c
45
idr_remove(&minors_idr, MINOR(info->dev.devt));
drivers/misc/phantom.c
439
unsigned int minor = MINOR(pht->cdev.dev);
drivers/most/most_cdev.c
106
ida_free(&comp.minor_id, MINOR(c->devno));
drivers/mtd/mtdsuper.c
158
return mtd_get_sb_by_nr(fc, MINOR(dev), fill_super);
drivers/mtd/ubi/build.c
1188
minor = MINOR(stat.rdev);
drivers/mtd/ubi/build.c
463
ubi_assert(MINOR(dev) == 0);
drivers/mtd/ubi/kapi.c
309
*vol_id = MINOR(stat.rdev) - 1;
drivers/net/wwan/wwan_core.c
375
ida_free(&minors, MINOR(dev->devt));
drivers/net/wwan/wwan_core.c
390
MINOR(dev->devt) == *(unsigned int *)minor);
drivers/nvme/host/core.c
3892
ida_free(&nvme_ns_chr_minor_ida, MINOR(dev->devt));
drivers/pci/switch/switchtec.c
1700
ida_free(&switchtec_minor_ida, MINOR(stdev->dev.devt));
drivers/pci/switch/switchtec.c
1712
ida_free(&switchtec_minor_ida, MINOR(stdev->dev.devt));
drivers/platform/chrome/wilco_ec/event.c
525
ida_free(&event_ida, MINOR(dev_data->dev.devt));
drivers/platform/chrome/wilco_ec/telemetry.c
407
ida_free(&telem_ida, MINOR(dev_data->dev.devt));
drivers/rapidio/rio_cm.c
2081
DEV_NAME, MAJOR(devno), MINOR(devno));
drivers/rapidio/rio_cm.c
2308
dev_minor_base = MINOR(dev_number);
drivers/rpmsg/rpmsg_char.c
409
ida_free(&rpmsg_minor_ida, MINOR(eptdev->dev.devt));
drivers/rpmsg/rpmsg_char.c
473
ida_free(&rpmsg_minor_ida, MINOR(dev->devt));
drivers/rpmsg/rpmsg_ctrl.c
134
ida_free(&rpmsg_minor_ida, MINOR(dev->devt));
drivers/rpmsg/rpmsg_ctrl.c
184
ida_free(&rpmsg_minor_ida, MINOR(dev->devt));
drivers/s390/block/dasd_proc.c
57
MINOR(disk_devt(block->gdp)));
drivers/s390/crypto/zcrypt_api.c
361
__func__, MAJOR(dev->devt), MINOR(dev->devt));
drivers/s390/crypto/zcrypt_api.c
387
devt = MKDEV(MAJOR(zcrypt_devt), MINOR(zcrypt_devt) + i);
drivers/s390/crypto/zcrypt_api.c
412
rc = dev_set_name(&zcdndev->device, ZCRYPT_NAME "_%d", (int)MINOR(devt));
drivers/s390/crypto/zcrypt_api.c
424
__func__, MAJOR(devt), MINOR(devt));
drivers/s390/crypto/zcrypt_api.c
466
devt = MKDEV(MAJOR(zcrypt_devt), MINOR(zcrypt_devt) + i);
drivers/scsi/pmcraid.c
1402
MINOR(pinstance->cdev.dev));
drivers/scsi/pmcraid.c
3640
adapter_id, MINOR(pinstance->cdev.dev), aen_group);
drivers/scsi/pmcraid.c
4743
pmcraid_release_minor(MINOR(pinstance->cdev.dev));
drivers/scsi/pmcraid.c
4745
MKDEV(pmcraid_major, MINOR(pinstance->cdev.dev)));
drivers/scsi/sr.c
581
clear_bit(MINOR(disk_devt(disk)), sr_index_bits);
drivers/spi/spidev.c
835
clear_bit(MINOR(spidev->devt), minors);
drivers/staging/greybus/authentication.c
378
ida_free(&cap_minors_map, MINOR(cap->dev_num));
drivers/staging/greybus/fw-management.c
654
ida_free(&fw_mgmt_minors_map, MINOR(fw_mgmt->dev_num));
drivers/staging/greybus/raw.c
156
ida_free(&minors, MINOR(raw->dev.devt));
drivers/target/target_core_iblock.c
678
MAJOR(bd->bd_dev), MINOR(bd->bd_dev),
drivers/tee/tee_core.c
1219
MINOR(teedev->dev.devt), rc);
drivers/tty/tty_audit.c
79
MAJOR(dev), MINOR(dev));
drivers/tty/tty_io.c
3437
driver->minor_start = MINOR(dev);
drivers/vfio/group.c
512
ida_free(&vfio.group_ida, MINOR(group->dev.devt));
fs/9p/vfs_inode.c
1318
MAJOR(rdev), MINOR(rdev));
fs/9p/vfs_inode.c
1322
sprintf(name, "b %u %u", MAJOR(rdev), MINOR(rdev));
fs/9p/vfs_inode.c
1324
sprintf(name, "c %u %u", MAJOR(rdev), MINOR(rdev));
fs/9p/vfs_inode_dotl.c
829
MAJOR(rdev), MINOR(rdev));
fs/btrfs/volumes.c
1496
path, MAJOR(devt), MINOR(devt));
fs/btrfs/volumes.c
712
MINOR(device->devt), MAJOR(device->bdev->bd_dev),
fs/btrfs/volumes.c
713
MINOR(device->bdev->bd_dev));
fs/btrfs/volumes.c
829
path, MAJOR(path_devt), MINOR(path_devt),
fs/btrfs/volumes.c
860
path, MAJOR(path_devt), MINOR(path_devt),
fs/btrfs/volumes.c
889
MAJOR(path_devt), MINOR(path_devt),
fs/btrfs/volumes.c
895
MAJOR(path_devt), MINOR(path_devt),
fs/ceph/inode.c
1057
MINOR(inode->i_rdev), MAJOR(rdev),
fs/ceph/inode.c
1058
MINOR(rdev));
fs/char_dev.c
207
cd = __register_chrdev_region(MAJOR(n), MINOR(n),
fs/char_dev.c
217
kfree(__unregister_chrdev_region(MAJOR(n), MINOR(n), next - n));
fs/char_dev.c
317
kfree(__unregister_chrdev_region(MAJOR(n), MINOR(n), next - n));
fs/char_dev.c
665
if (request_module("char-major-%d-%d", MAJOR(dev), MINOR(dev)) > 0)
fs/erofs/super.c
651
"%u:%u", MAJOR(sb->s_dev), MINOR(sb->s_dev));
fs/ext2/trace.h
35
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/ext2/trace.h
79
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/ext4/super.c
5990
MAJOR(j_dev), MINOR(j_dev), bdev_file);
fs/f2fs/checkpoint.c
2155
"f2fs_ckpt-%u:%u", MAJOR(dev), MINOR(dev));
fs/f2fs/compress.c
2080
sprintf(slab_name, "f2fs_page_array_entry-%u:%u", MAJOR(dev), MINOR(dev));
fs/f2fs/gc.c
228
"f2fs_gc-%u:%u", MAJOR(dev), MINOR(dev));
fs/f2fs/segment.c
2312
"f2fs_discard-%u:%u", MAJOR(dev), MINOR(dev));
fs/f2fs/segment.c
717
"f2fs_flush-%u:%u", MAJOR(dev), MINOR(dev));
fs/fuse/cuse.c
356
rc = alloc_chrdev_region(&devt, MINOR(devt), 1, devinfo.name);
fs/fuse/cuse.c
82
return &cuse_conntbl[(MAJOR(devt) + MINOR(devt)) % CUSE_CONNTBL_LEN];
fs/fuse/inode.c
1549
MINOR(fc->dev), suffix);
fs/gfs2/sys.c
63
MAJOR(sdp->sd_vfs->s_dev), MINOR(sdp->sd_vfs->s_dev));
fs/gfs2/trace_gfs2.h
125
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->gltype,
fs/gfs2/trace_gfs2.h
158
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/gfs2/trace_gfs2.h
194
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->gltype,
fs/gfs2/trace_gfs2.h
225
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->gltype,
fs/gfs2/trace_gfs2.h
254
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->gltype,
fs/gfs2/trace_gfs2.h
302
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->gltype,
fs/gfs2/trace_gfs2.h
348
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/gfs2/trace_gfs2.h
377
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/gfs2/trace_gfs2.h
403
MINOR(__entry->dev), __entry->blocks, __entry->blks_free)
fs/gfs2/trace_gfs2.h
428
MINOR(__entry->dev), __entry->start ? "start" : "end",
fs/gfs2/trace_gfs2.h
472
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/gfs2/trace_gfs2.h
505
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/gfs2/trace_gfs2.h
541
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/gfs2/trace_gfs2.h
583
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/gfs2/trace_gfs2.h
629
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/hostfs/hostfs_kern.c
733
err = do_mknod(name, mode, MAJOR(dev), MINOR(dev));
fs/iomap/trace.h
157
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/iomap/trace.h
159
MAJOR(__entry->bdev), MINOR(__entry->bdev),
fs/iomap/trace.h
206
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/iomap/trace.h
208
MAJOR(__entry->bdev), MINOR(__entry->bdev),
fs/iomap/trace.h
245
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/iomap/trace.h
283
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/iomap/trace.h
318
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/iomap/trace.h
41
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/iomap/trace.h
71
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/jbd2/journal.c
1592
MINOR(bdev->bd_dev));
fs/locks.c
238
MAJOR(inode->i_sb->s_dev), MINOR(inode->i_sb->s_dev),
fs/locks.c
257
MINOR(inode->i_sb->s_dev), inode->i_ino,
fs/locks.c
2983
MINOR(inode->i_sb->s_dev), inode->i_ino);
fs/namespace.c
5310
s->sm.sb_dev_minor = MINOR(sb->s_dev);
fs/nfs/blocklayout/dev.c
309
MAJOR(dev), MINOR(dev), PTR_ERR(bdev_file));
fs/nfs/client.c
1458
MAJOR(server->s_dev), MINOR(server->s_dev));
fs/nfs/nfs3proc.c
731
MAJOR(rdev), MINOR(rdev));
fs/nfs/nfs3xdr.c
393
*p = cpu_to_be32(MINOR(rdev));
fs/nfs/nfs3xdr.c
403
if (MAJOR(*rdev) != major || MINOR(*rdev) != minor)
fs/nfs/nfs4proc.c
5391
data->arg.u.device.specdata2 = MINOR(rdev);
fs/nfs/nfs4proc.c
5396
data->arg.u.device.specdata2 = MINOR(rdev);
fs/nfs/nfs4trace.h
1061
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1103
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1149
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1196
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1235
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1238
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1270
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1328
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1382
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1438
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1499
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1679
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1751
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1813
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1887
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
1981
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
2035
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
2124
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
2214
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
2273
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
2333
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
2387
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
2465
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
2514
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
2618
MAJOR(__entry->src_dev), MINOR(__entry->src_dev),
fs/nfs/nfs4trace.h
2621
MAJOR(__entry->dst_dev), MINOR(__entry->dst_dev),
fs/nfs/nfs4trace.h
2693
MAJOR(__entry->src_dev), MINOR(__entry->src_dev),
fs/nfs/nfs4trace.h
2696
MAJOR(__entry->dst_dev), MINOR(__entry->dst_dev),
fs/nfs/nfs4trace.h
2754
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
2833
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
620
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
623
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
675
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
723
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
780
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
856
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
938
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4trace.h
971
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfs4xdr.c
4094
if (MAJOR(tmp) == major && MINOR(tmp) == minor)
fs/nfs/nfstrace.h
1045
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1122
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1172
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1211
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1249
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1294
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1340
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
138
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1386
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1426
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1478
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1520
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1568
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1619
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1665
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1716
MINOR(__entry->dev),
fs/nfs/nfstrace.h
1785
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
1835
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
231
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
276
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
329
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
391
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
442
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
491
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
546
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
587
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
620
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
657
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
685
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
725
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
778
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
780
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
815
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
817
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
851
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
854
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
902
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
905
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
91
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
956
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/nfstrace.h
994
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/nfs/super.c
1115
"%u:%u", MAJOR(sb->s_dev), MINOR(sb->s_dev));
fs/nfs/super.c
1330
MINOR(server->s_dev));
fs/nfsd/nfs3proc.c
465
MINOR(rdev) != argp->minor) {
fs/nfsd/nfs3xdr.c
361
*p++ = cpu_to_be32((u32)MINOR(stat->rdev));
fs/nfsd/nfs4proc.c
862
MINOR(rdev) != create->cr_specdata2)
fs/nfsd/nfs4proc.c
873
MINOR(rdev) != create->cr_specdata2)
fs/nfsd/nfs4state.c
3010
MINOR(inode->i_sb->s_dev),
fs/nfsd/nfs4state.c
9703
MINOR(inode->i_sb->s_dev),
fs/nfsd/nfs4xdr.c
3304
*p = cpu_to_be32(MINOR(args->stat.dev));
fs/nfsd/nfs4xdr.c
3485
MINOR(args->stat.rdev));
fs/nfsd/nfsfh.c
674
MAJOR(ex_dev), MINOR(ex_dev),
fs/nfsd/nfsfh.h
154
MINOR(dev));
fs/nfsd/nfsfh.h
162
fsidv[1] = (__force __u32)htonl(MINOR(dev));
fs/ocfs2/journal.c
1555
MAJOR(osb->sb->s_dev), MINOR(osb->sb->s_dev));
fs/ocfs2/journal.c
1748
MINOR(osb->sb->s_dev));
fs/ocfs2/journal.c
1803
MINOR(osb->sb->s_dev));
fs/ocfs2/ocfs2_trace.h
704
__entry->dev_minor = MINOR(sb->s_dev);
fs/ocfs2/super.c
2011
MAJOR(osb->sb->s_dev), MINOR(osb->sb->s_dev));
fs/orangefs/inode.c
1108
MINOR(dev),
fs/proc/consoles.c
65
seq_printf(m, " %4d:%d", MAJOR(dev), MINOR(dev));
fs/proc/nommu.c
57
MAJOR(dev), MINOR(dev), ino);
fs/proc/proc_tty.c
32
seq_printf(m, "%3d %d-%d ", MAJOR(from), MINOR(from),
fs/proc/proc_tty.c
33
MINOR(from) + num - 1);
fs/proc/proc_tty.c
35
seq_printf(m, "%3d %7d ", MAJOR(from), MINOR(from));
fs/proc/task_mmu.c
490
seq_put_hex_ll(m, ":", MINOR(dev), 2);
fs/proc/task_mmu.c
753
karg.dev_minor = MINOR(inode->i_sb->s_dev);
fs/proc/task_nommu.c
156
MAJOR(dev), MINOR(dev), ino);
fs/proc_namespace.c
144
MAJOR(sb->s_dev), MINOR(sb->s_dev));
fs/quota/netlink.c
77
ret = nla_put_u32(skb, QUOTA_NL_A_DEV_MINOR, MINOR(dev));
fs/smb/client/cifssmb.c
5941
data_offset->DevMinor = cpu_to_le64(MINOR(args->device));
fs/smb/client/reparse.c
446
((__le32 *)buf->DataBuffer)[1] = cpu_to_le32(MINOR(dev));
fs/smb/client/reparse.c
622
__le64 dev = cpu_to_le64(((u64)MINOR(_dev) << 32) | MAJOR(_dev));
fs/smb/client/smb2ops.c
5402
pdev.minor = cpu_to_le64(MINOR(dev));
fs/smb/client/smb2ops.c
5410
pdev.minor = cpu_to_le64(MINOR(dev));
fs/stat.c
728
tmp.stx_rdev_minor = MINOR(stat->rdev);
fs/stat.c
730
tmp.stx_dev_minor = MINOR(stat->dev);
fs/super.c
1225
ida_free(&unnamed_dev_ida, MINOR(dev));
fs/xfs/scrub/trace.h
1268
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1269
MAJOR(__entry->rtdev), MINOR(__entry->rtdev),
fs/xfs/scrub/trace.h
1292
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1323
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1352
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1383
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1413
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1446
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1473
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1492
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1520
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1547
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1580
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1613
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1647
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1691
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1738
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
174
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1803
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1842
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1882
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1915
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1942
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
1977
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2020
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2061
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2099
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
211
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2125
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2154
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2186
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2219
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2250
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2278
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2306
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2335
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2361
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2386
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2412
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2472
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
248
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2537
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2589
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2616
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2641
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2667
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2691
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2712
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2758
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2794
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2826
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
283
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2867
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2896
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2919
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2946
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
2986
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3015
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3048
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3082
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3103
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3136
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3171
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3196
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
320
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3229
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3267
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3301
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3333
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3366
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3384
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3418
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3449
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3477
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3504
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
351
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3530
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3564
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3590
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3617
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3643
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3677
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3678
MAJOR(__entry->rtdev), MINOR(__entry->rtdev),
fs/xfs/scrub/trace.h
3709
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3710
MAJOR(__entry->rtdev), MINOR(__entry->rtdev),
fs/xfs/scrub/trace.h
3737
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3738
MAJOR(__entry->rtdev), MINOR(__entry->rtdev),
fs/xfs/scrub/trace.h
3764
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3765
MAJOR(__entry->rtdev), MINOR(__entry->rtdev),
fs/xfs/scrub/trace.h
378
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3795
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3796
MAJOR(__entry->rtdev), MINOR(__entry->rtdev),
fs/xfs/scrub/trace.h
3830
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
3831
MAJOR(__entry->rtdev), MINOR(__entry->rtdev),
fs/xfs/scrub/trace.h
411
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
448
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
493
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
530
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
551
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
585
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
628
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
667
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
707
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
746
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
780
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
819
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
847
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
878
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
905
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
925
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/scrub/trace.h
960
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_healthmon.c
1070
MAJOR(hm->dev), MINOR(hm->dev),
fs/xfs/xfs_trace.h
1005
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1029
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1059
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1135
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1167
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1195
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->ino,
fs/xfs/xfs_trace.h
1221
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1247
MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1280
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1321
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1381
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1446
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
147
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1499
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1570
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1627
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1648
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1678
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1713
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1745
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1769
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1804
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1838
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1880
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1916
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1953
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
1982
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
199
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2022
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2064
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2097
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2145
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2192
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2248
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
227
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2327
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2358
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2425
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2519
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2555
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
258
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2597
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2628
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->headblk,
fs/xfs/xfs_trace.h
2650
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2681
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2724
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2774
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2815
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
282
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2850
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2882
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2915
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
2976
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3007
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3032
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3056
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
306
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3085
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3136
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3174
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3221
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3269
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3311
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3344
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3399
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
344
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3481
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3528
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3568
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3595
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3629
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3660
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3700
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3749
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3803
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
382
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3865
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3950
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
3982
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4028
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4067
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4106
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4149
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
418
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4194
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4264
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4265
MAJOR(__entry->keydev), MINOR(__entry->keydev),
fs/xfs/xfs_trace.h
4298
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4299
MAJOR(__entry->keydev), MINOR(__entry->keydev),
fs/xfs/xfs_trace.h
4328
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4329
MAJOR(__entry->keydev), MINOR(__entry->keydev),
fs/xfs/xfs_trace.h
4361
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4362
MAJOR(__entry->keydev), MINOR(__entry->keydev),
fs/xfs/xfs_trace.h
4396
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4425
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4448
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
448
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4487
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4512
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4537
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4558
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4578
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4601
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4629
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4656
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4685
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->agno,
fs/xfs/xfs_trace.h
4703
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4723
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4748
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4778
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4817
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
483
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4861
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4885
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4924
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
4970
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
505
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5070
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5097
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5129
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5152
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
524
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5302
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5364
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5427
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5455
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
548
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5494
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5544
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5603
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5636
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5668
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5713
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5747
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5783
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5817
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5854
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
586
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5887
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5918
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5945
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5968
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
5996
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
6018
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
603
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
6126
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
6172
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
6204
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
6239
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
6261
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
6291
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
6335
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
6370
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
6371
MAJOR(__entry->fdev), MINOR(__entry->fdev),
fs/xfs/xfs_trace.h
6399
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
6400
MAJOR(__entry->fdev), MINOR(__entry->fdev),
fs/xfs/xfs_trace.h
6432
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
6433
MAJOR(__entry->fdev), MINOR(__entry->fdev),
fs/xfs/xfs_trace.h
6471
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
652
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
703
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
754
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
826
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
872
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
915
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/xfs/xfs_trace.h
974
MAJOR(__entry->dev), MINOR(__entry->dev),
fs/zonefs/trace.h
20
#define show_dev(dev) MAJOR(dev), MINOR(dev)
include/linux/device_cgroup.h
56
return devcgroup_check_permission(type, MAJOR(dev), MINOR(dev),
include/linux/fs.h
1176
return MINOR(inode->i_rdev);
include/linux/kdev_t.h
15
sprintf((buffer), "%u:%u\n", MAJOR(dev), MINOR(dev))
include/linux/kdev_t.h
19
sprintf(buffer, "%u:%u", MAJOR(dev), MINOR(dev)); \
include/linux/kdev_t.h
26
return MAJOR(dev) < 256 && MINOR(dev) < 256;
include/linux/kdev_t.h
31
return (MAJOR(dev) << 8) | MINOR(dev);
include/linux/kdev_t.h
42
unsigned minor = MINOR(dev);
include/linux/kdev_t.h
65
return MAJOR(dev) < (1<<14) && MINOR(dev) < (1<<18);
include/linux/kdev_t.h
70
return MINOR(dev) | (MAJOR(dev) << 18);
include/sound/sof/ext_manifest.h
28
#define SOF_EXT_MAN_BUILD_VERSION(MAJOR, MINOR, PATH) ((uint32_t)( \
include/sound/sof/ext_manifest.h
30
((MINOR) << 12) | \
include/sound/sof/info.h
40
#define SOF_FW_VER(MAJOR, MINOR, PATCH) ((uint32_t)( \
include/sound/sof/info.h
41
((MAJOR) << 24) | ((MINOR) << 12) | (PATCH)))
include/trace/events/bcache.h
109
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs,
include/trace/events/bcache.h
146
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/bcache.h
245
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs,
include/trace/events/bcache.h
35
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/bcache.h
446
MINOR(__entry->dev), __entry->offset)
include/trace/events/bcache.h
464
MINOR(__entry->dev), __entry->offset)
include/trace/events/bcache.h
486
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->free,
include/trace/events/block.h
109
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/block.h
146
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/block.h
220
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/block.h
281
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/block.h
389
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs,
include/trace/events/block.h
417
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs,
include/trace/events/block.h
43
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/block.h
570
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs,
include/trace/events/block.h
610
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs,
include/trace/events/block.h
613
MAJOR(__entry->old_dev), MINOR(__entry->old_dev),
include/trace/events/block.h
654
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs,
include/trace/events/block.h
657
MAJOR(__entry->old_dev), MINOR(__entry->old_dev),
include/trace/events/block.h
691
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->rwbs,
include/trace/events/block.h
718
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->zno,
include/trace/events/erofs.h
13
#define show_dev(dev) MAJOR(dev), MINOR(dev)
include/trace/events/ext4.h
1007
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1030
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1052
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1074
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1133
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1178
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1212
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1262
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1295
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1327
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1358
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1381
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1425
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1451
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1501
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1527
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1550
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1573
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1620
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1665
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1695
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1744
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1784
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1805
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1835
MINOR(__entry->dev), __entry->blocks, __entry->rsv_blocks,
include/trace/events/ext4.h
184
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1867
MINOR(__entry->dev), __entry->blocks, __entry->rsv_blocks,
include/trace/events/ext4.h
1890
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
1912
__entry->dev_minor = MINOR(sb->s_dev);
include/trace/events/ext4.h
1973
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2005
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2033
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2075
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2120
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
214
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2149
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2177
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2217
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2254
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2295
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2318
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2346
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
237
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2370
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2401
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2426
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2460
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2484
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2509
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2538
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->nr_shrunk,
include/trace/events/ext4.h
2573
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2603
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2604
MAJOR(__entry->keydev), MINOR(__entry->keydev),
include/trace/events/ext4.h
261
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2639
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2640
MAJOR(__entry->keydev), MINOR(__entry->keydev),
include/trace/events/ext4.h
2670
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2693
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2718
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2738
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->group)
include/trace/events/ext4.h
2759
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2785
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2804
TP_printk("dev %d,%d tid %u", MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2836
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
284
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2872
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->tid,
include/trace/events/ext4.h
2916
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2957
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
2998
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
3032
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
3059
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
306
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
3082
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
3113
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
3153
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
326
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
348
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
370
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
396
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
438
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
501
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
534
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
564
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
591
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
624
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
650
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
691
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
729
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
757
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
800
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
824
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
847
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
868
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
905
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
947
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/ext4.h
979
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/f2fs.h
11
#define show_dev(dev) MAJOR(dev), MINOR(dev)
include/trace/events/filelock.h
100
__entry->fl, MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
include/trace/events/filelock.h
152
MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
include/trace/events/filelock.h
186
__entry->fl, MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
include/trace/events/filelock.h
236
MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
include/trace/events/filelock.h
62
MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
include/trace/events/filemap.h
138
MINOR(__entry->s_dev), __entry->i_ino,
include/trace/events/filemap.h
164
MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
include/trace/events/filemap.h
196
MINOR(__entry->s_dev), __entry->i_ino, __entry->old,
include/trace/events/filemap.h
42
MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
include/trace/events/filemap.h
90
MINOR(__entry->s_dev), __entry->i_ino,
include/trace/events/fs_dax.h
128
MINOR(__entry->dev),
include/trace/events/fs_dax.h
166
MINOR(__entry->dev),
include/trace/events/fs_dax.h
198
MINOR(__entry->dev),
include/trace/events/fs_dax.h
41
MINOR(__entry->dev),
include/trace/events/fs_dax.h
87
MINOR(__entry->dev),
include/trace/events/fsnotify.h
41
MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
include/trace/events/hugetlbfs.h
112
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->ino,
include/trace/events/hugetlbfs.h
145
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/hugetlbfs.h
31
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/hugetlbfs.h
63
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->ino,
include/trace/events/jbd2.h
112
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/jbd2.h
132
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/jbd2.h
160
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->tid,
include/trace/events/jbd2.h
205
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->tid,
include/trace/events/jbd2.h
242
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->tid,
include/trace/events/jbd2.h
285
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->tid,
include/trace/events/jbd2.h
31
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->result)
include/trace/events/jbd2.h
322
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->tid,
include/trace/events/jbd2.h
351
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/jbd2.h
373
MINOR(__entry->dev), (__force u32)__entry->write_flags)
include/trace/events/jbd2.h
393
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/jbd2.h
417
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/jbd2.h
457
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/jbd2.h
489
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/jbd2.h
53
MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/kyber.h
43
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->domain,
include/trace/events/kyber.h
67
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->domain,
include/trace/events/kyber.h
87
TP_printk("%d,%d %s", MAJOR(__entry->dev), MINOR(__entry->dev),
include/trace/events/readahead.h
110
MAJOR(__entry->s_dev), MINOR(__entry->s_dev), __entry->i_ino,
include/trace/events/readahead.h
38
MAJOR(__entry->s_dev), MINOR(__entry->s_dev), __entry->i_ino,
include/trace/events/readahead.h
70
MAJOR(__entry->s_dev), MINOR(__entry->s_dev), __entry->i_ino,
include/trace/events/timestamp.h
116
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->ino, __entry->gen,
include/trace/events/timestamp.h
37
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->ino, __entry->gen,
include/trace/events/timestamp.h
79
MAJOR(__entry->dev), MINOR(__entry->dev), __entry->ino, __entry->gen,
include/trace/events/writeback.h
415
MAJOR(__entry->sb_dev), MINOR(__entry->sb_dev),
include/trace/events/writeback.h
851
MAJOR(__entry->dev), MINOR(__entry->dev),
include/uapi/linux/nilfs2_api.h
58
NILFS_CPINFO_FNS(MINOR, minor)
include/uapi/linux/nilfs2_ondisk.h
586
NILFS_CHECKPOINT_FNS(MINOR, minor)
init/do_mounts.c
168
MAJOR(ROOT_DEV), MINOR(ROOT_DEV));
init/do_mounts.c
186
MAJOR(ROOT_DEV), MINOR(ROOT_DEV));
kernel/auditsc.c
1540
MINOR(n->dev),
kernel/auditsc.c
1545
MINOR(n->rdev));
kernel/auditsc.c
583
if (audit_comparator(MINOR(name->dev), f->op, f->val) ||
kernel/auditsc.c
584
audit_comparator(MINOR(name->rdev), f->op, f->val))
kernel/auditsc.c
588
if (audit_comparator(MINOR(n->dev), f->op, f->val) ||
kernel/auditsc.c
589
audit_comparator(MINOR(n->rdev), f->op, f->val)) {
kernel/events/core.c
9806
min = MINOR(dev);
kernel/power/hibernate.c
1018
MAJOR(swsusp_resume_device), MINOR(swsusp_resume_device));
kernel/power/hibernate.c
1257
MINOR(swsusp_resume_device));
kernel/power/hibernate.c
1288
if (maj != MAJOR(dev) || min != MINOR(dev))
kernel/power/swap.c
248
MAJOR(bio_dev(bio)), MINOR(bio_dev(bio)),
kernel/time/posix-clock.c
170
dev_name(dev), MAJOR(dev->devt), MINOR(dev->devt));
kernel/trace/blktrace.c
1506
MAJOR(t->device), MINOR(t->device), iter->cpu,
kernel/trace/blktrace.c
1526
MAJOR(t->device), MINOR(t->device),
kernel/trace/blktrace.c
1544
MAJOR(t->device), MINOR(t->device),
kernel/trace/blktrace.c
1549
MAJOR(t->device), MINOR(t->device), act, rwbs);
kernel/trace/blktrace.c
1634
MINOR(be32_to_cpu(__r->device_from)),
lib/test_hmm.c
584
devmem->pagemap.range.start = (MINOR(mdevice->device.devt) - 2) ?
mm/hwpoison-inject.c
39
hwpoison_filter_dev_minor != MINOR(dev))
mm/page_io.c
46
MAJOR(bio_dev(bio)), MINOR(bio_dev(bio)),
mm/page_io.c
65
MAJOR(bio_dev(bio)), MINOR(bio_dev(bio)),
mm/shmem.c
373
__func__, MINOR(sb->s_dev));
net/9p/client.c
2062
fid->fid, name, mode, MAJOR(rdev), MINOR(rdev));
net/9p/client.c
2064
MAJOR(rdev), MINOR(rdev), gid);
security/loadpin/loadpin.c
86
MINOR(mnt_sb->s_bdev->bd_dev),
security/tomoyo/audit.c
210
stat->ino, MAJOR(dev), MINOR(dev),
security/tomoyo/audit.c
217
MAJOR(dev), MINOR(dev));
security/tomoyo/condition.c
1019
value = MINOR(stat->dev);
security/tomoyo/condition.c
1031
value = MINOR(stat->rdev);
security/tomoyo/file.c
888
r.param.mkdev.minor = MINOR(dev);
security/tomoyo/realpath.c
197
MINOR(dev));
sound/usb/media.c
179
MINOR(ctl_dev->devt));
sound/usb/media.c
77
MINOR(pcm_dev->devt));
tools/accounting/procacct.c
244
, (unsigned long)(t->version >= 12 ? MINOR(t->ac_exe_dev) : 0)
tools/testing/selftests/bpf/progs/bpf_iter_task_vmas.c
55
BPF_SEQ_PRINTF(seq, "%02x:%02x %llu", MAJOR(dev), MINOR(dev),
tools/testing/selftests/proc/proc-pid-vm.c
352
MAJOR(st.st_dev), MINOR(st.st_dev),
tools/testing/selftests/proc/proc-pid-vm.c
533
assert(q.dev_minor == MINOR(st.st_dev));