Home
last modified time | relevance | path

Searched refs:volname (Results 1 – 7 of 7) sorted by relevance

/fs/afs/
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()
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()
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()
A Dmntpt.c118 ctx->volname = afs_root_volume; in afs_mntpt_set_params()
A Dvlclient.c111 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()
A Dvl_alias.c24 .volname = name, in afs_sample_volume()
A Dinternal.h59 const char *volname; /* name of volume to mount */ member

Completed in 26 milliseconds