Searched refs:volname (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/block/partitions/ |
| D | cmdline.c | 30 char tmp[sizeof(info->volname) + 4]; in add_part() 41 label_min = min_t(int, sizeof(info->volname) - 1, in add_part() 43 strncpy(info->volname, subpart->name, label_min); in add_part() 44 info->volname[label_min] = '\0'; in add_part() 46 snprintf(tmp, sizeof(tmp), "(%s)", info->volname); in add_part() 106 state->parts[slot].info.volname, in cmdline_parts_verifier() 109 state->parts[i].info.volname, in cmdline_parts_verifier()
|
| D | efi.c | 714 label_max = min(ARRAY_SIZE(info->volname) - 1, in efi_partition() 716 info->volname[label_max] = 0; in efi_partition() 721 info->volname[label_count] = c; in efi_partition()
|
| D | msdos.c | 106 info->volname[0] = 0; in set_info()
|
| /Linux-v5.4/fs/afs/ |
| D | super.c | 262 ctx->volname = strchr(name, ':'); in afs_parse_source() 263 if (ctx->volname) { in afs_parse_source() 265 cellnamesz = ctx->volname - name; in afs_parse_source() 266 ctx->volname++; in afs_parse_source() 268 ctx->volname = name; in afs_parse_source() 274 suffix = strrchr(ctx->volname, '.'); in afs_parse_source() 289 suffix - ctx->volname : strlen(ctx->volname); in afs_parse_source() 309 ctx->volnamesz, ctx->volnamesz, ctx->volname, in afs_parse_source()
|
| D | volume.c | 69 const char *volname, in afs_vl_lookup_vldb() argument 80 vldb = afs_vl_get_entry_by_name_u(&vc, volname, volnamesz); in afs_vl_lookup_vldb() 118 params->volname, params->volnamesz); in afs_create_volume()
|
| D | xattr.c | 403 const char *volname = vnode->volume->name; in afs_xattr_get_volume() local 406 namelen = strlen(volname); in afs_xattr_get_volume() 411 memcpy(buffer, volname, namelen); in afs_xattr_get_volume()
|
| D | mntpt.c | 118 ctx->volname = afs_root_volume; in afs_mntpt_set_params()
|
| D | vlclient.c | 129 const char *volname, in afs_vl_get_entry_by_name_u() argument 162 memcpy(bp, volname, volnamesz); in afs_vl_get_entry_by_name_u()
|
| D | internal.h | 55 const char *volname; /* name of volume to mount */ member
|
| /Linux-v5.4/include/uapi/linux/ |
| D | blkpg.h | 57 char volname[BLKPG_VOLNAMELTH]; /* volume label */ member
|
| /Linux-v5.4/block/ |
| D | partition-generic.c | 236 if (part->info && part->info->volname[0]) in part_uevent() 237 add_uevent_var(env, "PARTNAME=%s", part->info->volname); in part_uevent()
|
| /Linux-v5.4/init/ |
| D | do_mounts.c | 185 if (part->info && !strcmp(label, part->info->volname)) in match_dev_by_label()
|
| /Linux-v5.4/include/linux/ |
| D | genhd.h | 105 u8 volname[PARTITION_META_INFO_VOLNAMELTH]; member
|