HelenOS sources
lf_can_delete_part 1195 uspace/app/fdisk/fdisk.c if ((linfo.flags & lf_can_delete_part) != 0) {
lf_can_delete_part 595 uspace/lib/label/src/gpt.c linfo->flags = linfo->flags | lf_can_delete_part;
lf_can_delete_part 456 uspace/lib/label/src/mbr.c linfo->flags |= lf_can_delete_part;
lf_can_delete_part 359 uspace/lib/label/test/label.c lf_can_create_ext | lf_can_delete_part | lf_can_modify_part,
lf_can_delete_part 446 uspace/lib/label/test/label.c lf_can_create_log | lf_can_delete_part | lf_can_modify_part,
lf_can_delete_part 589 uspace/lib/label/test/label.c lf_can_delete_part | lf_can_modify_part, linfo.flags);
HelenOS homepage, sources at GitHub