Home
last modified time | relevance | path

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

/linux/block/partitions/
A Dacorn.c43 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()
88 strlcat(state->pp_buf, " <", PAGE_SIZE); in riscix_partition()
97 strlcat(state->pp_buf, "(", PAGE_SIZE); in riscix_partition()
99 strlcat(state->pp_buf, ")", PAGE_SIZE); in riscix_partition()
141 strlcat(state->pp_buf, " <", PAGE_SIZE); in linux_partition()
151 strlcat(state->pp_buf, " >", PAGE_SIZE); in linux_partition()
296 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_ADFS()
403 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_ICS()
[all …]
A Dmsdos.c270 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()
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()
552 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_minix()
[all …]
A 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()
147 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition()
153 strlcat(state->pp_buf, "\n", PAGE_SIZE); in atari_partition()
A Dibm.c184 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_vol1_partitions()
222 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_vol1_partitions()
244 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_lnx1_partitions()
261 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions()
273 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions()
295 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions()
301 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions()
317 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_cms1_partitions()
394 strlcat(state->pp_buf, "(nonl)", PAGE_SIZE); in ibm_partition()
398 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ibm_partition()
A 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()
A Damiga.c89 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()
A Dcore.c122 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()
A Dcheck.h23 char *pp_buf; member
45 strlcat(p->pp_buf, tmp, PAGE_SIZE); in put_partition()
A Dmac.c77 strlcat(state->pp_buf, " [mac]", PAGE_SIZE); in mac_partition()
143 strlcat(state->pp_buf, "\n", PAGE_SIZE); in mac_partition()
A Dultrix.c42 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ultrix_partition()
A Dkarma.c56 strlcat(state->pp_buf, "\n", PAGE_SIZE); in karma_partition()
A Daix.c193 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition()
261 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition()
A Dsgi.c84 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sgi_partition()
A Dosf.c84 strlcat(state->pp_buf, "\n", PAGE_SIZE); in osf_partition()
A Dcmdline.c245 strlcat(state->pp_buf, tmp, PAGE_SIZE); in add_part()
379 strlcat(state->pp_buf, "\n", PAGE_SIZE); in cmdline_partition()
A Dsun.c126 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sun_partition()
A Defi.c755 strlcat(state->pp_buf, "\n", PAGE_SIZE); in efi_partition()
A Dldm.c585 strlcat(pp->pp_buf, " [LDM]", PAGE_SIZE); in ldm_create_data_partitions()
600 strlcat(pp->pp_buf, "\n", PAGE_SIZE); in ldm_create_data_partitions()

Completed in 625 milliseconds