/kernel/linux/linux-5.10/net/ceph/ |
H A D | striper.c | 115 void *action_arg) in ceph_file_to_extents() 137 action_fn(ex, xlen, action_arg); in ceph_file_to_extents() 146 action_fn(last_ex, xlen, action_arg); in ceph_file_to_extents() 177 void *action_arg) in ceph_iterate_extents() 194 action_fn(ex, xlen, action_arg); in ceph_iterate_extents() 110 ceph_file_to_extents(struct ceph_file_layout *l, u64 off, u64 len, struct list_head *object_extents, struct ceph_object_extent *alloc_fn(void *arg), void *alloc_arg, ceph_object_extent_fn_t action_fn, void *action_arg) ceph_file_to_extents() argument 174 ceph_iterate_extents(struct ceph_file_layout *l, u64 off, u64 len, struct list_head *object_extents, ceph_object_extent_fn_t action_fn, void *action_arg) ceph_iterate_extents() argument
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | striper.c | 115 void *action_arg) in ceph_file_to_extents() 137 action_fn(ex, xlen, action_arg); in ceph_file_to_extents() 146 action_fn(last_ex, xlen, action_arg); in ceph_file_to_extents() 177 void *action_arg) in ceph_iterate_extents() 194 action_fn(ex, xlen, action_arg); in ceph_iterate_extents() 110 ceph_file_to_extents(struct ceph_file_layout *l, u64 off, u64 len, struct list_head *object_extents, struct ceph_object_extent *alloc_fn(void *arg), void *alloc_arg, ceph_object_extent_fn_t action_fn, void *action_arg) ceph_file_to_extents() argument 174 ceph_iterate_extents(struct ceph_file_layout *l, u64 off, u64 len, struct list_head *object_extents, ceph_object_extent_fn_t action_fn, void *action_arg) ceph_iterate_extents() argument
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | striper.h | 41 void *action_arg); 45 void *action_arg);
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | striper.h | 41 void *action_arg); 45 void *action_arg);
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dbcmds.c | 402 * PARAMETERS: action_arg - Null, "install", or "remove" 411 void acpi_db_display_interfaces(char *action_arg, char *interface_name_arg) in acpi_db_display_interfaces() argument 419 if (!action_arg) { in acpi_db_display_interfaces() 436 /* If action_arg exists, so must interface_name_arg */ in acpi_db_display_interfaces() 445 acpi_ut_strupr(action_arg); in acpi_db_display_interfaces() 449 sub_string = strstr("INSTALL", action_arg); in acpi_db_display_interfaces() 462 sub_string = strstr("REMOVE", action_arg); in acpi_db_display_interfaces() 473 /* Invalid action_arg */ in acpi_db_display_interfaces() 475 acpi_os_printf("Invalid action argument: %s\n", action_arg); in acpi_db_display_interfaces()
|
H A D | acdebug.h | 75 void acpi_db_display_interfaces(char *action_arg, char *interface_name_arg);
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dbcmds.c | 402 * PARAMETERS: action_arg - Null, "install", or "remove" 411 void acpi_db_display_interfaces(char *action_arg, char *interface_name_arg) in acpi_db_display_interfaces() argument 419 if (!action_arg) { in acpi_db_display_interfaces() 436 /* If action_arg exists, so must interface_name_arg */ in acpi_db_display_interfaces() 445 acpi_ut_strupr(action_arg); in acpi_db_display_interfaces() 449 sub_string = strstr("INSTALL", action_arg); in acpi_db_display_interfaces() 462 sub_string = strstr("REMOVE", action_arg); in acpi_db_display_interfaces() 473 /* Invalid action_arg */ in acpi_db_display_interfaces() 475 acpi_os_printf("Invalid action argument: %s\n", action_arg); in acpi_db_display_interfaces()
|
H A D | acdebug.h | 75 void acpi_db_display_interfaces(char *action_arg, char *interface_name_arg);
|