Home
last modified time | relevance | path

Searched defs:handler (Results 26 – 50 of 483) sorted by relevance

12345678910>>...20

/Linux-v5.10/fs/reiserfs/
Dxattr_trusted.c12 trusted_get(const struct xattr_handler *handler, struct dentry *unused, in trusted_get()
23 trusted_set(const struct xattr_handler *handler, struct dentry *unused, in trusted_set()
Dxattr_user.c11 user_get(const struct xattr_handler *handler, struct dentry *unused, in user_get()
21 user_set(const struct xattr_handler *handler, struct dentry *unused, in user_set()
Dxattr_security.c13 security_get(const struct xattr_handler *handler, struct dentry *unused, in security_get()
24 security_set(const struct xattr_handler *handler, struct dentry *unused, in security_set()
/Linux-v5.10/net/wireless/
Dwext-priv.c139 iw_handler handler, struct net_device *dev, in ioctl_private_iw_point()
189 iw_handler handler) in ioctl_private_call()
215 iw_handler handler) in compat_private_call()
/Linux-v5.10/arch/s390/include/asm/
Dextable.h28 long handler; member
55 ex_handler_t handler = ex_fixup_handler(x); in ex_handle() local
/Linux-v5.10/drivers/s390/cio/
Dcrw.c32 int crw_register_handler(int rsc, crw_handler_t handler) in crw_register_handler()
76 crw_handler_t handler; in crw_collect_info() local
/Linux-v5.10/arch/xtensa/kernel/
Dtraps.c86 void* handler; member
365 #define set_handler(type, cause, handler) \ argument
375 void * __init trap_set_handler(int cause, void *handler) in trap_set_handler()
429 void *handler = dispatch_init_table[i].handler; in trap_init() local
/Linux-v5.10/fs/jffs2/
Dsecurity.c51 static int jffs2_security_getxattr(const struct xattr_handler *handler, in jffs2_security_getxattr()
59 static int jffs2_security_setxattr(const struct xattr_handler *handler, in jffs2_security_setxattr()
/Linux-v5.10/fs/ext2/
Dxattr_security.c12 ext2_xattr_security_get(const struct xattr_handler *handler, in ext2_xattr_security_get()
21 ext2_xattr_security_set(const struct xattr_handler *handler, in ext2_xattr_security_set()
/Linux-v5.10/fs/hfsplus/
Dxattr_security.c16 static int hfsplus_security_getxattr(const struct xattr_handler *handler, in hfsplus_security_getxattr()
25 static int hfsplus_security_setxattr(const struct xattr_handler *handler, in hfsplus_security_setxattr()
/Linux-v5.10/fs/ext4/
Dxattr_security.c16 ext4_xattr_security_get(const struct xattr_handler *handler, in ext4_xattr_security_get()
25 ext4_xattr_security_set(const struct xattr_handler *handler, in ext4_xattr_security_set()
/Linux-v5.10/drivers/acpi/acpica/
Devxface.c59 acpi_notify_handler handler, void *context) in acpi_install_notify_handler()
723 struct acpi_gpe_handler_info *handler; in ACPI_EXPORT_SYMBOL() local
909 struct acpi_gpe_handler_info *handler; in ACPI_EXPORT_SYMBOL() local
/Linux-v5.10/arch/s390/kernel/
Dirq.c213 ext_int_handler_t handler; member
229 int register_external_irq(u16 code, ext_int_handler_t handler) in register_external_irq()
249 int unregister_external_irq(u16 code, ext_int_handler_t handler) in unregister_external_irq()
/Linux-v5.10/fs/btrfs/
Dprops.c60 const struct prop_handler *handler; in btrfs_validate_prop() local
79 const struct prop_handler *handler; in btrfs_set_prop() local
167 const struct prop_handler *handler; in iterate_object_props() local
226 const struct prop_handler *handler, in inode_prop_iterator()
/Linux-v5.10/fs/
Dxattr.c44 #define for_each_xattr_handler(handlers, handler) \ argument
57 const struct xattr_handler *handler; in xattr_resolve_name() local
144 const struct xattr_handler *handler; in xattr_supported_namespace() local
168 const struct xattr_handler *handler; in __vfs_setxattr() local
334 const struct xattr_handler *handler; in vfs_getxattr_alloc() local
368 const struct xattr_handler *handler; in __vfs_getxattr() local
434 const struct xattr_handler *handler; in __vfs_removexattr() local
849 const struct xattr_handler *handler, **handlers = dentry->d_sb->s_xattr; in generic_listxattr() local
895 const char *xattr_full_name(const struct xattr_handler *handler, in xattr_full_name()
/Linux-v5.10/fs/f2fs/
Dxattr.c45 static int f2fs_xattr_generic_get(const struct xattr_handler *handler, in f2fs_xattr_generic_get()
66 static int f2fs_xattr_generic_set(const struct xattr_handler *handler, in f2fs_xattr_generic_set()
100 static int f2fs_xattr_advise_get(const struct xattr_handler *handler, in f2fs_xattr_advise_get()
109 static int f2fs_xattr_advise_set(const struct xattr_handler *handler, in f2fs_xattr_advise_set()
218 const struct xattr_handler *handler = NULL; in f2fs_xattr_handler() local
577 const struct xattr_handler *handler = in f2fs_listxattr() local
/Linux-v5.10/sound/firewire/dice/
Ddice-transaction.c243 struct fw_address_handler *handler = &dice->notification_handler; in snd_dice_transaction_destroy() local
256 struct fw_address_handler *handler = &dice->notification_handler; in snd_dice_transaction_reinit() local
344 struct fw_address_handler *handler = &dice->notification_handler; in snd_dice_transaction_init() local
/Linux-v5.10/drivers/misc/cxl/
Dirq.c224 irq_handler_t handler, void *cookie, const char *name) in cxl_map_irq()
256 irq_handler_t handler, in cxl_register_one_irq()
361 irqreturn_t (*handler)(int irq, void *data); in afu_register_hwirqs() local
/Linux-v5.10/fs/hfs/
Dattr.c116 static int hfs_xattr_get(const struct xattr_handler *handler, in hfs_xattr_get()
123 static int hfs_xattr_set(const struct xattr_handler *handler, in hfs_xattr_set()
/Linux-v5.10/kernel/irq/
Ddevres.c52 irq_handler_t handler, irq_handler_t thread_fn, in devm_request_threaded_irq()
100 irq_handler_t handler, unsigned long irqflags, in devm_request_any_context_irq()
220 irq_flow_handler_t handler) in devm_irq_alloc_generic_chip()
/Linux-v5.10/arch/openrisc/kernel/
Dentry.S143 #define EXCEPTION_ENTRY(handler) \ argument
183 #define UNHANDLED_EXCEPTION(handler,vector) \ argument
/Linux-v5.10/drivers/ide/
Dide-iops.c450 void __ide_set_handler(ide_drive_t *drive, ide_handler_t *handler, in __ide_set_handler()
462 void ide_set_handler(ide_drive_t *drive, ide_handler_t *handler, in ide_set_handler()
488 ide_handler_t *handler, unsigned timeout) in ide_execute_command()
/Linux-v5.10/net/smc/
Dsmc_wr.c42 smc_wr_tx_handler handler; member
194 smc_wr_tx_handler handler, in smc_wr_tx_get_free_slot()
370 int smc_wr_rx_register_handler(struct smc_wr_rx_handler *handler) in smc_wr_rx_register_handler()
395 struct smc_wr_rx_handler *handler; in smc_wr_rx_demultiplex() local
/Linux-v5.10/fs/xfs/
Dxfs_xattr.c21 xfs_xattr_get(const struct xattr_handler *handler, struct dentry *unused, in xfs_xattr_get()
41 xfs_xattr_set(const struct xattr_handler *handler, struct dentry *unused, in xfs_xattr_set()
/Linux-v5.10/include/linux/
Dgenl_magic_struct.h108 #define GENL_doit(handler) \ argument
111 #define GENL_dumpit(handler) \ argument
133 #define GENL_op(op_name, op_num, handler, tla_list) \ argument
144 #define GENL_op(op_name, op_num, handler, attr_list) argument
183 #define GENL_op(op_name, op_num, handler, attr_list) \ argument
200 #define GENL_op(op_name, op_num, handler, attr_list) argument

12345678910>>...20