Searched refs:v9fs_add_dir_node (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-synth.c | 44 static V9fsSynthNode *v9fs_add_dir_node(V9fsSynthNode *parent, int mode, in v9fs_add_dir_node() function 93 node = v9fs_add_dir_node(parent, mode, name, NULL, ++synth_node_count); in qemu_v9fs_synth_mkdir() 94 v9fs_add_dir_node(node, parent->attr->mode, "..", in qemu_v9fs_synth_mkdir() 96 v9fs_add_dir_node(node, node->attr->mode, ".", in qemu_v9fs_synth_mkdir() 558 v9fs_add_dir_node(&synth_root, synth_root.attr->mode, in synth_init() 560 v9fs_add_dir_node(&synth_root, synth_root.attr->mode, in synth_init()
|