Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p.h99 V9FS_PROTO_2000U = 0x01, enumerator
208 if (dir->proto_version == V9FS_PROTO_2000U) { in v9fs_readdir_lock()
217 if (dir->proto_version == V9FS_PROTO_2000U) { in v9fs_readdir_unlock()
227 if (proto_version == V9FS_PROTO_2000U) { in v9fs_readdir_init()
H A D9p.c1411 s->proto_version = V9FS_PROTO_2000U; in v9fs_version()
2366 if (s->proto_version != V9FS_PROTO_2000U) { in v9fs_read()
/openbmc/linux/fs/9p/
H A Dv9fs.h34 V9FS_PROTO_2000U = 0x01, enumerator
212 return v9ses->flags & V9FS_PROTO_2000U; in v9fs_proto_dotu()
H A Dv9fs.c423 v9ses->flags |= V9FS_PROTO_2000U; in v9fs_session_init()