Searched refs:next_pos (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/reiserfs/
H A Ddir.c73 loff_t next_pos; local
88 next_pos = cpu_key_k_offset(&pos_key);
224 next_pos = cur_pos + 1;
228 next_pos);
248 set_cpu_key_k_offset(&pos_key, next_pos);
264 ctx->pos = next_pos;
/linux-master/fs/hpfs/
H A Ddir.c72 loff_t next_pos; local
154 next_pos = ctx->pos;
155 if (!(de = map_pos_dirent(inode, &next_pos, &qbh))) {
156 ctx->pos = next_pos;
169 ctx->pos = next_pos;
178 ctx->pos = next_pos;
/linux-master/fs/f2fs/
H A Dsegment.h756 int cur_pos = 0, next_pos; local
762 next_pos = find_next_zero_bit_le(&raw_sit->valid_map,
765 valid_blocks += next_pos - cur_pos;
767 next_pos = find_next_bit_le(&raw_sit->valid_map,
770 cur_pos = next_pos;
H A Dsegment.c1577 dc = __lookup_discard_cmd_ret(&dcc->root, dcc->next_pos,
1596 dcc->next_pos = dc->di.lstart + dc->di.len;
1611 dcc->next_pos = 0;
2222 unsigned int cur_pos = 0, next_pos, len, total_len = 0; local
2227 next_pos = find_next_zero_bit_le(entry->discard_map,
2229 len = next_pos - cur_pos;
2239 next_pos = find_next_bit_le(entry->discard_map,
2243 cur_pos = next_pos;
2322 dcc->next_pos = 0;
H A Df2fs.h424 unsigned int next_pos; /* next discard position */ member in struct:discard_cmd_control
/linux-master/fs/erofs/
H A Dxattr.c319 erofs_off_t next_pos; local
344 next_pos = it->pos + entry_sz;
353 it->pos = next_pos;
/linux-master/fs/xfs/scrub/
H A Dxfarray.c826 loff_t next_pos; local
837 next_pos = folio_pos(si->folio) + folio_size(si->folio);
838 si->last_folio_idx = xfarray_idx(si->array, next_pos - 1);
839 if (xfarray_pos(si->array, si->last_folio_idx + 1) > next_pos)
/linux-master/fs/bcachefs/
H A Ddata_update.c121 struct bpos next_pos; local
244 next_pos = insert->k.p;
301 bch2_btree_iter_set_pos(&iter, next_pos);
H A Dio_write.c278 struct bpos next_pos; local
297 next_pos = k->k.p;
334 bch2_btree_iter_set_pos(iter, next_pos);
/linux-master/fs/ocfs2/
H A Dfile.c935 u64 next_pos; local
945 next_pos = (zero_pos & PAGE_MASK) + PAGE_SIZE;
946 if (next_pos > range_end)
947 next_pos = range_end;
948 rc = ocfs2_write_zero_page(inode, zero_pos, next_pos, di_bh);
953 zero_pos = next_pos;
/linux-master/sound/pci/lx6464es/
H A Dlx_core.c1023 const u32 next_pos = ((pos+1) == substream->runtime->periods) ? local
1049 lx_stream->frame_pos = next_pos;

Completed in 476 milliseconds