Searched refs:first_data_ppos (Results 1 – 2 of 2) sorted by relevance
456 par->first_frame_ppos = htonl(STp->first_data_ppos); in osst_init_aux()1224 if (frame <= STp->first_data_ppos) { in osst_seek_sector()2121 header->partition[0].first_frame_ppos = htonl(STp->first_data_ppos); in osst_write_header()2169 STp->eod_frame_ppos = STp->first_data_ppos = 0x0000000A; in osst_reset_header()2301 STp->first_data_ppos = ntohl(header->partition[0].first_frame_ppos); in __osst_analyze_headers()2313 STp->first_data_ppos, in __osst_analyze_headers()2369 STp->eod_frame_ppos = STp->first_data_ppos = -1; in osst_analyze_headers()2394 STp->eod_frame_ppos = STp->first_data_ppos = 0; in osst_analyze_headers()2398 if (position <= STp->first_data_ppos) { in osst_analyze_headers()2399 position = STp->first_data_ppos; in osst_analyze_headers()[all …]
616 int first_data_ppos; member