Searched refs:LD2PT (Results 1 – 2 of 2) sorted by relevance
108 #define LD2PT(vol) (VolToPart[vol].pt) /* Get partition index */ macro113 #define LD2PT(vol) 0 /* Find first valid partition or in SFD */ macro
2724 …if (fmt != 2 && (fmt >= 3 || LD2PT(vol) == 0)) return fmt; /* Returns if it is a FAT VBR as auto s… in find_volume()2729 extended_br = LD2PT(vol) - 4; in find_volume()2748 i = LD2PT(vol); /* Partition number: 0:auto, 1-4:primary, >4:logical */ in find_volume()2753 i = LD2PT(vol); /* Partition number: 0:auto, 1-4:forced */ in find_volume()5619 ipart = LD2PT(vol); /* Partition (0:create as new, 1..:get from partition table) */