Searched refs:BDEVT_SIZE (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/block/ |
H A D | genhd.c | 461 char tbuf[BDEVT_SIZE]; bdevt_str() 462 snprintf(tbuf, BDEVT_SIZE, "%02x%02x", MAJOR(devt), MINOR(devt)); bdevt_str() 463 snprintf(buf, BDEVT_SIZE, "%-9s", tbuf); bdevt_str() 465 snprintf(buf, BDEVT_SIZE, "%03x:%05x", MAJOR(devt), MINOR(devt)); bdevt_str() 749 char devt_buf[BDEVT_SIZE]; printk_all_partitions()
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 2333 #define BDEVT_SIZE 10 /* Largest string for MAJ:MIN for blkdev */ macro
|
Completed in 305 milliseconds