/openbmc/qemu/fsdev/ |
H A D | 9p-marshal.h | 6 typedef struct V9fsString { struct 9 } V9fsString; typedef 10 P9ARRAY_DECLARE_TYPE(V9fsString); 27 V9fsString name; 28 V9fsString uid; 29 V9fsString gid; 30 V9fsString muid; 32 V9fsString extension; 73 static inline void v9fs_string_init(V9fsString *str) in v9fs_string_init() 78 void v9fs_string_free(V9fsString *str); [all …]
|
H A D | 9p-marshal.c | 21 P9ARRAY_DEFINE_TYPE(V9fsString, v9fs_string_free); 23 void v9fs_string_free(V9fsString *str) in v9fs_string_free() 31 v9fs_string_sprintf(V9fsString *str, const char *fmt, ...) in v9fs_string_sprintf() 42 void v9fs_string_copy(V9fsString *lhs, V9fsString *rhs) in v9fs_string_copy()
|
H A D | virtfs-proxy-helper.c | 421 V9fsString path; in do_getversion() 457 V9fsString path, name, xattr; in do_getxattr() 555 V9fsString path; in do_stat() 610 V9fsString target, path; in do_readlink() 643 V9fsString oldpath, path; in do_create_others() 700 V9fsString path; in do_create() 731 V9fsString path; in do_open() 869 V9fsString name, value; in process_requests() 871 V9fsString oldpath, path; in process_requests()
|
H A D | 9p-iov-marshal.c | 120 V9fsString *str = va_arg(ap, V9fsString *); in v9fs_iov_vunmarshal() 234 V9fsString *str = va_arg(ap, V9fsString *); in v9fs_iov_vmarshal()
|
/openbmc/qemu/hw/9pfs/ |
H A D | coth.h | 62 int coroutine_fn v9fs_co_readlink(V9fsPDU *, V9fsPath *, V9fsString *); 78 V9fsString *, void *, size_t); 81 int coroutine_fn v9fs_co_mkdir(V9fsPDU *, V9fsFidState *, V9fsString *, 85 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *, V9fsPath *, V9fsString *, 87 int coroutine_fn v9fs_co_renameat(V9fsPDU *, V9fsPath *, V9fsString *, 88 V9fsPath *, V9fsString *); 92 int coroutine_fn v9fs_co_open2(V9fsPDU *, V9fsFidState *, V9fsString *, 94 int coroutine_fn v9fs_co_lsetxattr(V9fsPDU *, V9fsPath *, V9fsString *, 96 int coroutine_fn v9fs_co_lremovexattr(V9fsPDU *, V9fsPath *, V9fsString *); 100 int coroutine_fn v9fs_co_symlink(V9fsPDU *, V9fsFidState *, V9fsString *, [all …]
|
H A D | 9p-proxy.c | 264 V9fsString target; in v9fs_receive_response() 273 V9fsString xattr; in v9fs_receive_response() 338 V9fsString *name, *value; in v9fs_request() 794 V9fsString fullname; in proxy_mknod() 814 V9fsString fullname; in proxy_mkdir() 845 V9fsString fullname; in proxy_open2() 887 V9fsString newpath; in proxy_link() 960 V9fsString name; in proxy_remove() 1004 V9fsString xname; in proxy_lgetxattr() 1056 V9fsString xname; in proxy_lremovexattr() [all …]
|
H A D | coxattr.c | 47 V9fsString *xattr_name, void *value, in v9fs_co_lgetxattr() 71 V9fsString *xattr_name, void *value, in v9fs_co_lsetxattr() 95 V9fsString *xattr_name) in v9fs_co_lremovexattr()
|
H A D | cofs.c | 25 static ssize_t __readlink(V9fsState *s, V9fsPath *path, V9fsString *buf) in __readlink() 57 int coroutine_fn v9fs_co_readlink(V9fsPDU *pdu, V9fsPath *path, V9fsString *buf) in v9fs_co_readlink() 188 V9fsString *name, uid_t uid, gid_t gid, in v9fs_co_mknod() 248 V9fsString *name, int flags) in v9fs_co_unlinkat() 289 V9fsString *oldname, V9fsPath *newdirpath, in v9fs_co_renameat() 290 V9fsString *newname) in v9fs_co_renameat() 310 V9fsString *name, const char *oldpath, in v9fs_co_symlink()
|
H A D | 9p.h | 192 V9fsString name; 412 V9fsString client_id; 421 V9fsString client_id; 461 size_t v9fs_readdir_response_size(V9fsString *name);
|
H A D | 9p.c | 2072 V9fsString name; in v9fs_lcreate() 2467 V9fsString name; in v9fs_do_readdir() 2759 V9fsString name; in v9fs_create() 2951 V9fsString name; in v9fs_symlink() 3051 V9fsString name; in v9fs_link() 3143 V9fsString name; in v9fs_unlinkat() 3282 V9fsString name; in v9fs_rename() 3649 V9fsString name; in v9fs_mknod() 3811 V9fsString name; in v9fs_mkdir() 3864 V9fsString name; in v9fs_xattrwalk() [all …]
|
H A D | codir.c | 76 V9fsString name; in do_readdir_many() 276 V9fsString *name, mode_t mode, uid_t uid, in v9fs_co_mkdir()
|
H A D | cofile.c | 131 V9fsString *name, gid_t gid, int flags, int mode, in v9fs_co_open2() 225 V9fsFidState *newdirfid, V9fsString *name) in v9fs_co_link()
|