Searched refs:first_data_ppos (Results 1 – 2 of 2) sorted by relevance
599 par->first_frame_ppos = htonl(STp->first_data_ppos); in osst_init_aux()1423 if (frame <= STp->first_data_ppos) { in osst_seek_sector()2324 header->partition[0].first_frame_ppos = htonl(STp->first_data_ppos); in osst_write_header()2372 STp->eod_frame_ppos = STp->first_data_ppos = 0x0000000A; in osst_reset_header()2503 STp->first_data_ppos = ntohl(header->partition[0].first_frame_ppos); in __osst_analyze_headers()2515 STp->first_data_ppos, in __osst_analyze_headers()2571 STp->eod_frame_ppos = STp->first_data_ppos = -1; in osst_analyze_headers()2596 STp->eod_frame_ppos = STp->first_data_ppos = 0; in osst_analyze_headers()2600 if (position <= STp->first_data_ppos) { in osst_analyze_headers()2601 position = STp->first_data_ppos; in osst_analyze_headers()[all …]
614 int first_data_ppos; member