Searched refs:V9fsString (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/fsdev/ |
| H A D | 9p-marshal.h | 6 typedef struct V9fsString { struct 9 } V9fsString; argument 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() 30 void v9fs_string_sprintf(V9fsString *str, const char *fmt, ...) in v9fs_string_sprintf() 41 void v9fs_string_copy(V9fsString *lhs, V9fsString *rhs) in v9fs_string_copy()
|
| H A D | 9p-iov-marshal.c | 129 V9fsString *str = va_arg(ap, V9fsString *); in v9fs_iov_vunmarshal() 243 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 *); 82 V9fsString *, void *, size_t); 83 int coroutine_fn v9fs_co_mknod(V9fsPDU *, V9fsFidState *, V9fsString *, uid_t, 85 int coroutine_fn v9fs_co_mkdir(V9fsPDU *, V9fsFidState *, V9fsString *, 89 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *, V9fsPath *, V9fsString *, 91 int coroutine_fn v9fs_co_renameat(V9fsPDU *, V9fsPath *, V9fsString *, 92 V9fsPath *, V9fsString *); 96 int coroutine_fn v9fs_co_open2(V9fsPDU *, V9fsFidState *, V9fsString *, 98 int coroutine_fn v9fs_co_lsetxattr(V9fsPDU *, V9fsPath *, V9fsString *, 100 int coroutine_fn v9fs_co_lremovexattr(V9fsPDU *, V9fsPath *, V9fsString *); [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() 225 V9fsString *name, uid_t uid, gid_t gid, in v9fs_co_mknod() 285 V9fsString *name, int flags) in v9fs_co_unlinkat() 326 V9fsString *oldname, V9fsPath *newdirpath, in v9fs_co_renameat() 327 V9fsString *newname) in v9fs_co_renameat() 347 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; 462 size_t v9fs_readdir_response_size(V9fsString *name);
|
| H A D | cofile.c | 132 V9fsString *name, gid_t gid, int flags, int mode, in v9fs_co_open2() 230 V9fsFidState *newdirfid, V9fsString *name) in v9fs_co_link()
|
| H A D | codir.c | 77 V9fsString name; in do_readdir_many() 277 V9fsString *name, mode_t mode, uid_t uid, in v9fs_co_mkdir()
|