Home
last modified time | relevance | path

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

/qemu/hw/9pfs/
H A D9p.c82 static int omode_to_uflags(int8_t mode) in omode_to_uflags() function
2029 flags = omode_to_uflags(mode); in v9fs_open()
2908 omode_to_uflags(mode) | O_CREAT, perm, &stbuf); in v9fs_create()
2913 fidp->open_flags = omode_to_uflags(mode); in v9fs_create()