/Linux-v5.4/block/partitions/ |
D | check.c | 151 state->pp_buf = (char *)__get_free_page(GFP_KERNEL); in check_partition() 152 if (!state->pp_buf) { in check_partition() 156 state->pp_buf[0] = '\0'; in check_partition() 160 snprintf(state->pp_buf, PAGE_SIZE, " %s:", state->name); in check_partition() 178 printk(KERN_INFO "%s", state->pp_buf); in check_partition() 180 free_page((unsigned long)state->pp_buf); in check_partition() 190 strlcat(state->pp_buf, in check_partition() 192 printk(KERN_INFO "%s", state->pp_buf); in check_partition() 195 free_page((unsigned long)state->pp_buf); in check_partition()
|
D | acorn.c | 44 strlcat(state->pp_buf, " [", PAGE_SIZE); in adfs_partition() 45 strlcat(state->pp_buf, name, PAGE_SIZE); in adfs_partition() 46 strlcat(state->pp_buf, "]", PAGE_SIZE); in adfs_partition() 82 strlcat(state->pp_buf, " [RISCiX]", PAGE_SIZE); in riscix_partition() 89 strlcat(state->pp_buf, " <", PAGE_SIZE); in riscix_partition() 98 strlcat(state->pp_buf, "(", PAGE_SIZE); in riscix_partition() 99 strlcat(state->pp_buf, rr->part[part].name, PAGE_SIZE); in riscix_partition() 100 strlcat(state->pp_buf, ")", PAGE_SIZE); in riscix_partition() 104 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in riscix_partition() 134 strlcat(state->pp_buf, " [Linux]", PAGE_SIZE); in linux_partition() [all …]
|
D | msdos.c | 236 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 243 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 256 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 264 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_solaris_x86() 291 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd() 312 strlcat(state->pp_buf, "bad subpartition - ignored\n", PAGE_SIZE); in parse_bsd() 321 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd() 323 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_bsd() 376 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_unixware() 391 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() 148 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition() 154 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() 348 strlcat(state->pp_buf, "(nonl)", PAGE_SIZE); in ibm_partition() 352 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ibm_partition()
|
D | amiga.c | 80 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, tmp, PAGE_SIZE); in amiga_partition() 138 strlcat(state->pp_buf, "\n", PAGE_SIZE); in amiga_partition()
|
D | sysv68.c | 79 strlcat(state->pp_buf, tmp, PAGE_SIZE); in sysv68_partition() 89 strlcat(state->pp_buf, tmp, PAGE_SIZE); in sysv68_partition() 93 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sysv68_partition()
|
D | check.h | 23 char *pp_buf; member 50 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 | cmdline.c | 47 strlcat(state->pp_buf, tmp, PAGE_SIZE); in add_part() 154 strlcat(state->pp_buf, "\n", PAGE_SIZE); in cmdline_partition()
|
D | ultrix.c | 43 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ultrix_partition()
|
D | karma.c | 55 strlcat(state->pp_buf, "\n", PAGE_SIZE); in karma_partition()
|
D | aix.c | 210 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition() 278 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition()
|
D | sgi.c | 80 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 | sun.c | 120 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sun_partition()
|
D | efi.c | 728 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()
|