/linux/fs/reiserfs/ |
A D | bitmap.c | 151 int org = *beg; in scan_bitmap_block() 188 if (unfm && is_block_in_journal(s, bmap_n, *beg, beg)) in scan_bitmap_block() 248 *beg = org; in scan_bitmap_block() 269 *beg = next; in scan_bitmap_block() 792 hint->beg + keyed_hash(hash_in, 4) % (hint->end - hint->beg); in new_hashed_relocation() 916 hint->beg = border; in set_border_in_hint() 923 hint->beg + in displace_large_file() 928 hint->beg + in displace_large_file() 945 hint->beg + keyed_hash(hash_in, 4) % (hint->end - hint->beg); in hash_formatted_node() 996 hint->beg + in old_way() [all …]
|
A D | reiserfs.h | 3284 b_blocknr_t beg, end; member
|
/linux/net/netfilter/ |
A D | nf_conntrack_h323_asn1.c | 93 unsigned char *beg; member 566 beg = bs->cur; in decode_seq() 574 bs->cur = beg + len; in decode_seq() 631 beg = bs->cur; in decode_seq() 638 bs->cur = beg + len; in decode_seq() 712 beg = bs->cur; in decode_seqof() 722 bs->cur = beg + len; in decode_seqof() 806 beg = bs->cur; in decode_choice() 812 bs->cur = beg + len; in decode_choice() 846 bs.beg = bs.cur = beg; in DecodeH323_UserInformation() [all …]
|
/linux/drivers/platform/x86/intel/speed_select_if/ |
A D | isst_if_mmio.c | 19 int beg; member 63 if (io_reg->reg < punit_dev->mmio_range[0].beg || in isst_if_mmio_rd_wr() 153 punit_dev->mmio_range[0].beg + 4 * i); in isst_if_suspend() 157 addr = punit_dev->mmio_range[1].beg + 4 * i; in isst_if_suspend() 173 punit_dev->mmio_range[0].beg + 4 * i); in isst_if_resume() 177 addr = punit_dev->mmio_range[1].beg + 4 * i; in isst_if_resume()
|
/linux/fs/ufs/ |
A D | ialloc.c | 135 sector_t beg = uspi->s_sbbase + in ufs2_init_inodes_chunk() local 138 sector_t end = beg + uspi->s_fpb; in ufs2_init_inodes_chunk() 142 for (; beg < end; ++beg) { in ufs2_init_inodes_chunk() 143 bh = sb_getblk(sb, beg); in ufs2_init_inodes_chunk()
|
A D | balloc.c | 239 static void ufs_change_blocknr(struct inode *inode, sector_t beg, in ufs_change_blocknr() argument 261 end = count + beg; in ufs_change_blocknr() 263 for (i = beg; i < end; i = (i | mask) + 1) { in ufs_change_blocknr() 294 pos = (i - beg) + j; in ufs_change_blocknr() 325 static void ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, in ufs_clear_frags() argument 329 sector_t end = beg + n; in ufs_clear_frags() 331 for (; beg < end; ++beg) { in ufs_clear_frags() 332 bh = sb_getblk(inode->i_sb, beg); in ufs_clear_frags()
|
/linux/fs/ubifs/ |
A D | tnc_misc.c | 129 int beg = 0, end = znode->child_cnt, mid; in ubifs_search_zbranch() local 133 ubifs_assert(c, end > beg); in ubifs_search_zbranch() 135 while (end > beg) { in ubifs_search_zbranch() 136 mid = (beg + end) >> 1; in ubifs_search_zbranch() 139 beg = mid + 1; in ubifs_search_zbranch()
|
/linux/lib/zlib_inflate/ |
A D | inffast.c | 73 unsigned char *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local 100 beg = out - (start - strm->avail_out); in inflate_fast() 179 op = (unsigned)(out - beg); /* max distance in output */ in inflate_fast()
|
/linux/mm/kasan/ |
A D | generic.c | 214 kasan_unpoison(global->beg, global->size, false); in register_global() 216 kasan_poison(global->beg + aligned_size, in register_global()
|
A D | kasan.h | 137 const void *beg; /* Address of the beginning of the global variable. */ member
|
/linux/drivers/video/fbdev/ |
A D | xen-fbfront.c | 189 unsigned long beg, end; in xenfb_deferred_io() local 195 beg = page->index << PAGE_SHIFT; in xenfb_deferred_io() 196 end = beg + PAGE_SIZE - 1; in xenfb_deferred_io() 197 y1 = beg / fb_info->fix.line_length; in xenfb_deferred_io()
|
/linux/fs/cifs/ |
A D | smb2pdu.c | 2022 sid = beg + 12; in parse_posix_ctxt() 4568 if (beg + 1 > end) in posix_info_sid_size() 4571 subauth = *(u8 *)(beg+1); in posix_info_sid_size() 4576 if (beg + total > end) in posix_info_sid_size() 4595 const struct smb2_posix_info *p = beg; in posix_info_parse() 4599 if (end == beg) in posix_info_parse() 4609 owner_sid = beg + total_len; in posix_info_parse() 4616 group_sid = beg + total_len; in posix_info_parse() 4623 if (beg + total_len + 4 > end) in posix_info_parse() 4631 name = beg + total_len; in posix_info_parse() [all …]
|
A D | smb2proto.h | 290 int posix_info_parse(const void *beg, const void *end, 292 int posix_info_sid_size(const void *beg, const void *end);
|
/linux/drivers/video/console/ |
A D | vgacon.c | 870 int font_select = 0x00, beg, i; in vgacon_do_font_op() local 875 beg = 0x0e; in vgacon_do_font_op() 878 beg = 0x0a; in vgacon_do_font_op() 959 vga_wgfx(state->vgabase, VGA_GFX_MISC, beg); in vgacon_do_font_op()
|
/linux/samples/bpf/ |
A D | xdp_sample_user.c | 1019 struct record beg = {}; in stats_get_devmap_xmit_multi() local 1032 beg.timestamp = r->timestamp - prev_time; in stats_get_devmap_xmit_multi() 1044 p = &beg; in stats_get_devmap_xmit_multi() 1082 pc = p == &beg ? &p_beg : &p->cpu[i]; in stats_get_devmap_xmit_multi()
|
/linux/drivers/s390/block/ |
A D | dasd_fba.c | 81 int blksize, int beg, int nr) in define_extent() argument 95 data->ext_loc = beg; in define_extent()
|
/linux/mm/ |
A D | z3fold.c | 645 void *beg = zhdr; in mchunk_memmove() local 646 return memmove(beg + (dst_chunk << CHUNK_SHIFT), in mchunk_memmove() 647 beg + (zhdr->start_middle << CHUNK_SHIFT), in mchunk_memmove()
|
/linux/drivers/pci/controller/ |
A D | pcie-brcmstb.c | 1083 const int beg = start ? 0 : PCIE_DVT_PMU_PCIE_PHY_CTRL_DAST_NFLDS - 1; in brcm_phy_cntl() local 1090 for (i = beg; i != end; start ? i++ : i--) { in brcm_phy_cntl()
|