Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 25 of 1419) sorted by relevance

12345678910>>...57

/linux/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c45 struct mmu_rb_handler **handler) in hfi1_mmu_rb_register() argument
74 *handler = h; in hfi1_mmu_rb_register()
78 void hfi1_mmu_rb_unregister(struct mmu_rb_handler *handler) in hfi1_mmu_rb_unregister() argument
86 mmgrab(handler->mn.mm); in hfi1_mmu_rb_unregister()
89 mmu_notifier_unregister(&handler->mn, handler->mn.mm); in hfi1_mmu_rb_unregister()
92 * Make sure the wq delete handler is finished running. It will not in hfi1_mmu_rb_unregister()
95 flush_work(&handler->del_work); in hfi1_mmu_rb_unregister()
99 spin_lock_irqsave(&handler->lock, flags); in hfi1_mmu_rb_unregister()
100 while ((node = rb_first_cached(&handler in hfi1_mmu_rb_unregister()
120 hfi1_mmu_rb_insert(struct mmu_rb_handler * handler,struct mmu_rb_node * mnode) hfi1_mmu_rb_insert() argument
147 hfi1_mmu_rb_get_first(struct mmu_rb_handler * handler,unsigned long addr,unsigned long len) hfi1_mmu_rb_get_first() argument
160 __mmu_rb_search(struct mmu_rb_handler * handler,unsigned long addr,unsigned long len) __mmu_rb_search() argument
217 struct mmu_rb_handler *handler = mnode->handler; hfi1_mmu_rb_release() local
226 hfi1_mmu_rb_evict(struct mmu_rb_handler * handler,void * evict_arg) hfi1_mmu_rb_evict() argument
264 struct mmu_rb_handler *handler = mmu_notifier_range_start() local
294 struct mmu_rb_handler *handler = container_of(work, handle_remove() local
[all...]
/linux/net/ipv4/
H A Dtunnel4.c31 int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family) in xfrm4_tunnel_register() argument
37 int priority = handler->priority; in xfrm4_tunnel_register()
51 handler->next = *pprev; in xfrm4_tunnel_register()
52 rcu_assign_pointer(*pprev, handler); in xfrm4_tunnel_register()
63 int xfrm4_tunnel_deregister(struct xfrm_tunnel *handler, unsigned short family) in xfrm4_tunnel_deregister() argument
75 if (t == handler) { in xfrm4_tunnel_deregister()
76 *pprev = handler->next; in xfrm4_tunnel_deregister()
90 #define for_each_tunnel_rcu(head, handler) \ argument
91 for (handler = rcu_dereference(head); \
92 handler !
97 struct xfrm_tunnel *handler; tunnel4_rcv() local
117 struct xfrm_tunnel *handler; tunnel4_rcv_cb() local
143 struct xfrm_tunnel *handler; tunnel64_rcv() local
163 struct xfrm_tunnel *handler; tunnelmpls4_rcv() local
182 struct xfrm_tunnel *handler; tunnel4_err() local
194 struct xfrm_tunnel *handler; tunnel64_err() local
207 struct xfrm_tunnel *handler; tunnelmpls4_err() local
[all...]
H A Dxfrm4_protocol.c40 #define for_each_protocol_rcu(head, handler) \ argument
41 for (handler = rcu_dereference(head); \
42 handler != NULL; \
43 handler = rcu_dereference(handler->next)) \
48 struct xfrm4_protocol *handler; in xfrm4_rcv_cb() local
54 for_each_protocol_rcu(*head, handler) in xfrm4_rcv_cb()
55 if ((ret = handler->cb_handler(skb, err)) <= 0) in xfrm4_rcv_cb()
65 struct xfrm4_protocol *handler; in xfrm4_rcv_encap() local
83 for_each_protocol_rcu(*head, handler) in xfrm4_rcv_encap()
99 struct xfrm4_protocol *handler; xfrm4_esp_rcv() local
115 struct xfrm4_protocol *handler; xfrm4_esp_err() local
127 struct xfrm4_protocol *handler; xfrm4_ah_rcv() local
143 struct xfrm4_protocol *handler; xfrm4_ah_err() local
155 struct xfrm4_protocol *handler; xfrm4_ipcomp_rcv() local
171 struct xfrm4_protocol *handler; xfrm4_ipcomp_err() local
217 xfrm4_protocol_register(struct xfrm4_protocol * handler,unsigned char protocol) xfrm4_protocol_register() argument
264 xfrm4_protocol_deregister(struct xfrm4_protocol * handler,unsigned char protocol) xfrm4_protocol_deregister() argument
[all...]
/linux/net/ipv6/
H A Dtunnel6.c32 int xfrm6_tunnel_register(struct xfrm6_tunnel *handler, unsigned short family) in xfrm6_tunnel_register() argument
37 int priority = handler->priority; in xfrm6_tunnel_register()
64 handler->next = *pprev; in xfrm6_tunnel_register()
65 rcu_assign_pointer(*pprev, handler); in xfrm6_tunnel_register()
76 int xfrm6_tunnel_deregister(struct xfrm6_tunnel *handler, unsigned short family) in xfrm6_tunnel_deregister() argument
101 if (t == handler) { in xfrm6_tunnel_deregister()
102 *pprev = handler->next; in xfrm6_tunnel_deregister()
117 #define for_each_tunnel_rcu(head, handler) \ argument
118 for (handler = rcu_dereference(head); \
119 handler !
124 struct xfrm6_tunnel *handler; tunnelmpls6_rcv() local
142 struct xfrm6_tunnel *handler; tunnel6_rcv() local
162 struct xfrm6_tunnel *handler; tunnel6_rcv_cb() local
187 struct xfrm6_tunnel *handler; tunnel46_rcv() local
206 struct xfrm6_tunnel *handler; tunnel6_err() local
218 struct xfrm6_tunnel *handler; tunnel46_err() local
230 struct xfrm6_tunnel *handler; tunnelmpls6_err() local
[all...]
H A Dxfrm6_protocol.c41 #define for_each_protocol_rcu(head, handler) \ argument
42 for (handler = rcu_dereference(head); \
43 handler != NULL; \
44 handler = rcu_dereference(handler->next)) \
49 struct xfrm6_protocol *handler; in xfrm6_rcv_cb() local
55 for_each_protocol_rcu(*proto_handlers(protocol), handler) in xfrm6_rcv_cb()
56 if ((ret = handler->cb_handler(skb, err)) <= 0) in xfrm6_rcv_cb()
66 struct xfrm6_protocol *handler; in xfrm6_rcv_encap() local
96 for_each_protocol_rcu(*head, handler) in xfrm6_rcv_encap()
112 struct xfrm6_protocol *handler; xfrm6_esp_rcv() local
129 struct xfrm6_protocol *handler; xfrm6_esp_err() local
141 struct xfrm6_protocol *handler; xfrm6_ah_rcv() local
158 struct xfrm6_protocol *handler; xfrm6_ah_err() local
170 struct xfrm6_protocol *handler; xfrm6_ipcomp_rcv() local
187 struct xfrm6_protocol *handler; xfrm6_ipcomp_err() local
233 xfrm6_protocol_register(struct xfrm6_protocol * handler,unsigned char protocol) xfrm6_protocol_register() argument
280 xfrm6_protocol_deregister(struct xfrm6_protocol * handler,unsigned char protocol) xfrm6_protocol_deregister() argument
[all...]
/linux/drivers/soc/fsl/qbman/
H A Dqman_test_stash.c43 * moves it from one cpu to another. (The use of more than one handler per cpu
49 * each forwarding action. To achieve this, each handler will be assigned a
51 * received by a handler, the mixer of the expected sender is XOR'd into all
54 * the current handler. Apart from validating that the frame is taking the
57 * conditional branching. There is a "special" handler designated to act as the
65 * handlers and link-list them (but do no other handler setup).
68 * hp_cpu's 'iterator' to point to its first handler. With each loop,
69 * allocate rx/tx FQIDs and mixer values to the hp_cpu's iterator handler
71 * which connects the last handler to the first (and which is why phase 2
75 * hp_cpu's 'iterator' to point to its first handler
250 process_frame_data(struct hp_handler * handler,const struct qm_fd * fd) process_frame_data() argument
279 struct hp_handler *handler = (struct hp_handler *)fq; normal_dqrr() local
298 struct hp_handler *handler = (struct hp_handler *)fq; special_dqrr() local
317 struct hp_handler *handler; create_per_cpu_handlers() local
352 struct hp_handler *handler = list_entry(loop, struct hp_handler, destroy_per_cpu_handlers() local
390 struct hp_handler *handler = h; init_handler() local
445 struct hp_handler *handler; init_phase2() local
[all...]
/linux/kernel/
H A Dreboot.c175 * @nb: Info about handler function to be called
178 * 0: Restart handler of last resort,
180 * 128: Default restart handler; use if no other
181 * restart handler is expected to be available,
184 * 255: Highest priority restart handler, will
195 * If more than one function is registered, the restart handler priority
201 * restart handlers may exist; for example, one restart handler might
203 * In such cases, the restart handler which only restarts part of the
218 * restart handler
221 * Unregisters a previously registered restart handler functio
344 struct sys_off_handler *handler; sys_off_notify() local
360 struct sys_off_handler *handler; alloc_sys_off_handler() local
385 free_sys_off_handler(struct sys_off_handler * handler) free_sys_off_handler() argument
420 struct sys_off_handler *handler; register_sys_off_handler() local
488 unregister_sys_off_handler(struct sys_off_handler * handler) unregister_sys_off_handler() argument
511 struct sys_off_handler *handler = data; devm_unregister_sys_off_handler() local
534 struct sys_off_handler *handler; devm_register_sys_off_handler() local
614 struct sys_off_handler *handler; register_platform_power_off() local
[all...]
/linux/drivers/acpi/acpica/
H A Devxface.c37 * handler_type - The type of handler:
41 * handler - Address of the handler
42 * context - Value passed to the handler on each GPE
46 * DESCRIPTION: Install a handler for notifications on an ACPI Device,
49 * NOTES: The Root namespace object may have only one handler for each
51 * may have one device notify handler, and multiple system notify
59 acpi_notify_handler handler, void *context) in acpi_install_notify_handler() argument
72 if ((!device) || (!handler) || (!handler_type) || in acpi_install_notify_handler()
84 * Registering a notify handler o in acpi_install_notify_handler()
723 struct acpi_gpe_handler_info *handler; ACPI_EXPORT_SYMBOL() local
909 struct acpi_gpe_handler_info *handler; ACPI_EXPORT_SYMBOL() local
[all...]
H A Devhandler.c65 * We install the default PCI config space handler at the root so that in acpi_ev_install_region_handlers()
72 * NOTE: We ignore AE_ALREADY_EXISTS because this means that a handler in acpi_ev_install_region_handlers()
110 * RETURN: TRUE if default handler is installed, FALSE otherwise
112 * DESCRIPTION: Check if the default handler is installed for the requested
128 handler_obj = obj_desc->common_notify.handler; in acpi_ev_has_default_handler()
153 * DESCRIPTION: This routine installs an address handler into objects that are
156 * If the Object is a Device, and the device has a handler of
159 * This is because the existing handler is closer in proximity
214 /* Check if this Device already has a handler for this address space */ in acpi_ev_install_handler()
220 handler); in acpi_ev_install_handler()
330 acpi_ev_install_space_handler(struct acpi_namespace_node * node,acpi_adr_space_type space_id,acpi_adr_space_handler handler,acpi_adr_space_setup setup,void * context) acpi_ev_install_space_handler() argument
[all...]
H A Devxfregn.c27 * handler - Address of the handler
29 * context - Value passed to the handler on each access
34 * DESCRIPTION: Install a handler for all op_regions of a given space_id.
48 acpi_adr_space_handler handler, in acpi_install_address_space_handler_internal() argument
76 /* Install the handler for all Regions for this Space ID */ in acpi_install_address_space_handler_internal()
79 acpi_ev_install_space_handler(node, space_id, handler, setup, in acpi_install_address_space_handler_internal()
100 acpi_adr_space_handler handler, in acpi_install_address_space_handler() argument
104 handler, setup, in acpi_install_address_space_handler()
112 acpi_adr_space_handler handler, in ACPI_EXPORT_SYMBOL()
[all...]
/linux/arch/arm/probes/uprobes/
H A Dactions-arm.c195 [PROBES_PRELOAD_IMM] = {.handler = probes_simulate_nop},
196 [PROBES_PRELOAD_REG] = {.handler = probes_simulate_nop},
197 [PROBES_BRANCH_IMM] = {.handler = simulate_blx1},
198 [PROBES_MRS] = {.handler = simulate_mrs},
199 [PROBES_BRANCH_REG] = {.handler = simulate_blx2bx},
200 [PROBES_CLZ] = {.handler = probes_simulate_nop},
201 [PROBES_SATURATING_ARITHMETIC] = {.handler = probes_simulate_nop},
202 [PROBES_MUL1] = {.handler = probes_simulate_nop},
203 [PROBES_MUL2] = {.handler = probes_simulate_nop},
204 [PROBES_SWP] = {.handler
[all...]
/linux/drivers/acpi/
H A Dwakeup.c102 * acpi_register_wakeup_handler - Register wakeup handler
104 * @wakeup: Wakeup-handler to call when the SCI has triggered a wakeup
105 * @context: Context to pass to the handler when calling it
108 * a handler which returns true when the device they are managing wants
114 struct acpi_wakeup_handler *handler; in acpi_register_wakeup_handler() local
118 * need to register the handler. in acpi_register_wakeup_handler()
123 handler = kmalloc(sizeof(*handler), GFP_KERNEL); in acpi_register_wakeup_handler()
124 if (!handler) in acpi_register_wakeup_handler()
127 handler in acpi_register_wakeup_handler()
146 struct acpi_wakeup_handler *handler; acpi_unregister_wakeup_handler() local
162 struct acpi_wakeup_handler *handler; acpi_check_wakeup_handlers() local
[all...]
H A Dplatform_profile.c77 struct platform_profile_handler *handler; in _store_class_profile() local
81 handler = to_pprof_handler(dev); in _store_class_profile()
82 if (!test_bit(*bit, handler->choices) && !test_bit(*bit, handler->hidden_choices)) in _store_class_profile()
85 return handler->ops->profile_set(dev, *bit); in _store_class_profile()
97 struct platform_profile_handler *handler = to_pprof_handler(dev); in _notify_class_profile() local
100 sysfs_notify(&handler->dev.kobj, NULL, "profile"); in _notify_class_profile()
101 kobject_uevent(&handler->dev.kobj, KOBJ_CHANGE); in _notify_class_profile()
116 struct platform_profile_handler *handler; in get_class_profile() local
121 handler in get_class_profile()
145 struct platform_profile_handler *handler = to_pprof_handler(dev); name_show() local
163 struct platform_profile_handler *handler = to_pprof_handler(dev); choices_show() local
257 struct platform_profile_handler *handler; _aggregate_choices() local
279 struct platform_profile_handler *handler; _remove_hidden_choices() local
[all...]
/linux/arch/arm/probes/kprobes/
H A Dactions-arm.c23 * setting a handler for it to run the instruction.
25 * In the execution phase by an instruction's handler:
31 * directly executed. Its handler calls the
298 [PROBES_PRELOAD_IMM] = {.handler = probes_simulate_nop},
299 [PROBES_PRELOAD_REG] = {.handler = probes_simulate_nop},
300 [PROBES_BRANCH_IMM] = {.handler = simulate_blx1},
301 [PROBES_MRS] = {.handler = simulate_mrs},
302 [PROBES_BRANCH_REG] = {.handler = simulate_blx2bx},
303 [PROBES_CLZ] = {.handler = emulate_rd12rm0_noflags_nopc},
305 .handler
[all...]
H A Dactions-thumb.c621 [PROBES_T16_ADD_SP] = {.handler = t16_simulate_add_sp_imm},
622 [PROBES_T16_CBZ] = {.handler = t16_simulate_cbz},
623 [PROBES_T16_SIGN_EXTEND] = {.handler = t16_emulate_loregs_rwflags},
626 [PROBES_T16_SEV] = {.handler = probes_emulate_none},
627 [PROBES_T16_WFE] = {.handler = probes_simulate_nop},
629 [PROBES_T16_CMP] = {.handler = t16_emulate_loregs_rwflags},
630 [PROBES_T16_ADDSUB] = {.handler = t16_emulate_loregs_noitrwflags},
631 [PROBES_T16_LOGICAL] = {.handler = t16_emulate_loregs_noitrwflags},
632 [PROBES_T16_LDR_LIT] = {.handler = t16_simulate_ldr_literal},
633 [PROBES_T16_BLX] = {.handler
[all...]
/linux/drivers/media/rc/
H A Drc-ir-raw.c16 /* Used to handle IR raw handler extensions */
24 struct ir_raw_handler *handler; in ir_raw_event_thread() local
39 list_for_each_entry(handler, &ir_raw_handler_list, list) in ir_raw_event_thread()
41 handler->protocols || !handler->protocols) in ir_raw_event_thread()
42 handler->decode(dev, ev); in ir_raw_event_thread()
245 struct ir_raw_handler *handler; in change_protocol() local
249 list_for_each_entry(handler, &ir_raw_handler_list, list) { in change_protocol()
250 if (!(dev->enabled_protocols & handler->protocols) && in change_protocol()
251 (*rc_proto & handler in change_protocol()
522 struct ir_raw_handler *handler; ir_raw_encode_scancode() local
593 struct ir_raw_handler *handler; ir_raw_encode_carrier() local
660 struct ir_raw_handler *handler; ir_raw_event_unregister() local
[all...]
/linux/fs/btrfs/
H A Dprops.c70 const struct prop_handler *handler; in btrfs_validate_prop() local
75 handler = find_prop_handler(name, NULL); in btrfs_validate_prop()
76 if (!handler) in btrfs_validate_prop()
82 return handler->validate(inode, value, value_len); in btrfs_validate_prop()
99 const struct prop_handler *handler; in btrfs_ignore_prop() local
101 handler = find_prop_handler(name, NULL); in btrfs_ignore_prop()
102 ASSERT(handler != NULL); in btrfs_ignore_prop()
104 return handler->ignore(inode); in btrfs_ignore_prop()
111 const struct prop_handler *handler; in btrfs_set_prop() local
114 handler in btrfs_set_prop()
199 const struct prop_handler *handler; iterate_object_props() local
258 inode_prop_iterator(void * ctx,const struct prop_handler * handler,const char * value,size_t len) inode_prop_iterator() argument
[all...]
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq.c40 * The base driver provides IRQ source registration with DRM, handler
41 * registration into the base driver's IRQ table, and a handler callback
43 * handler looks up the IRQ table, and calls the respective
54 * are all set to the DM generic handler amdgpu_dm_irq_handler(), which looks up
71 * @list: Linked list entry referencing the next/previous handler
72 * @handler: Handler function
73 * @handler_arg: Argument passed to the handler when triggered
74 * @dm: DM which this handler belongs to
75 * @irq_source: DC interrupt source that this handler is registered for
80 interrupt_handler handler; member
137 struct amdgpu_dm_irq_handler_data *handler; remove_irq_handler() local
201 struct amdgpu_dm_irq_handler_data *handler; unregister_all_irq_handlers() local
449 struct amdgpu_dm_irq_handler_data *handler; amdgpu_dm_irq_fini() local
483 struct amdgpu_dm_irq_handler_data *handler; amdgpu_dm_irq_suspend() local
[all...]
/linux/drivers/scsi/
H A Dscsi_dh.c3 * SCSI device handler infrastructure.
120 * scsi_dh_handler_attach - Attach a device handler to a device
121 * @sdev - SCSI device the device handler should attach to
122 * @scsi_dh - The device handler to attach
154 sdev->handler = scsi_dh; in scsi_dh_handler_attach()
160 * scsi_dh_handler_detach - Detach a device handler from a device
161 * @sdev - SCSI device the device handler should be detached from
165 sdev->handler->detach(sdev); in scsi_dh_handler_detach()
166 sdev_printk(KERN_NOTICE, sdev, "%s: Detached\n", sdev->handler->name); in scsi_dh_handler_detach()
167 module_put(sdev->handler in scsi_dh_handler_detach()
[all...]
/linux/drivers/firewire/
H A Dcore-transaction.c502 struct fw_address_handler *handler; in lookup_overlapping_address_handler() local
504 list_for_each_entry_rcu(handler, list, link) { in lookup_overlapping_address_handler()
505 if (handler->offset < offset + length && in lookup_overlapping_address_handler()
506 offset < handler->offset + handler->length) in lookup_overlapping_address_handler()
507 return handler; in lookup_overlapping_address_handler()
513 static bool is_enclosing_handler(struct fw_address_handler *handler, in is_enclosing_handler() argument
516 return handler->offset <= offset && in is_enclosing_handler()
517 offset + length <= handler->offset + handler->length; in is_enclosing_handler()
523 struct fw_address_handler *handler; in lookup_enclosing_address_handler() local
525 list_for_each_entry_rcu(handler, list, link) { in lookup_enclosing_address_handler()
[all …]
/linux/arch/arm64/kernel/probes/
H A Ddecode-insn.c86 api->handler = simulate_nop; in arm_probe_decode_insn()
98 api->handler = simulate_b_cond; in arm_probe_decode_insn()
101 api->handler = simulate_cbz_cbnz; in arm_probe_decode_insn()
104 api->handler = simulate_tbz_tbnz; in arm_probe_decode_insn()
106 api->handler = simulate_adr_adrp; in arm_probe_decode_insn()
109 api->handler = simulate_b_bl; in arm_probe_decode_insn()
113 api->handler = simulate_br_blr_ret; in arm_probe_decode_insn()
154 api->handler = simulate_ldr_literal; in arm_kprobe_decode_insn()
157 api->handler = simulate_ldrsw_literal; in arm_kprobe_decode_insn()
/linux/include/trace/events/
H A Dnmi.h13 TP_PROTO(void *handler, s64 delta_ns, int handled),
15 TP_ARGS(handler, delta_ns, handled),
18 __field( void *, handler )
24 __entry->handler = handler;
30 __entry->handler,
/linux/drivers/s390/crypto/
H A Dpkey_base.c3 * pkey base: debug feature, pkey handler registry
31 * pkey handler registry
37 int pkey_handler_register(struct pkey_handler *handler) in pkey_handler_register() argument
41 if (!handler || in pkey_handler_register()
42 !handler->is_supported_key || in pkey_handler_register()
43 !handler->is_supported_keytype) in pkey_handler_register()
46 if (!try_module_get(handler->module)) in pkey_handler_register()
53 if (h == handler) { in pkey_handler_register()
56 module_put(handler->module); in pkey_handler_register()
62 list_add_rcu(&handler in pkey_handler_register()
75 pkey_handler_unregister(struct pkey_handler * handler) pkey_handler_unregister() argument
134 pkey_handler_put(const struct pkey_handler * handler) pkey_handler_put() argument
[all...]
/linux/drivers/gpu/vga/
H A Dvga_switcheroo.c70 * clients. The mux is called the handler. Muxless machines also register a
71 * handler to control the power state of the discrete GPU, its ->switchto
87 * switched to it, provided that the handler supports this. Switching
99 * @id: client identifier. Determining the id requires the handler,
133 * Prerequisite is the registration of two GPUs and a handler
140 * @handler: registered handler
141 * @handler_flags: flags of registered handler
159 const struct vga_switcheroo_handler *handler; member
181 /* we're ready if we get two clients + handler */ in vga_switcheroo_ready()
236 vga_switcheroo_register_handler(const struct vga_switcheroo_handler * handler,enum vga_switcheroo_handler_flags_t handler_flags) vga_switcheroo_register_handler() argument
[all...]
/linux/fs/
H A Dxattr.c46 #define for_each_xattr_handler(handlers, handler) \ argument
48 for ((handler) = *(handlers)++; \
49 (handler) != NULL; \
50 (handler) = *(handlers)++)
59 const struct xattr_handler *handler; in xattr_resolve_name() local
66 for_each_xattr_handler(handlers, handler) { in xattr_resolve_name()
69 n = strcmp_prefix(*name, xattr_prefix(handler)); in xattr_resolve_name()
71 if (!handler->prefix ^ !*n) { in xattr_resolve_name()
77 return handler; in xattr_resolve_name()
159 * Look for any handler tha
165 const struct xattr_handler *handler; xattr_supports_user_prefix() local
188 const struct xattr_handler *handler; __vfs_setxattr() local
379 const struct xattr_handler *handler; vfs_getxattr_alloc() local
413 const struct xattr_handler *handler; __vfs_getxattr() local
508 const struct xattr_handler *handler; __vfs_removexattr() local
1143 const struct xattr_handler *handler, * const *handlers = dentry->d_sb->s_xattr; generic_listxattr() local
1175 xattr_full_name(const struct xattr_handler * handler,const char * name) xattr_full_name() argument
[all...]

12345678910>>...57