Home
last modified time | relevance | path

Searched refs:pp_buf (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/block/partitions/
Dcheck.c151 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()
Dacorn.c44 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 …]
Dmsdos.c236 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 …]
Datari.c73 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()
Dibm.c149 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()
Damiga.c80 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()
Dsysv68.c79 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()
Dcheck.h23 char *pp_buf; member
50 strlcat(p->pp_buf, tmp, PAGE_SIZE); in put_partition()
Dmac.c75 strlcat(state->pp_buf, " [mac]", PAGE_SIZE); in mac_partition()
141 strlcat(state->pp_buf, "\n", PAGE_SIZE); in mac_partition()
Dcmdline.c47 strlcat(state->pp_buf, tmp, PAGE_SIZE); in add_part()
154 strlcat(state->pp_buf, "\n", PAGE_SIZE); in cmdline_partition()
Dultrix.c43 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ultrix_partition()
Dkarma.c55 strlcat(state->pp_buf, "\n", PAGE_SIZE); in karma_partition()
Daix.c210 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition()
278 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition()
Dsgi.c80 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sgi_partition()
Dosf.c84 strlcat(state->pp_buf, "\n", PAGE_SIZE); in osf_partition()
Dsun.c120 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sun_partition()
Defi.c728 strlcat(state->pp_buf, "\n", PAGE_SIZE); in efi_partition()
Dldm.c587 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()