| /Linux-v5.4/fs/ext4/ |
| D | xattr_user.c | 22 ext4_xattr_user_get(const struct xattr_handler *handler, in ext4_xattr_user_get() 33 ext4_xattr_user_set(const struct xattr_handler *handler, in ext4_xattr_user_set()
|
| D | xattr_security.c | 16 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.4/net/wireless/ |
| D | wext-priv.c | 139 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.4/arch/xtensa/kernel/ |
| D | traps.c | 86 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.4/drivers/s390/cio/ |
| D | crw.c | 32 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.4/fs/jffs2/ |
| D | security.c | 51 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.4/fs/ext2/ |
| D | xattr_security.c | 12 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.4/fs/hfsplus/ |
| D | xattr_security.c | 16 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.4/fs/f2fs/ |
| D | xattr.c | 26 static int f2fs_xattr_generic_get(const struct xattr_handler *handler, in f2fs_xattr_generic_get() 47 static int f2fs_xattr_generic_set(const struct xattr_handler *handler, in f2fs_xattr_generic_set() 81 static int f2fs_xattr_advise_get(const struct xattr_handler *handler, in f2fs_xattr_advise_get() 90 static int f2fs_xattr_advise_set(const struct xattr_handler *handler, in f2fs_xattr_advise_set() 199 const struct xattr_handler *handler = NULL; in f2fs_xattr_handler() local 554 const struct xattr_handler *handler = in f2fs_listxattr() local
|
| /Linux-v5.4/fs/reiserfs/ |
| D | xattr_security.c | 13 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.4/drivers/acpi/acpica/ |
| D | evxface.c | 59 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.4/arch/s390/kernel/ |
| D | irq.c | 221 ext_int_handler_t handler; member 237 int register_external_irq(u16 code, ext_int_handler_t handler) in register_external_irq() 257 int unregister_external_irq(u16 code, ext_int_handler_t handler) in unregister_external_irq()
|
| /Linux-v5.4/fs/btrfs/ |
| D | props.c | 60 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.4/net/smc/ |
| D | smc_wr.c | 42 smc_wr_tx_handler handler; member 169 smc_wr_tx_handler handler, in smc_wr_tx_get_free_slot() 315 int smc_wr_rx_register_handler(struct smc_wr_rx_handler *handler) in smc_wr_rx_register_handler() 340 struct smc_wr_rx_handler *handler; in smc_wr_rx_demultiplex() local
|
| /Linux-v5.4/sound/firewire/dice/ |
| D | dice-transaction.c | 243 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.4/drivers/misc/cxl/ |
| D | irq.c | 224 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.4/fs/hfs/ |
| D | attr.c | 116 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.4/kernel/irq/ |
| D | devres.c | 52 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.4/arch/powerpc/include/asm/ |
| D | kexec.h | 131 static inline int crash_shutdown_register(crash_shutdown_t handler) in crash_shutdown_register() 136 static inline int crash_shutdown_unregister(crash_shutdown_t handler) in crash_shutdown_unregister()
|
| /Linux-v5.4/arch/openrisc/kernel/ |
| D | entry.S | 143 #define EXCEPTION_ENTRY(handler) \ argument 183 #define UNHANDLED_EXCEPTION(handler,vector) \ argument
|
| /Linux-v5.4/drivers/ide/ |
| D | ide-iops.c | 450 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.4/fs/ |
| D | xattr.c | 44 #define for_each_xattr_handler(handlers, handler) \ argument 57 const struct xattr_handler *handler; in xattr_resolve_name() local 141 const struct xattr_handler *handler; in __vfs_setxattr() local 270 const struct xattr_handler *handler; in vfs_getxattr_alloc() local 304 const struct xattr_handler *handler; in __vfs_getxattr() local 370 const struct xattr_handler *handler; in __vfs_removexattr() local 752 const struct xattr_handler *handler, **handlers = dentry->d_sb->s_xattr; in generic_listxattr() local 798 const char *xattr_full_name(const struct xattr_handler *handler, in xattr_full_name()
|
| /Linux-v5.4/include/linux/ |
| D | genl_magic_struct.h | 108 #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
|
| /Linux-v5.4/drivers/firewire/ |
| D | core-transaction.c | 486 struct fw_address_handler *handler; in lookup_overlapping_address_handler() local 497 static bool is_enclosing_handler(struct fw_address_handler *handler, in is_enclosing_handler() 507 struct fw_address_handler *handler; in lookup_enclosing_address_handler() local 562 int fw_core_add_address_handler(struct fw_address_handler *handler, in fw_core_add_address_handler() 609 void fw_core_remove_address_handler(struct fw_address_handler *handler) in fw_core_remove_address_handler() 840 struct fw_address_handler *handler; in handle_exclusive_region_request() local 869 struct fw_address_handler *handler; in handle_fcp_region_request() local
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | crash.c | 255 int crash_shutdown_register(crash_shutdown_t handler) in crash_shutdown_register() 279 int crash_shutdown_unregister(crash_shutdown_t handler) in crash_shutdown_unregister()
|