/kernel/linux/linux-5.10/block/partitions/ |
D | cmdline.c | 29 char tmp[sizeof(info->volname) + 4]; in add_part() 40 label_min = min_t(int, sizeof(info->volname) - 1, in add_part() 42 strncpy(info->volname, subpart->name, label_min); in add_part() 43 info->volname[label_min] = '\0'; in add_part() 45 snprintf(tmp, sizeof(tmp), "(%s)", info->volname); in add_part() 105 state->parts[slot].info.volname, in cmdline_parts_verifier() 108 state->parts[i].info.volname, in cmdline_parts_verifier()
|
D | efi.c | 738 label_max = min(ARRAY_SIZE(info->volname) - 1, in efi_partition() 740 utf16_le_to_7bit(ptes[i].partition_name, label_max, info->volname); in efi_partition()
|
D | core.c | 271 if (part->info && part->info->volname[0]) in part_uevent() 272 add_uevent_var(env, "PARTNAME=%s", part->info->volname); in part_uevent()
|
D | msdos.c | 115 info->volname[0] = 0; in set_info()
|
/kernel/linux/linux-5.10/fs/afs/ |
D | super.c | 259 ctx->volname = strchr(name, ':'); in afs_parse_source() 260 if (ctx->volname) { in afs_parse_source() 262 cellnamesz = ctx->volname - name; in afs_parse_source() 263 ctx->volname++; in afs_parse_source() 265 ctx->volname = name; in afs_parse_source() 271 suffix = strrchr(ctx->volname, '.'); in afs_parse_source() 286 suffix - ctx->volname : strlen(ctx->volname); in afs_parse_source() 307 ctx->volnamesz, ctx->volnamesz, ctx->volname, in afs_parse_source()
|
D | xattr.c | 337 const char *volname = vnode->volume->name; in afs_xattr_get_volume() local 340 namelen = strlen(volname); in afs_xattr_get_volume() 345 memcpy(buffer, volname, namelen); in afs_xattr_get_volume()
|
D | volume.c | 139 const char *volname, in afs_vl_lookup_vldb() argument 150 vldb = afs_vl_get_entry_by_name_u(&vc, volname, volnamesz); in afs_vl_lookup_vldb() 188 params->volname, params->volnamesz); in afs_create_volume()
|
D | mntpt.c | 117 ctx->volname = afs_root_volume; in afs_mntpt_set_params()
|
D | vlclient.c | 130 const char *volname, in afs_vl_get_entry_by_name_u() argument 163 memcpy(bp, volname, volnamesz); in afs_vl_get_entry_by_name_u()
|
D | vl_alias.c | 24 .volname = name, in afs_sample_volume()
|
D | internal.h | 55 const char *volname; /* name of volume to mount */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | blkpg.h | 40 char volname[BLKPG_VOLNAMELTH]; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | blkpg.h | 57 char volname[BLKPG_VOLNAMELTH]; /* volume label */ member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | blkpg.h | 27 char volname[BLKPG_VOLNAMELTH]; member
|
/kernel/linux/linux-5.10/include/linux/ |
D | genhd.h | 50 u8 volname[PARTITION_META_INFO_VOLNAMELTH]; member
|
/kernel/linux/linux-5.10/init/ |
D | do_mounts.c | 184 if (part->info && !strcmp(label, part->info->volname)) in match_dev_by_label()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 49074 + sprintf(p->info->volname, "%s", pname);
|