Home
last modified time | relevance | path

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

/qemu/hw/9pfs/
H A D9p-local.c475 } else if ((fs_ctx->export_flags & V9FS_SM_PASSTHROUGH) || in local_readlink()
652 } else if (fs_ctx->export_flags & V9FS_SM_PASSTHROUGH || in local_chmod()
696 } else if (fs_ctx->export_flags & V9FS_SM_PASSTHROUGH || in local_mknod()
749 } else if (fs_ctx->export_flags & V9FS_SM_PASSTHROUGH || in local_mkdir()
854 } else if ((fs_ctx->export_flags & V9FS_SM_PASSTHROUGH) || in local_open2()
926 } else if (fs_ctx->export_flags & V9FS_SM_PASSTHROUGH || in local_symlink()
1055 (fs_ctx->export_flags & V9FS_SM_PASSTHROUGH) || in local_chown()
1455 if (ctx->export_flags & V9FS_SM_PASSTHROUGH) { in local_init()
1510 fse->export_flags |= V9FS_SM_PASSTHROUGH; in local_parse_opts()
/qemu/fsdev/
H A Dfile-op-9p.h53 #define V9FS_SM_PASSTHROUGH 0x00000004 macro