Home
last modified time | relevance | path

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

/linux-4.4.14/fs/reiserfs/
Ddir.c73 loff_t next_pos; in reiserfs_readdir_inode() local
88 next_pos = cpu_key_k_offset(&pos_key); in reiserfs_readdir_inode()
224 next_pos = cur_pos + 1; in reiserfs_readdir_inode()
228 next_pos); in reiserfs_readdir_inode()
248 set_cpu_key_k_offset(&pos_key, next_pos); in reiserfs_readdir_inode()
264 ctx->pos = next_pos; in reiserfs_readdir_inode()
/linux-4.4.14/fs/hpfs/
Ddir.c67 loff_t next_pos; in hpfs_readdir() local
148 next_pos = ctx->pos; in hpfs_readdir()
149 if (!(de = map_pos_dirent(inode, &next_pos, &qbh))) { in hpfs_readdir()
150 ctx->pos = next_pos; in hpfs_readdir()
163 ctx->pos = next_pos; in hpfs_readdir()
172 ctx->pos = next_pos; in hpfs_readdir()
/linux-4.4.14/fs/f2fs/
Dsegment.h589 int cur_pos = 0, next_pos; in check_block_count() local
594 next_pos = find_next_zero_bit_le(&raw_sit->valid_map, in check_block_count()
597 valid_blocks += next_pos - cur_pos; in check_block_count()
599 next_pos = find_next_bit_le(&raw_sit->valid_map, in check_block_count()
602 cur_pos = next_pos; in check_block_count()
/linux-4.4.14/drivers/staging/gdm72xx/
Dgdm_wimax.c543 int next_pos; in gdm_wimax_hci_get_tlv() local
548 next_pos = 1/*type*/+3/*len*/; in gdm_wimax_hci_get_tlv()
551 next_pos = 1/*type*/+1/*len*/; in gdm_wimax_hci_get_tlv()
553 *V = &buf[next_pos]; in gdm_wimax_hci_get_tlv()
555 next_pos += *L/*length of val*/; in gdm_wimax_hci_get_tlv()
556 return next_pos; in gdm_wimax_hci_get_tlv()
/linux-4.4.14/fs/ocfs2/
Dfile.c952 u64 next_pos; in ocfs2_zero_extend_range() local
962 next_pos = (zero_pos & PAGE_CACHE_MASK) + PAGE_CACHE_SIZE; in ocfs2_zero_extend_range()
963 if (next_pos > range_end) in ocfs2_zero_extend_range()
964 next_pos = range_end; in ocfs2_zero_extend_range()
965 rc = ocfs2_write_zero_page(inode, zero_pos, next_pos, di_bh); in ocfs2_zero_extend_range()
970 zero_pos = next_pos; in ocfs2_zero_extend_range()
/linux-4.4.14/sound/pci/lx6464es/
Dlx_core.c1048 const u32 next_pos = ((pos+1) == substream->runtime->periods) ? in lx_interrupt_request_new_buffer() local
1074 lx_stream->frame_pos = next_pos; in lx_interrupt_request_new_buffer()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Ddebugfs.c1044 int pos, next_pos; in iwl_dbgfs_bcast_filters_write() local
1068 &mask, &value, &next_pos) != 4) in iwl_dbgfs_bcast_filters_write()
1076 pos += next_pos; in iwl_dbgfs_bcast_filters_write()