Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/fs/hpfs/
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()
/kernel/linux/linux-4.19/fs/hpfs/
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()
/kernel/linux/linux-4.19/fs/f2fs/
Dsegment.h665 int cur_pos = 0, next_pos; in check_block_count() local
670 next_pos = find_next_zero_bit_le(&raw_sit->valid_map, in check_block_count()
673 valid_blocks += next_pos - cur_pos; in check_block_count()
675 next_pos = find_next_bit_le(&raw_sit->valid_map, in check_block_count()
678 cur_pos = next_pos; in check_block_count()
Dsegment.c1316 unsigned int pos = dcc->next_pos; in __issue_discard_cmd_orderly()
1343 dcc->next_pos = dc->lstart + dc->len; in __issue_discard_cmd_orderly()
1358 dcc->next_pos = 0; in __issue_discard_cmd_orderly()
1892 unsigned int cur_pos = 0, next_pos, len, total_len = 0; in f2fs_clear_prefree_segments() local
1897 next_pos = find_next_zero_bit_le(entry->discard_map, in f2fs_clear_prefree_segments()
1899 len = next_pos - cur_pos; in f2fs_clear_prefree_segments()
1909 next_pos = find_next_bit_le(entry->discard_map, in f2fs_clear_prefree_segments()
1913 cur_pos = next_pos; in f2fs_clear_prefree_segments()
1954 dcc->next_pos = 0; in create_discard_cmd_control()
Df2fs.h323 unsigned int next_pos; /* next discard position */ member
/kernel/linux/linux-5.10/fs/f2fs/
Dsegment.h734 int cur_pos = 0, next_pos; in check_block_count() local
740 next_pos = find_next_zero_bit_le(&raw_sit->valid_map, in check_block_count()
743 valid_blocks += next_pos - cur_pos; in check_block_count()
745 next_pos = find_next_bit_le(&raw_sit->valid_map, in check_block_count()
748 cur_pos = next_pos; in check_block_count()
Dsegment.c1549 unsigned int pos = dcc->next_pos; in __issue_discard_cmd_orderly()
1579 dcc->next_pos = dc->lstart + dc->len; in __issue_discard_cmd_orderly()
1594 dcc->next_pos = 0; in __issue_discard_cmd_orderly()
2182 unsigned int cur_pos = 0, next_pos, len, total_len = 0; in f2fs_clear_prefree_segments() local
2187 next_pos = find_next_zero_bit_le(entry->discard_map, in f2fs_clear_prefree_segments()
2189 len = next_pos - cur_pos; in f2fs_clear_prefree_segments()
2199 next_pos = find_next_bit_le(entry->discard_map, in f2fs_clear_prefree_segments()
2203 cur_pos = next_pos; in f2fs_clear_prefree_segments()
2244 dcc->next_pos = 0; in create_discard_cmd_control()
Df2fs.h374 unsigned int next_pos; /* next discard position */ member
/kernel/linux/linux-4.19/fs/ocfs2/
Dfile.c947 u64 next_pos; in ocfs2_zero_extend_range() local
957 next_pos = (zero_pos & PAGE_MASK) + PAGE_SIZE; in ocfs2_zero_extend_range()
958 if (next_pos > range_end) in ocfs2_zero_extend_range()
959 next_pos = range_end; in ocfs2_zero_extend_range()
960 rc = ocfs2_write_zero_page(inode, zero_pos, next_pos, di_bh); in ocfs2_zero_extend_range()
965 zero_pos = next_pos; in ocfs2_zero_extend_range()
/kernel/linux/linux-5.10/fs/ocfs2/
Dfile.c937 u64 next_pos; in ocfs2_zero_extend_range() local
947 next_pos = (zero_pos & PAGE_MASK) + PAGE_SIZE; in ocfs2_zero_extend_range()
948 if (next_pos > range_end) in ocfs2_zero_extend_range()
949 next_pos = range_end; in ocfs2_zero_extend_range()
950 rc = ocfs2_write_zero_page(inode, zero_pos, next_pos, di_bh); in ocfs2_zero_extend_range()
955 zero_pos = next_pos; in ocfs2_zero_extend_range()
/kernel/linux/linux-5.10/sound/pci/lx6464es/
Dlx_core.c1028 const u32 next_pos = ((pos+1) == substream->runtime->periods) ? in lx_interrupt_request_new_buffer() local
1054 lx_stream->frame_pos = next_pos; in lx_interrupt_request_new_buffer()
/kernel/linux/linux-4.19/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()
/kernel/linux/linux-4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs.c1381 int pos, next_pos; in iwl_dbgfs_bcast_filters_write() local
1405 &mask, &value, &next_pos) != 4) in iwl_dbgfs_bcast_filters_write()
1413 pos += next_pos; in iwl_dbgfs_bcast_filters_write()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs.c1454 int pos, next_pos; in iwl_dbgfs_bcast_filters_write() local
1478 &mask, &value, &next_pos) != 4) in iwl_dbgfs_bcast_filters_write()
1486 pos += next_pos; in iwl_dbgfs_bcast_filters_write()