Revision 64b85a8f hw/virtio-9p-xattr.h

b/hw/virtio-9p-xattr.h
41 41
extern XattrOperations *passthrough_xattr_ops[];
42 42
extern XattrOperations *none_xattr_ops[];
43 43

  
44
extern ssize_t v9fs_get_xattr(FsContext *ctx, const char *path,
45
                              const char *name, void *value, size_t size);
46
extern ssize_t v9fs_list_xattr(FsContext *ctx, const char *path,
47
                               void *value, size_t vsize);
48
extern int v9fs_set_xattr(FsContext *ctx, const char *path, const char *name,
44
ssize_t v9fs_get_xattr(FsContext *ctx, const char *path, const char *name,
45
                       void *value, size_t size);
46
ssize_t v9fs_list_xattr(FsContext *ctx, const char *path, void *value,
47
                        size_t vsize);
48
int v9fs_set_xattr(FsContext *ctx, const char *path, const char *name,
49 49
                          void *value, size_t size, int flags);
50
extern int v9fs_remove_xattr(FsContext *ctx,
51
                             const char *path, const char *name);
52
extern ssize_t pt_listxattr(FsContext *ctx, const char *path,
53
                            char *name, void *value, size_t size);
50
int v9fs_remove_xattr(FsContext *ctx, const char *path, const char *name);
51
ssize_t pt_listxattr(FsContext *ctx, const char *path, char *name, void *value,
52
                     size_t size);
54 53

  
55 54
static inline ssize_t pt_getxattr(FsContext *ctx, const char *path,
56 55
                                  const char *name, void *value, size_t size)

Also available in: Unified diff