Home
last modified time | relevance | path

Searched refs:v9fs_string_free (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/fsdev/
H A D9p-marshal.c21 P9ARRAY_DEFINE_TYPE(V9fsString, v9fs_string_free);
23 void v9fs_string_free(V9fsString *str) in v9fs_string_free() function
35 v9fs_string_free(str); in v9fs_string_sprintf()
44 v9fs_string_free(lhs); in v9fs_string_copy()
H A D9p-marshal.h78 void v9fs_string_free(V9fsString *str);
H A D9p-iov-marshal.c140 v9fs_string_free(str); in v9fs_iov_vunmarshal()
/openbmc/qemu/hw/9pfs/
H A D9p.c367 v9fs_string_free(&fidp->fs.xattr.name); in v9fs_xattr_fid_clunk()
1179 v9fs_string_free(&stat->name); in v9fs_stat_free()
1180 v9fs_string_free(&stat->uid); in v9fs_stat_free()
1181 v9fs_string_free(&stat->gid); in v9fs_stat_free()
1182 v9fs_string_free(&stat->muid); in v9fs_stat_free()
1183 v9fs_string_free(&stat->extension); in v9fs_stat_free()
1244 v9fs_string_free(&v9stat->uid); in stat_to_v9stat()
1245 v9fs_string_free(&v9stat->gid); in stat_to_v9stat()
1246 v9fs_string_free(&v9stat->muid); in stat_to_v9stat()
1252 v9fs_string_free(&v9stat->extension); in stat_to_v9stat()
[all …]
H A Dcodir.c135 v9fs_string_free(&name); in do_readdir_many()