Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p.c1186 static uint32_t stat_to_v9mode(const struct stat *stbuf) in stat_to_v9mode() function
1239 v9stat->mode = stat_to_v9mode(stbuf); in stat_to_v9stat()
3488 v9_mode = stat_to_v9mode(&stbuf); in v9fs_wstat()