Searched refs:next_pos (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/reiserfs/ |
H A 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()
|
/openbmc/linux/fs/hpfs/ |
H A D | dir.c | 72 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()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci.c | 511 u8 next_pos; in pci_find_cap() local 514 pci_hose_read_config_byte(hose, dev, pos, &next_pos); in pci_find_cap() 515 if (next_pos < CAP_START_POS) in pci_find_cap() 517 next_pos &= ~3; in pci_find_cap() 518 pos = (int) next_pos; in pci_find_cap()
|
/openbmc/linux/fs/f2fs/ |
H A D | segment.h | 773 int cur_pos = 0, next_pos; in check_block_count() local 779 next_pos = find_next_zero_bit_le(&raw_sit->valid_map, in check_block_count() 782 valid_blocks += next_pos - cur_pos; in check_block_count() 784 next_pos = find_next_bit_le(&raw_sit->valid_map, in check_block_count() 787 cur_pos = next_pos; in check_block_count()
|
H A D | segment.c | 1582 dc = __lookup_discard_cmd_ret(&dcc->root, dcc->next_pos, in __issue_discard_cmd_orderly() 1601 dcc->next_pos = dc->di.lstart + dc->di.len; in __issue_discard_cmd_orderly() 1616 dcc->next_pos = 0; in __issue_discard_cmd_orderly() 2224 unsigned int cur_pos = 0, next_pos, len, total_len = 0; in f2fs_clear_prefree_segments() local 2229 next_pos = find_next_zero_bit_le(entry->discard_map, in f2fs_clear_prefree_segments() 2231 len = next_pos - cur_pos; in f2fs_clear_prefree_segments() 2241 next_pos = find_next_bit_le(entry->discard_map, in f2fs_clear_prefree_segments() 2245 cur_pos = next_pos; in f2fs_clear_prefree_segments() 2317 dcc->next_pos = 0; in create_discard_cmd_control()
|
H A D | f2fs.h | 415 unsigned int next_pos; /* next discard position */ member
|
/openbmc/linux/fs/erofs/ |
H A D | xattr.c | 325 erofs_off_t next_pos; in erofs_xattr_iter_inline() local 352 next_pos = it->pos + entry_sz; in erofs_xattr_iter_inline() 361 it->pos = next_pos; in erofs_xattr_iter_inline()
|
/openbmc/linux/fs/ocfs2/ |
H A D | file.c | 935 u64 next_pos; in ocfs2_zero_extend_range() local 945 next_pos = (zero_pos & PAGE_MASK) + PAGE_SIZE; in ocfs2_zero_extend_range() 946 if (next_pos > range_end) in ocfs2_zero_extend_range() 947 next_pos = range_end; in ocfs2_zero_extend_range() 948 rc = ocfs2_write_zero_page(inode, zero_pos, next_pos, di_bh); in ocfs2_zero_extend_range() 953 zero_pos = next_pos; in ocfs2_zero_extend_range()
|
/openbmc/linux/sound/pci/lx6464es/ |
H A D | lx_core.c | 1023 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()
|