Lines Matching refs:name
49 * up or another earlier instance with the same name.
161 char name[16];
183 seq_printf(seqf, "%3d %s\n", dp->major, dp->name);
193 * @name: the name of the new block device as a zero terminated string
199 * The @name must be unique within the system.
214 int __register_blkdev(unsigned int major, const char *name,
231 __func__, name);
241 __func__, major, BLKDEV_MAJOR_MAX-1, name);
257 strscpy(p->name, name, sizeof(p->name));
274 major, name);
283 void unregister_blkdev(unsigned int major, const char *name)
294 if (!*n || strcmp((*n)->name, name)) {
846 seq_puts(seqf, "major minor #blocks name\n\n");
1198 .name = "block",
1213 .name = "disk",
1237 seq_puts(seqf, "major minor name"