Home
last modified time | relevance | path

Searched refs:v9fs_co_name_to_path (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/9pfs/
H A Dcoth.h108 int coroutine_fn v9fs_co_name_to_path(V9fsPDU *, V9fsPath *,
H A D9p.c1477 err = v9fs_co_name_to_path(pdu, NULL, "/", &fidp->path); in v9fs_attach()
2294 err = v9fs_co_name_to_path(pdu, &fidp->path, dent->d_name, &path); in v9fs_do_readdir_with_stat()
2795 err = v9fs_co_name_to_path(pdu, &fidp->path, name.data, &path); in v9fs_create()
2813 err = v9fs_co_name_to_path(pdu, &fidp->path, name.data, &path); in v9fs_create()
2832 err = v9fs_co_name_to_path(pdu, &fidp->path, name.data, &path); in v9fs_create()
2873 err = v9fs_co_name_to_path(pdu, &fidp->path, name.data, &path); in v9fs_create()
2886 err = v9fs_co_name_to_path(pdu, &fidp->path, name.data, &path); in v9fs_create()
2899 err = v9fs_co_name_to_path(pdu, &fidp->path, name.data, &path); in v9fs_create()
3185 err = v9fs_co_name_to_path(pdu, &dfidp->path, name.data, &path); in v9fs_unlinkat()
3340 err = v9fs_co_name_to_path(pdu, olddir, old_name->data, &oldpath); in v9fs_fix_fid_paths()
[all …]
H A Dcofs.c352 int coroutine_fn v9fs_co_name_to_path(V9fsPDU *pdu, V9fsPath *dirpath, in v9fs_co_name_to_path() function