Searched refs:first_data_ppos (Results 1 – 2 of 2) sorted by relevance
596 par->first_frame_ppos = htonl(STp->first_data_ppos); in osst_init_aux()1420 if (frame <= STp->first_data_ppos) { in osst_seek_sector()2321 header->partition[0].first_frame_ppos = htonl(STp->first_data_ppos); in osst_write_header()2369 STp->eod_frame_ppos = STp->first_data_ppos = 0x0000000A; in osst_reset_header()2500 STp->first_data_ppos = ntohl(header->partition[0].first_frame_ppos); in __osst_analyze_headers()2512 STp->first_data_ppos, in __osst_analyze_headers()2568 STp->eod_frame_ppos = STp->first_data_ppos = -1; in osst_analyze_headers()2593 STp->eod_frame_ppos = STp->first_data_ppos = 0; in osst_analyze_headers()2597 if (position <= STp->first_data_ppos) { in osst_analyze_headers()2598 position = STp->first_data_ppos; in osst_analyze_headers()[all …]
613 int first_data_ppos; member