Searched refs:XattrOperations (Results 1 – 5 of 5) sorted by relevance
19 struct XattrOperations { struct39 extern XattrOperations mapped_user_xattr; argument40 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[];
27 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[] = {
139 XattrOperations mapped_pacl_xattr = {147 XattrOperations mapped_dacl_xattr = {155 XattrOperations passthrough_acl_xattr = {163 XattrOperations none_acl_xattr = {
100 XattrOperations mapped_user_xattr = {108 XattrOperations passthrough_user_xattr = {
84 typedef struct XattrOperations XattrOperations; typedef103 XattrOperations **xops;