nextblk          1063 fs/isofs/inode.c 	unsigned long nextblk, nextoff;
nextblk          1078 fs/isofs/inode.c 	nextblk = ei->i_next_section_block;
nextblk          1101 fs/isofs/inode.c 		while (nextblk && (b_off >= (offset + sect_size))) {
nextblk          1105 fs/isofs/inode.c 			ninode = isofs_iget(inode->i_sb, nextblk, nextoff);
nextblk          1112 fs/isofs/inode.c 			nextblk   = ISOFS_I(ninode)->i_next_section_block;
nextblk          1122 fs/isofs/inode.c 					nextblk, nextoff);
nextblk           137 fs/quota/quota_tree.c 	uint nextblk = le32_to_cpu(dh->dqdh_next_free);
nextblk           143 fs/quota/quota_tree.c 	if (nextblk) {
nextblk           144 fs/quota/quota_tree.c 		err = read_blk(info, nextblk, tmpbuf);
nextblk           149 fs/quota/quota_tree.c 		err = write_blk(info, nextblk, tmpbuf);
nextblk           163 fs/quota/quota_tree.c 		info->dqi_free_entry = nextblk;