Home
last modified time | relevance | path

Searched refs:BDEVT_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/block/
H A Dearly-lookup.c258 char tbuf[BDEVT_SIZE]; in bdevt_str()
259 snprintf(tbuf, BDEVT_SIZE, "%02x%02x", MAJOR(devt), MINOR(devt)); in bdevt_str()
260 snprintf(buf, BDEVT_SIZE, "%-9s", tbuf); in bdevt_str()
262 snprintf(buf, BDEVT_SIZE, "%03x:%05x", MAJOR(devt), MINOR(devt)); in bdevt_str()
281 char devt_buf[BDEVT_SIZE]; in printk_all_partitions()
/linux/include/linux/
H A Dblkdev.h1502 #define BDEVT_SIZE 10 /* Largest string for MAJ:MIN for blkdev */ macro