Searched refs:nextblk (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquota_tree.c129 uint nextblk = le32_to_cpu(dh->dqdh_next_free); local
135 if (nextblk) {
136 err = read_blk(info, nextblk, tmpbuf);
141 err = write_blk(info, nextblk, tmpbuf);
155 info->dqi_free_entry = nextblk;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Dinode.c968 unsigned long nextblk, nextoff; local
987 nextblk = ei->i_next_section_block;
1005 /* On the last section, nextblk == 0, section size is likely to
1009 while (nextblk && (b_off >= (offset + sect_size))) {
1013 ninode = isofs_iget(inode->i_sb, nextblk, nextoff);
1020 nextblk = ISOFS_I(ninode)->i_next_section_block;
1028 "nextblk=%lu nextoff=%lu\n", __func__,
1030 nextblk, nextoff);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dac3dsp.asm55 .nextblk:
58 jae .nextblk
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dac3dsp.asm58 .nextblk:
61 jae .nextblk

Completed in 83 milliseconds