Home
last modified time | relevance | path

Searched full:volname (Results 1 – 13 of 13) sorted by relevance

/linux/fs/afs/
H A Dsuper.c258 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 Dxattr.c339 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 Dvolume.c156 const char *volname, in afs_vl_lookup_vldb() argument
167 vldb = afs_vl_get_entry_by_name_u(&vc, volname, volnamesz); in afs_vl_lookup_vldb()
205 params->volname, params->volnamesz); in afs_create_volume()
H A Dvlclient.c108 * 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 Dmntpt.c119 ctx->volname = afs_root_volume; in afs_mntpt_set_params()
H A Dvl_alias.c24 .volname = name, in afs_sample_volume()
H A Dyfsclient.c1513 _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 Dfsclient.c1352 _debug("volname length: %u", call->count); in afs_deliver_fs_get_volume_status()
1362 _debug("extract volname"); in afs_deliver_fs_get_volume_status()
1369 _debug("volname '%s'", p); in afs_deliver_fs_get_volume_status()
/linux/Documentation/devicetree/bindings/mtd/partitions/
H A Dubi-volume.yaml22 volname:
37 - volname
H A Dlinux,ubi.yaml61 volname = "rf";
/linux/include/uapi/linux/
H A Dblkpg.h33 char volname[BLKPG_VOLNAMELTH]; /* unused / ignore */ member
/linux/drivers/mtd/ubi/
H A Dvmt.c130 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/Documentation/devicetree/bindings/nvmem/layouts/
H A Du-boot,env.yaml128 volname = "env";