Lines Matching refs:name
28 char name[BDEVNAME_SIZE]; /* partition name, such as 'rootfs' */
36 char name[BDEVNAME_SIZE]; /* block device, such as 'mmcblk0' */
83 sizeof(new_subpart->name) - 1);
84 strscpy(new_subpart->name, partdef, length);
88 new_subpart->name[0] = '\0';
141 length = min_t(int, next - bdevdef, sizeof(newparts->name) - 1);
142 strscpy(newparts->name, bdevdef, length);
242 while (parts && strncmp(bdev, parts->name, sizeof(parts->name)))
266 sizeof(subpart->name));
267 strscpy(info->volname, subpart->name, label_min);