Home
last modified time | relevance | path

Searched refs:beg (Results 1 – 18 of 18) sorted by relevance

/linux/fs/reiserfs/
A Dbitmap.c151 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 Dreiserfs.h3284 b_blocknr_t beg, end; member
/linux/net/netfilter/
A Dnf_conntrack_h323_asn1.c93 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 Disst_if_mmio.c19 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 Dialloc.c135 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 Dballoc.c239 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 Dtnc_misc.c129 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 Dinffast.c73 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 Dgeneric.c214 kasan_unpoison(global->beg, global->size, false); in register_global()
216 kasan_poison(global->beg + aligned_size, in register_global()
A Dkasan.h137 const void *beg; /* Address of the beginning of the global variable. */ member
/linux/drivers/video/fbdev/
A Dxen-fbfront.c189 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 Dsmb2pdu.c2022 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 Dsmb2proto.h290 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 Dvgacon.c870 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 Dxdp_sample_user.c1019 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 Ddasd_fba.c81 int blksize, int beg, int nr) in define_extent() argument
95 data->ext_loc = beg; in define_extent()
/linux/mm/
A Dz3fold.c645 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 Dpcie-brcmstb.c1083 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()

Completed in 97 milliseconds