/linux-4.4.14/block/partitions/ |
D | check.c | 150 state->pp_buf = (char *)__get_free_page(GFP_KERNEL); in check_partition() 151 if (!state->pp_buf) { in check_partition() 155 state->pp_buf[0] = '\0'; in check_partition() 159 snprintf(state->pp_buf, PAGE_SIZE, " %s:", state->name); in check_partition() 177 printk(KERN_INFO "%s", state->pp_buf); in check_partition() 179 free_page((unsigned long)state->pp_buf); in check_partition() 189 strlcat(state->pp_buf, in check_partition() 191 printk(KERN_INFO "%s", state->pp_buf); in check_partition() 194 free_page((unsigned long)state->pp_buf); in check_partition()
|
D | acorn.c | 49 strlcat(state->pp_buf, " [", PAGE_SIZE); in adfs_partition() 50 strlcat(state->pp_buf, name, PAGE_SIZE); in adfs_partition() 51 strlcat(state->pp_buf, "]", PAGE_SIZE); in adfs_partition() 87 strlcat(state->pp_buf, " [RISCiX]", PAGE_SIZE); in riscix_partition() 94 strlcat(state->pp_buf, " <", PAGE_SIZE); in riscix_partition() 103 strlcat(state->pp_buf, "(", PAGE_SIZE); in riscix_partition() 104 strlcat(state->pp_buf, rr->part[part].name, PAGE_SIZE); in riscix_partition() 105 strlcat(state->pp_buf, ")", PAGE_SIZE); in riscix_partition() 109 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in riscix_partition() 139 strlcat(state->pp_buf, " [Linux]", PAGE_SIZE); in linux_partition() [all …]
|
D | msdos.c | 235 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 242 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 255 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 263 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_solaris_x86() 290 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd() 307 strlcat(state->pp_buf, "bad subpartition - ignored\n", PAGE_SIZE); in parse_bsd() 316 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd() 318 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_bsd() 371 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_unixware() 386 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_unixware() [all …]
|
D | atari.c | 65 strlcat(state->pp_buf, " AHDI", PAGE_SIZE); in atari_partition() 84 strlcat(state->pp_buf, " XGM<", PAGE_SIZE); in atari_partition() 123 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition() 130 strlcat(state->pp_buf, " ICD<", PAGE_SIZE); in atari_partition() 140 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition() 146 strlcat(state->pp_buf, "\n", PAGE_SIZE); in atari_partition()
|
D | ibm.c | 148 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_vol1_partitions() 186 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_vol1_partitions() 208 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_lnx1_partitions() 225 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions() 237 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions() 259 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions() 265 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions() 281 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_cms1_partitions() 347 strlcat(state->pp_buf, "(nonl)", PAGE_SIZE); in ibm_partition() 351 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ibm_partition()
|
D | amiga.c | 79 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 129 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 133 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 137 strlcat(state->pp_buf, "\n", PAGE_SIZE); in amiga_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 | check.h | 22 char *pp_buf; member 49 strlcat(p->pp_buf, tmp, PAGE_SIZE); in put_partition()
|
D | cmdline.c | 46 strlcat(state->pp_buf, tmp, PAGE_SIZE); in add_part() 96 strlcat(state->pp_buf, "\n", PAGE_SIZE); in cmdline_partition()
|
D | mac.c | 74 strlcat(state->pp_buf, " [mac]", PAGE_SIZE); in mac_partition() 140 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 | 54 strlcat(state->pp_buf, "\n", PAGE_SIZE); in karma_partition()
|
D | aix.c | 209 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition() 276 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition()
|
D | sgi.c | 79 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sgi_partition()
|
D | osf.c | 83 strlcat(state->pp_buf, "\n", PAGE_SIZE); in osf_partition()
|
D | sun.c | 119 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sun_partition()
|
D | efi.c | 735 strlcat(state->pp_buf, "\n", PAGE_SIZE); in efi_partition()
|
D | ldm.c | 653 strlcat(pp->pp_buf, " [LDM]", PAGE_SIZE); in ldm_create_data_partitions() 668 strlcat(pp->pp_buf, "\n", PAGE_SIZE); in ldm_create_data_partitions()
|