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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dquota_v2.c202 uint nextblk = le32_to_cpu(dh->dqdh_next_free), prevblk = le32_to_cpu(dh->dqdh_prev_free); local
207 if (nextblk) {
208 if ((err = read_blk(sb, type, nextblk, tmpbuf)) < 0)
211 if ((err = write_blk(sb, type, nextblk, tmpbuf)) < 0)
222 info->u.v2_i.dqi_free_entry = nextblk;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dinode.c918 unsigned long nextblk, nextoff; local
936 nextblk = ei->i_next_section_block;
954 /* On the last section, nextblk == 0, section size is likely to
958 while (nextblk && (b_off >= (offset + sect_size))) {
962 ninode = isofs_iget(inode->i_sb, nextblk, nextoff);
967 nextblk = ISOFS_I(ninode)->i_next_section_block;
974 "nextblk=%lu nextoff=%lu\n",
976 nextblk, nextoff);

Completed in 125 milliseconds