Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-xattr.h19 struct XattrOperations { struct
39 extern XattrOperations mapped_user_xattr; argument
40 extern XattrOperations passthrough_user_xattr;
42 extern XattrOperations mapped_pacl_xattr;
43 extern XattrOperations mapped_dacl_xattr;
44 extern XattrOperations passthrough_acl_xattr;
45 extern XattrOperations none_acl_xattr;
47 extern XattrOperations *mapped_xattr_ops[];
48 extern XattrOperations *passthrough_xattr_ops[];
49 extern XattrOperations *none_xattr_ops[];
H A D9p-xattr.c27 static XattrOperations *get_xattr_operations(XattrOperations **h, in get_xattr_operations()
30 XattrOperations *xops; in get_xattr_operations()
42 XattrOperations *xops = get_xattr_operations(ctx->xops, name); in v9fs_get_xattr()
77 XattrOperations *xops; in v9fs_list_xattr()
145 XattrOperations *xops = get_xattr_operations(ctx->xops, name); in v9fs_set_xattr()
157 XattrOperations *xops = get_xattr_operations(ctx->xops, name); in v9fs_remove_xattr()
273 XattrOperations *mapped_xattr_ops[] = {
280 XattrOperations *passthrough_xattr_ops[] = {
287 XattrOperations *none_xattr_ops[] = {
H A D9p-posix-acl.c139 XattrOperations mapped_pacl_xattr = {
147 XattrOperations mapped_dacl_xattr = {
155 XattrOperations passthrough_acl_xattr = {
163 XattrOperations none_acl_xattr = {
H A D9p-xattr-user.c100 XattrOperations mapped_user_xattr = {
108 XattrOperations passthrough_user_xattr = {
/openbmc/qemu/fsdev/
H A Dfile-op-9p.h84 typedef struct XattrOperations XattrOperations; typedef
103 XattrOperations **xops;