/linux-6.3-rc2/block/partitions/ |
A D | acorn.c | 43 strlcat(state->pp_buf, " [", PAGE_SIZE); in adfs_partition() 44 strlcat(state->pp_buf, name, PAGE_SIZE); in adfs_partition() 45 strlcat(state->pp_buf, "]", PAGE_SIZE); in adfs_partition() 88 strlcat(state->pp_buf, " <", PAGE_SIZE); in riscix_partition() 97 strlcat(state->pp_buf, "(", PAGE_SIZE); in riscix_partition() 99 strlcat(state->pp_buf, ")", PAGE_SIZE); in riscix_partition() 141 strlcat(state->pp_buf, " <", PAGE_SIZE); in linux_partition() 151 strlcat(state->pp_buf, " >", PAGE_SIZE); in linux_partition() 296 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_ADFS() 403 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_ICS() [all …]
|
A D | msdos.c | 270 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 277 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 290 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 298 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_solaris_x86() 373 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd() 403 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd() 405 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_bsd() 503 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_unixware() 518 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_unixware() 552 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_minix() [all …]
|
A D | atari.c | 73 strlcat(state->pp_buf, " AHDI", PAGE_SIZE); in atari_partition() 92 strlcat(state->pp_buf, " XGM<", PAGE_SIZE); in atari_partition() 131 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition() 138 strlcat(state->pp_buf, " ICD<", PAGE_SIZE); in atari_partition() 147 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition() 153 strlcat(state->pp_buf, "\n", PAGE_SIZE); in atari_partition()
|
A D | ibm.c | 149 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_vol1_partitions() 187 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_vol1_partitions() 209 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_lnx1_partitions() 226 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions() 238 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions() 260 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions() 266 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions() 282 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_cms1_partitions() 356 strlcat(state->pp_buf, "(nonl)", PAGE_SIZE); in ibm_partition() 360 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ibm_partition()
|
A D | amiga.c | 77 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 126 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 130 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 134 strlcat(state->pp_buf, "\n", PAGE_SIZE); in amiga_partition()
|
A D | sysv68.c | 78 strlcat(state->pp_buf, tmp, PAGE_SIZE); in sysv68_partition() 88 strlcat(state->pp_buf, tmp, PAGE_SIZE); in sysv68_partition() 92 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sysv68_partition()
|
A D | core.c | 130 state->pp_buf = (char *)__get_free_page(GFP_KERNEL); in check_partition() 131 if (!state->pp_buf) { in check_partition() 135 state->pp_buf[0] = '\0'; in check_partition() 139 snprintf(state->pp_buf, PAGE_SIZE, " %s:", state->name); in check_partition() 158 printk(KERN_INFO "%s", state->pp_buf); in check_partition() 160 free_page((unsigned long)state->pp_buf); in check_partition() 171 strlcat(state->pp_buf, in check_partition() 173 printk(KERN_INFO "%s", state->pp_buf); in check_partition() 176 free_page((unsigned long)state->pp_buf); in check_partition()
|
A D | check.h | 23 char *pp_buf; member 45 strlcat(p->pp_buf, tmp, PAGE_SIZE); in put_partition()
|
A D | mac.c | 75 strlcat(state->pp_buf, " [mac]", PAGE_SIZE); in mac_partition() 141 strlcat(state->pp_buf, "\n", PAGE_SIZE); in mac_partition()
|
A D | ultrix.c | 42 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ultrix_partition()
|
A D | karma.c | 56 strlcat(state->pp_buf, "\n", PAGE_SIZE); in karma_partition()
|
A D | aix.c | 193 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition() 261 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition()
|
A D | sgi.c | 84 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sgi_partition()
|
A D | osf.c | 84 strlcat(state->pp_buf, "\n", PAGE_SIZE); in osf_partition()
|
A D | cmdline.c | 274 strlcat(state->pp_buf, tmp, PAGE_SIZE); in add_part() 408 strlcat(state->pp_buf, "\n", PAGE_SIZE); in cmdline_partition()
|
A D | sun.c | 126 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sun_partition()
|
A D | efi.c | 755 strlcat(state->pp_buf, "\n", PAGE_SIZE); in efi_partition()
|
A D | ldm.c | 587 strlcat(pp->pp_buf, " [LDM]", PAGE_SIZE); in ldm_create_data_partitions() 602 strlcat(pp->pp_buf, "\n", PAGE_SIZE); in ldm_create_data_partitions()
|