Searched refs:last_pos (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbootmem.h35 unsigned long last_pos; member in struct:bootmem_data
H A Dext3_fs.h729 loff_t last_pos; member in struct:dir_private_info
H A Dext4_fs.h760 loff_t last_pos; member in struct:dir_private_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dbootmem.c268 bdata->last_offset && bdata->last_pos+1 == start) {
274 /* last_pos unchanged */
276 ret = phys_to_virt(bdata->last_pos * PAGE_SIZE +
282 ret = phys_to_virt(bdata->last_pos * PAGE_SIZE +
285 bdata->last_pos = start + areasize - 1;
290 bdata->last_pos = start + areasize - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Ddir.c321 p->last_pos = 0;
449 if (info->last_pos != filp->f_pos) {
508 info->last_pos = filp->f_pos;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Ddir.c321 p->last_pos = 0;
449 if (info->last_pos != filp->f_pos) {
508 info->last_pos = filp->f_pos;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dgxf.c379 uint64_t last_pos; local
393 last_pos = url_ftell(pb);
396 url_fseek(pb, last_pos, SEEK_SET);
404 url_fseek(pb, last_pos, SEEK_SET);
H A Davidec.c127 int64_t last_pos= -1; local
171 if(last_pos == pos || pos == base - 8)
173 if(last_pos != pos)
180 last_pos= pos;
908 unsigned last_pos= -1; local
941 if(last_pos == pos)
949 last_pos= pos;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ymfpci/
H A Dymfpci_main.c323 if (pos < ypcm->last_pos)
324 delta = pos + (ypcm->buffer_size - ypcm->last_pos);
326 delta = pos - ypcm->last_pos;
328 ypcm->last_pos = pos;
370 if (pos < ypcm->last_pos)
371 delta = pos + (ypcm->buffer_size - ypcm->last_pos);
373 delta = pos - ypcm->last_pos;
375 ypcm->last_pos = pos;
675 ypcm->last_pos = 0;
709 ypcm->last_pos
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dinode.c369 int udf_extend_file(struct inode *inode, struct extent_position *last_pos, argument
414 udf_add_aext(inode, last_pos, last_ext->extLocation,
419 udf_write_aext(inode, last_pos, last_ext->extLocation, last_ext->extLength, 1);
432 if (udf_add_aext(inode, last_pos, last_ext->extLocation,
440 if (udf_add_aext(inode, last_pos, last_ext->extLocation,
448 if (udf_add_aext(inode, last_pos, prealloc_loc, prealloc_len, 1) == -1)
454 /* last_pos should point to the last written extent... */
456 last_pos->offset -= sizeof(short_ad);
458 last_pos->offset -= sizeof(long_ad);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dymfpci.h281 u32 last_pos; member in struct:snd_ymfpci_pcm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegaudiodec.c1456 int last_pos, bits_left; local
1547 last_pos=0;
1552 if (pos > end_pos2 && last_pos){
1556 skip_bits_long(&s->gb, last_pos - pos);
1557 av_log(s->avctx, AV_LOG_INFO, "overread, skip %d enddists: %d %d\n", last_pos - pos, end_pos-pos, end_pos2-pos);
1568 last_pos= pos;

Completed in 114 milliseconds