Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p.c609 #define P9_STAT_MODE_DEVICE 0x00800000 macro
619 P9_STAT_MODE_DEVICE | \
1119 if (mode & P9_STAT_MODE_DEVICE) { in v9mode_to_mode()
1208 mode |= P9_STAT_MODE_DEVICE; in stat_to_v9mode()
1259 } else if (v9stat->mode & P9_STAT_MODE_DEVICE) { in stat_to_v9stat()
2845 } else if (perm & P9_STAT_MODE_DEVICE) { in v9fs_create()