/Linux-v6.6/block/partitions/ |
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() 81 strlcat(state->pp_buf, " [RISCiX]", PAGE_SIZE); in riscix_partition() 88 strlcat(state->pp_buf, " <", PAGE_SIZE); in riscix_partition() 97 strlcat(state->pp_buf, "(", PAGE_SIZE); in riscix_partition() 98 strlcat(state->pp_buf, rr->part[part].name, PAGE_SIZE); in riscix_partition() 99 strlcat(state->pp_buf, ")", PAGE_SIZE); in riscix_partition() 103 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in riscix_partition() 133 strlcat(state->pp_buf, " [Linux]", PAGE_SIZE); in linux_partition() [all …]
|
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() 394 strlcat(state->pp_buf, "bad subpartition - ignored\n", 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() [all …]
|
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()
|
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()
|
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()
|
D | amiga.c | 89 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 194 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 198 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 202 strlcat(state->pp_buf, "\n", PAGE_SIZE); in amiga_partition()
|
D | core.c | 122 state->pp_buf = (char *)__get_free_page(GFP_KERNEL); in check_partition() 123 if (!state->pp_buf) { in check_partition() 127 state->pp_buf[0] = '\0'; in check_partition() 131 snprintf(state->pp_buf, PAGE_SIZE, " %s:", state->name); in check_partition() 150 printk(KERN_INFO "%s", state->pp_buf); in check_partition() 152 free_page((unsigned long)state->pp_buf); in check_partition() 163 strlcat(state->pp_buf, in check_partition() 165 printk(KERN_INFO "%s", state->pp_buf); in check_partition() 168 free_page((unsigned long)state->pp_buf); in check_partition()
|
D | check.h | 23 char *pp_buf; member 45 strlcat(p->pp_buf, tmp, PAGE_SIZE); in put_partition()
|
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()
|
D | ultrix.c | 42 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ultrix_partition()
|
D | karma.c | 56 strlcat(state->pp_buf, "\n", PAGE_SIZE); in karma_partition()
|
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()
|
D | sgi.c | 84 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sgi_partition()
|
D | osf.c | 84 strlcat(state->pp_buf, "\n", PAGE_SIZE); in osf_partition()
|
D | cmdline.c | 270 strlcat(state->pp_buf, tmp, PAGE_SIZE); in add_part() 404 strlcat(state->pp_buf, "\n", PAGE_SIZE); in cmdline_partition()
|
D | sun.c | 126 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sun_partition()
|
D | efi.c | 755 strlcat(state->pp_buf, "\n", PAGE_SIZE); in efi_partition()
|
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()
|