Searched refs:nextblk (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/quota/ |
H A D | quota_tree.c | 169 uint nextblk = le32_to_cpu(dh->dqdh_next_free); in remove_free_dqentry() local 175 if (nextblk) { in remove_free_dqentry() 176 err = read_blk(info, nextblk, tmpbuf); in remove_free_dqentry() 181 err = write_blk(info, nextblk, tmpbuf); in remove_free_dqentry() 195 info->dqi_free_entry = nextblk; in remove_free_dqentry()
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | quota_tree.c | 165 uint nextblk = le32_to_cpu(dh->dqdh_next_free); in remove_free_dqentry() local 171 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()
|
/kernel/linux/linux-5.10/fs/isofs/ |
H A D | inode.c | 1056 unsigned long nextblk, nextoff; in isofs_get_blocks() local 1071 nextblk = ei->i_next_section_block; in isofs_get_blocks() 1090 /* On the last section, nextblk == 0, section size is likely to in isofs_get_blocks() 1094 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks() 1098 ninode = isofs_iget(inode->i_sb, nextblk, nextoff); in isofs_get_blocks() 1105 nextblk = ISOFS_I(ninode)->i_next_section_block; in isofs_get_blocks() 1113 "nextblk=%lu nextoff=%lu\n", __func__, in isofs_get_blocks() 1115 nextblk, nextoff); in isofs_get_blocks()
|
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | inode.c | 1057 unsigned long nextblk, nextoff; in isofs_get_blocks() local 1072 nextblk = ei->i_next_section_block; in isofs_get_blocks() 1091 /* On the last section, nextblk == 0, section size is likely to 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() 1114 "nextblk=%lu nextoff=%lu\n", __func__, in isofs_get_blocks() 1116 nextblk, nextoff); in isofs_get_blocks()
|
Completed in 6 milliseconds