~dannf/qemu-linaro/qemu-highbank-ppa

« back to all changes in this revision

Viewing changes to fsdev/file-op-9p.h

  • Committer: Steve Langasek
  • Date: 2012-03-15 21:13:19 UTC
  • mfrom: (0.1.15)
  • Revision ID: steve.langasek@canonical.com-20120315211319-f1j3ot1ihx30b2s9
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 * On failure ignore the error.
57
57
 */
58
58
#define V9FS_SM_NONE                0x00000010
59
 
#define V9FS_RDONLY                 0x00000020
60
 
#define V9FS_PROXY_SOCK_FD          0x00000040
61
 
#define V9FS_PROXY_SOCK_NAME        0x00000080
 
59
/*
 
60
 * uid/gid part of .virtfs_meatadata namespace
 
61
 */
 
62
#define V9FS_SM_MAPPED_FILE         0x00000020
 
63
#define V9FS_RDONLY                 0x00000040
 
64
#define V9FS_PROXY_SOCK_FD          0x00000080
 
65
#define V9FS_PROXY_SOCK_NAME        0x00000100
62
66
 
63
 
#define V9FS_SEC_MASK               0x0000001C
 
67
#define V9FS_SEC_MASK               0x0000003C
64
68
 
65
69
 
66
70
typedef struct FileOperations FileOperations;