Home
last modified time | relevance | path

Searched refs:next_pos (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/fs/hpfs/
H A Ddir.c72 loff_t next_pos; in hpfs_readdir() local
154 next_pos = ctx->pos; in hpfs_readdir()
155 if (!(de = map_pos_dirent(inode, &next_pos, &qbh))) { in hpfs_readdir()
156 ctx->pos = next_pos; in hpfs_readdir()
169 ctx->pos = next_pos; in hpfs_readdir()
178 ctx->pos = next_pos; in hpfs_readdir()
/linux-6.15/fs/f2fs/
H A Dsegment.h795 int cur_pos = 0, next_pos; in check_block_count() local
801 next_pos = find_next_zero_bit_le(&raw_sit->valid_map, in check_block_count()
804 valid_blocks += next_pos - cur_pos; in check_block_count()
806 next_pos = find_next_bit_le(&raw_sit->valid_map, in check_block_count()
809 cur_pos = next_pos; in check_block_count()
H A Dsegment.c1600 dc = __lookup_discard_cmd_ret(&dcc->root, dcc->next_pos, in __issue_discard_cmd_orderly()
1619 dcc->next_pos = dc->di.lstart + dc->di.len; in __issue_discard_cmd_orderly()
1634 dcc->next_pos = 0; in __issue_discard_cmd_orderly()
2247 unsigned int cur_pos = 0, next_pos, len, total_len = 0; in f2fs_clear_prefree_segments() local
2252 next_pos = find_next_zero_bit_le(entry->discard_map, in f2fs_clear_prefree_segments()
2254 len = next_pos - cur_pos; in f2fs_clear_prefree_segments()
2264 next_pos = find_next_bit_le(entry->discard_map, in f2fs_clear_prefree_segments()
2268 cur_pos = next_pos; in f2fs_clear_prefree_segments()
2346 dcc->next_pos = 0; in create_discard_cmd_control()
H A Df2fs.h438 unsigned int next_pos; /* next discard position */ member
/linux-6.15/fs/xfs/scrub/
H A Dxfarray.c826 loff_t next_pos; in xfarray_sort_scan() local
837 next_pos = folio_pos(si->folio) + folio_size(si->folio); in xfarray_sort_scan()
838 si->last_folio_idx = xfarray_idx(si->array, next_pos - 1); in xfarray_sort_scan()
839 if (xfarray_pos(si->array, si->last_folio_idx + 1) > next_pos) in xfarray_sort_scan()
/linux-6.15/fs/erofs/
H A Dxattr.c319 erofs_off_t next_pos; in erofs_xattr_iter_inline() local
344 next_pos = it->pos + entry_sz; in erofs_xattr_iter_inline()
353 it->pos = next_pos; in erofs_xattr_iter_inline()
/linux-6.15/fs/bcachefs/
H A Ddata_update.c212 struct bpos next_pos; in __bch2_data_update_index_update() local
336 next_pos = insert->k.p; in __bch2_data_update_index_update()
401 bch2_btree_iter_set_pos(trans, &iter, next_pos); in __bch2_data_update_index_update()
H A Dio_write.c305 struct bpos next_pos; in bch2_extent_update() local
324 next_pos = k->k.p; in bch2_extent_update()
361 bch2_btree_iter_set_pos(trans, iter, next_pos); in bch2_extent_update()
/linux-6.15/fs/ocfs2/
H A Dfile.c936 u64 next_pos; in ocfs2_zero_extend_range() local
946 next_pos = (zero_pos & PAGE_MASK) + PAGE_SIZE; in ocfs2_zero_extend_range()
947 if (next_pos > range_end) in ocfs2_zero_extend_range()
948 next_pos = range_end; in ocfs2_zero_extend_range()
949 rc = ocfs2_write_zero_page(inode, zero_pos, next_pos, di_bh); in ocfs2_zero_extend_range()
954 zero_pos = next_pos; in ocfs2_zero_extend_range()
/linux-6.15/sound/pci/lx6464es/
H A Dlx_core.c1023 const u32 next_pos = ((pos+1) == substream->runtime->periods) ? in lx_interrupt_request_new_buffer() local
1049 lx_stream->frame_pos = next_pos; in lx_interrupt_request_new_buffer()