Lines Matching refs:cn
279 struct componentname cn = { }; in tarfs_lookup_path() local
305 name = do_lookup ? NULL : cn.cn_nameptr; in tarfs_lookup_path()
306 namelen = do_lookup ? 0 : cn.cn_namelen; in tarfs_lookup_path()
337 cn.cn_nameptr = tnp->name; in tarfs_lookup_path()
338 cn.cn_namelen = tnp->namelen; in tarfs_lookup_path()
350 (int)cn.cn_namelen, cn.cn_nameptr); in tarfs_lookup_path()
351 error = tarfs_alloc_node(tmp, cn.cn_nameptr, in tarfs_lookup_path()
352 cn.cn_namelen, VDIR, -1, 0, tmp->mtime, 0, 0, in tarfs_lookup_path()
360 cn.cn_nameptr = name; in tarfs_lookup_path()
361 cn.cn_namelen = len; in tarfs_lookup_path()
363 (int)cn.cn_namelen, cn.cn_nameptr, in tarfs_lookup_path()
366 tnp = tarfs_lookup_node(parent, NULL, &cn); in tarfs_lookup_path()
375 name += cn.cn_namelen; in tarfs_lookup_path()
376 namelen -= cn.cn_namelen; in tarfs_lookup_path()