Searched refs:out_header (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | tbprint.c | 22 acpi_tb_cleanup_table_header(struct acpi_table_header *out_header, 56 * PARAMETERS: out_header - Where the cleaned header is returned 59 * RETURN: Returns the cleaned header in out_header 67 acpi_tb_cleanup_table_header(struct acpi_table_header *out_header, in acpi_tb_cleanup_table_header() argument 71 memcpy(out_header, header, sizeof(struct acpi_table_header)); in acpi_tb_cleanup_table_header() 73 acpi_tb_fix_string(out_header->signature, ACPI_NAMESEG_SIZE); in acpi_tb_cleanup_table_header() 74 acpi_tb_fix_string(out_header->oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_cleanup_table_header() 75 acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in acpi_tb_cleanup_table_header() 76 acpi_tb_fix_string(out_header->asl_compiler_id, ACPI_NAMESEG_SIZE); in acpi_tb_cleanup_table_header()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | tbprint.c | 21 acpi_tb_cleanup_table_header(struct acpi_table_header *out_header, 55 * PARAMETERS: out_header - Where the cleaned header is returned 58 * RETURN: Returns the cleaned header in out_header 66 acpi_tb_cleanup_table_header(struct acpi_table_header *out_header, in acpi_tb_cleanup_table_header() argument 70 memcpy(out_header, header, sizeof(struct acpi_table_header)); in acpi_tb_cleanup_table_header() 72 acpi_tb_fix_string(out_header->signature, ACPI_NAMESEG_SIZE); in acpi_tb_cleanup_table_header() 73 acpi_tb_fix_string(out_header->oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_cleanup_table_header() 74 acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in acpi_tb_cleanup_table_header() 75 acpi_tb_fix_string(out_header->asl_compiler_id, ACPI_NAMESEG_SIZE); in acpi_tb_cleanup_table_header()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | sufile.c | 193 goto out_header; in nilfs_sufile_updatev() 209 goto out_header; in nilfs_sufile_updatev() 213 out_header: in nilfs_sufile_updatev() 354 goto out_header; in nilfs_sufile_alloc() 384 goto out_header; in nilfs_sufile_alloc() 394 out_header: in nilfs_sufile_alloc() 711 goto out_header; in nilfs_sufile_truncate_range() 726 goto out_header; in nilfs_sufile_truncate_range() 750 out_header: in nilfs_sufile_truncate_range() 807 goto out_header; in nilfs_sufile_resize() [all...] |
H A D | cpfile.c | 237 goto out_header; in nilfs_cpfile_get_checkpoint() 245 goto out_header; in nilfs_cpfile_get_checkpoint() 267 out_header: in nilfs_cpfile_get_checkpoint() 669 goto out_header; in nilfs_cpfile_set_snapshot() 725 out_header: in nilfs_cpfile_set_snapshot() 778 goto out_header; in nilfs_cpfile_clear_snapshot() 828 out_header: in nilfs_cpfile_clear_snapshot()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | sufile.c | 193 goto out_header; in nilfs_sufile_updatev() 209 goto out_header; in nilfs_sufile_updatev() 213 out_header: in nilfs_sufile_updatev() 354 goto out_header; in nilfs_sufile_alloc() 384 goto out_header; in nilfs_sufile_alloc() 394 out_header: in nilfs_sufile_alloc() 711 goto out_header; in nilfs_sufile_truncate_range() 726 goto out_header; in nilfs_sufile_truncate_range() 750 out_header: in nilfs_sufile_truncate_range() 807 goto out_header; in nilfs_sufile_resize() [all...] |
H A D | cpfile.c | 237 goto out_header; in nilfs_cpfile_get_checkpoint() 245 goto out_header; in nilfs_cpfile_get_checkpoint() 267 out_header: in nilfs_cpfile_get_checkpoint() 669 goto out_header; in nilfs_cpfile_set_snapshot() 725 out_header: in nilfs_cpfile_set_snapshot() 778 goto out_header; in nilfs_cpfile_clear_snapshot() 828 out_header: in nilfs_cpfile_clear_snapshot()
|
Completed in 6 milliseconds