Searched full:volname (Results  1 – 15 of 15) sorted by relevance
| /linux/fs/afs/ | 
| H A D | super.c | 258 	ctx->volname = strchr(name, ':');  in afs_parse_source() 259 	if (ctx->volname) {  in afs_parse_source() 261 		cellnamesz = ctx->volname - name;  in afs_parse_source() 262 		ctx->volname++;  in afs_parse_source() 264 		ctx->volname = name;  in afs_parse_source() 270 	suffix = strrchr(ctx->volname, '.');  in afs_parse_source() 285 		suffix - ctx->volname : strlen(ctx->volname);  in afs_parse_source() 307 	       ctx->volnamesz, ctx->volnamesz, ctx->volname,  in afs_parse_source()
  | 
| H A D | xattr.c | 339 	const char *volname = vnode->volume->name;  in afs_xattr_get_volume()  local 342 	namelen = strlen(volname);  in afs_xattr_get_volume() 347 	memcpy(buffer, volname, namelen);  in afs_xattr_get_volume()
  | 
| H A D | vlclient.c | 108  * volname is a decimal number then it's a volume ID not a volume name. 111 						  const char *volname,  in afs_vl_get_entry_by_name_u()  argument 146 	memcpy(bp, volname, volnamesz);  in afs_vl_get_entry_by_name_u()
  | 
| H A D | mntpt.c | 118 		ctx->volname = afs_root_volume;  in afs_mntpt_set_params()
  | 
| H A D | yfsclient.c | 1513 		_debug("volname length: %u", call->count);  in yfs_deliver_fs_get_volume_status() 1523 		_debug("extract volname");  in yfs_deliver_fs_get_volume_status() 1530 		_debug("volname '%s'", p);  in yfs_deliver_fs_get_volume_status()
  | 
| H A D | internal.h | 59 	const char		*volname;	/* name of volume to mount */  member
  | 
| /linux/Documentation/devicetree/bindings/mtd/partitions/ | 
| H A D | ubi-volume.yaml | 22   volname: 37       - volname
  | 
| H A D | linux,ubi.yaml | 61                     volname = "rf";
  | 
| /linux/include/uapi/linux/ | 
| H A D | blkpg.h | 33 	char volname[BLKPG_VOLNAMELTH];	/* unused / ignore */  member
  | 
| /linux/Documentation/devicetree/bindings/nvmem/layouts/ | 
| H A D | u-boot,env.yaml | 121                 volname = "env";
  | 
| /linux/drivers/mtd/ubi/ | 
| H A D | vmt.c | 130 	const char *volname;  in find_volume_fwnode()  local 138 		if (!fwnode_property_read_string(fw_vol, "volname", &volname) &&  in find_volume_fwnode() 139 		    strncmp(volname, vol->name, vol->name_len))  in find_volume_fwnode()
  | 
| /linux/block/partitions/ | 
| H A D | core.c | 257 	if (part->bd_meta_info && part->bd_meta_info->volname[0])  in part_uevent() 258 		add_uevent_var(env, "PARTNAME=%s", part->bd_meta_info->volname);  in part_uevent()
  | 
| H A D | efi.c | 748 		label_max = min(ARRAY_SIZE(info->volname) - 1,  in efi_partition() 750 		utf16_le_to_7bit(ptes[i].partition_name, label_max, info->volname);  in efi_partition()
  | 
| H A D | msdos.c | 115 	info->volname[0] = 0;  in set_info()
  | 
| /linux/include/linux/ | 
| H A D | blkdev.h | 67 	u8 volname[PARTITION_META_INFO_VOLNAMELTH];  member
  |