Searched refs:nextblk (Results 1 – 2 of 2) sorted by relevance
165 uint nextblk = le32_to_cpu(dh->dqdh_next_free); in remove_free_dqentry() local171 if (nextblk) { in remove_free_dqentry()172 err = read_blk(info, nextblk, tmpbuf); in remove_free_dqentry()177 err = write_blk(info, nextblk, tmpbuf); in remove_free_dqentry()191 info->dqi_free_entry = nextblk; in remove_free_dqentry()
1057 unsigned long nextblk, nextoff; in isofs_get_blocks() local1072 nextblk = ei->i_next_section_block; in isofs_get_blocks()1095 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks()1099 ninode = isofs_iget(inode->i_sb, nextblk, nextoff); in isofs_get_blocks()1106 nextblk = ISOFS_I(ninode)->i_next_section_block; in isofs_get_blocks()1116 nextblk, nextoff); in isofs_get_blocks()