Searched refs:next_pos (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/reiserfs/ |
D | dir.c | 73 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.1.27/fs/hpfs/ |
D | dir.c | 67 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.1.27/drivers/staging/gdm72xx/ |
D | gdm_wimax.c | 543 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.1.27/fs/f2fs/ |
D | segment.h | 576 int cur_pos = 0, next_pos; in check_block_count() local 587 next_pos = find_next_zero_bit_le(&raw_sit->valid_map, in check_block_count() 590 valid_blocks += next_pos - cur_pos; in check_block_count() 592 next_pos = find_next_bit_le(&raw_sit->valid_map, in check_block_count() 595 cur_pos = next_pos; in check_block_count()
|
/linux-4.1.27/fs/ocfs2/ |
D | file.c | 948 u64 next_pos; in ocfs2_zero_extend_range() local 958 next_pos = (zero_pos & PAGE_CACHE_MASK) + PAGE_CACHE_SIZE; in ocfs2_zero_extend_range() 959 if (next_pos > range_end) in ocfs2_zero_extend_range() 960 next_pos = range_end; in ocfs2_zero_extend_range() 961 rc = ocfs2_write_zero_page(inode, zero_pos, next_pos, di_bh); in ocfs2_zero_extend_range() 966 zero_pos = next_pos; in ocfs2_zero_extend_range()
|
/linux-4.1.27/sound/pci/lx6464es/ |
D | lx_core.c | 1048 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.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | debugfs.c | 1040 int pos, next_pos; in iwl_dbgfs_bcast_filters_write() local 1064 &mask, &value, &next_pos) != 4) in iwl_dbgfs_bcast_filters_write() 1072 pos += next_pos; in iwl_dbgfs_bcast_filters_write()
|