Home
last modified time | relevance | path

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

/linux-4.4.14/block/partitions/
Dcheck.c150 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()
Dacorn.c49 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 …]
Dmsdos.c235 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 …]
Datari.c65 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()
Dibm.c148 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()
Damiga.c79 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()
Dsysv68.c78 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()
Dcheck.h22 char *pp_buf; member
49 strlcat(p->pp_buf, tmp, PAGE_SIZE); in put_partition()
Dcmdline.c46 strlcat(state->pp_buf, tmp, PAGE_SIZE); in add_part()
96 strlcat(state->pp_buf, "\n", PAGE_SIZE); in cmdline_partition()
Dmac.c74 strlcat(state->pp_buf, " [mac]", PAGE_SIZE); in mac_partition()
140 strlcat(state->pp_buf, "\n", PAGE_SIZE); in mac_partition()
Dultrix.c42 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ultrix_partition()
Dkarma.c54 strlcat(state->pp_buf, "\n", PAGE_SIZE); in karma_partition()
Daix.c209 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition()
276 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition()
Dsgi.c79 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sgi_partition()
Dosf.c83 strlcat(state->pp_buf, "\n", PAGE_SIZE); in osf_partition()
Dsun.c119 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sun_partition()
Defi.c735 strlcat(state->pp_buf, "\n", PAGE_SIZE); in efi_partition()
Dldm.c653 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()