Searched refs:nextblk (Results 1 – 2 of 2) sorted by relevance
127 uint nextblk = le32_to_cpu(dh->dqdh_next_free); in remove_free_dqentry() local133 if (nextblk) { in remove_free_dqentry()134 err = read_blk(info, nextblk, tmpbuf); in remove_free_dqentry()139 err = write_blk(info, nextblk, tmpbuf); in remove_free_dqentry()153 info->dqi_free_entry = nextblk; in remove_free_dqentry()
950 unsigned long nextblk, nextoff; in isofs_get_blocks() local969 nextblk = ei->i_next_section_block; in isofs_get_blocks()991 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks()995 ninode = isofs_iget(inode->i_sb, nextblk, nextoff); in isofs_get_blocks()1002 nextblk = ISOFS_I(ninode)->i_next_section_block; in isofs_get_blocks()1012 nextblk, nextoff); in isofs_get_blocks()