Searched refs:BDEVT_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/block/ |
A D | genhd.c | 329 char tbuf[BDEVT_SIZE]; in bdevt_str() 330 snprintf(tbuf, BDEVT_SIZE, "%02x%02x", MAJOR(devt), MINOR(devt)); in bdevt_str() 331 snprintf(buf, BDEVT_SIZE, "%-9s", tbuf); in bdevt_str() 333 snprintf(buf, BDEVT_SIZE, "%03x:%05x", MAJOR(devt), MINOR(devt)); in bdevt_str() 779 char devt_buf[BDEVT_SIZE]; in printk_all_partitions()
|
/linux-6.3-rc2/include/linux/ |
A D | blkdev.h | 1477 #define BDEVT_SIZE 10 /* Largest string for MAJ:MIN for blkdev */ macro
|
Completed in 14 milliseconds