Searched refs:v9fs_co_name_to_path (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | coth.h | 108 int coroutine_fn v9fs_co_name_to_path(V9fsPDU *, V9fsPath *,
|
H A D | 9p.c | 1477 err = v9fs_co_name_to_path(pdu, NULL, "/", &fidp->path); in v9fs_attach() 2296 err = v9fs_co_name_to_path(pdu, &fidp->path, dent->d_name, &path); in v9fs_do_readdir_with_stat() 2802 err = v9fs_co_name_to_path(pdu, &fidp->path, name.data, &path); in v9fs_create() 2820 err = v9fs_co_name_to_path(pdu, &fidp->path, name.data, &path); in v9fs_create() 2839 err = v9fs_co_name_to_path(pdu, &fidp->path, name.data, &path); in v9fs_create() 2880 err = v9fs_co_name_to_path(pdu, &fidp->path, name.data, &path); in v9fs_create() 2893 err = v9fs_co_name_to_path(pdu, &fidp->path, name.data, &path); in v9fs_create() 2906 err = v9fs_co_name_to_path(pdu, &fidp->path, name.data, &path); in v9fs_create() 3192 err = v9fs_co_name_to_path(pdu, &dfidp->path, name.data, &path); in v9fs_unlinkat() 3236 err = v9fs_co_name_to_path(pdu, &dirfidp->path, name->data, &new_path); in v9fs_complete_rename() [all …]
|
H A D | cofs.c | 352 int coroutine_fn v9fs_co_name_to_path(V9fsPDU *pdu, V9fsPath *dirpath, in v9fs_co_name_to_path() function
|