Home
last modified time | relevance | path

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

/linux-6.1.9/fs/reiserfs/
Dbitmap.c144 unsigned int bmap_n, int *beg, int boundary, in scan_bitmap_block() argument
151 int org = *beg; in scan_bitmap_block()
176 *beg = reiserfs_find_next_zero_le_bit in scan_bitmap_block()
177 ((unsigned long *)(bh->b_data), boundary, *beg); in scan_bitmap_block()
183 if (*beg + min > boundary) { in scan_bitmap_block()
188 if (unfm && is_block_in_journal(s, bmap_n, *beg, beg)) in scan_bitmap_block()
191 for (end = *beg + 1;; end++) { in scan_bitmap_block()
192 if (end >= *beg + max || end >= boundary in scan_bitmap_block()
213 if (end - *beg >= min) { in scan_bitmap_block()
220 for (i = *beg; i < end; i++) { in scan_bitmap_block()
[all …]
Dreiserfs.h3284 b_blocknr_t beg, end; member
/linux-6.1.9/drivers/platform/x86/intel/speed_select_if/
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-6.1.9/net/netfilter/
Dnf_conntrack_h323_asn1.c93 unsigned char *beg; member
521 unsigned char *beg = NULL; in decode_seq() local
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()
650 unsigned char *beg = NULL; in decode_seqof() local
712 beg = bs->cur; in decode_seqof()
722 bs->cur = beg + len; in decode_seqof()
746 unsigned char *beg = NULL; in decode_choice() local
[all …]
/linux-6.1.9/rust/kernel/
Dstr.rs19 beg: usize, field
34 beg: pos as _, in from_ptrs()
/linux-6.1.9/fs/ufs/
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()
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()
321 static void ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, in ufs_clear_frags() argument
325 sector_t end = beg + n; in ufs_clear_frags()
327 for (; beg < end; ++beg) { in ufs_clear_frags()
328 bh = sb_getblk(inode->i_sb, beg); in ufs_clear_frags()
/linux-6.1.9/fs/ubifs/
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-6.1.9/lib/zlib_inflate/
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-6.1.9/drivers/video/fbdev/
Dxen-fbfront.c188 unsigned long beg, end; in xenfb_deferred_io() local
194 beg = pageref->offset; in xenfb_deferred_io()
195 end = beg + PAGE_SIZE - 1; in xenfb_deferred_io()
196 y1 = beg / fb_info->fix.line_length; in xenfb_deferred_io()
/linux-6.1.9/fs/cifs/
Dsmb2pdu.c2092 u8 *beg = (u8 *)cc + le16_to_cpu(cc->DataOffset); in parse_posix_ctxt() local
2093 u8 *end = beg + le32_to_cpu(cc->DataLength); in parse_posix_ctxt()
2098 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0)); in parse_posix_ctxt()
2099 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt()
2100 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8)); in parse_posix_ctxt()
2102 sid = beg + 12; in parse_posix_ctxt()
4715 int posix_info_sid_size(const void *beg, const void *end) in posix_info_sid_size() argument
4720 if (beg + 1 > end) in posix_info_sid_size()
4723 subauth = *(u8 *)(beg+1); in posix_info_sid_size()
4728 if (beg + total > end) in posix_info_sid_size()
[all …]
Dsmb2proto.h281 int posix_info_parse(const void *beg, const void *end,
283 int posix_info_sid_size(const void *beg, const void *end);
/linux-6.1.9/mm/kasan/
Dgeneric.c214 kasan_unpoison(global->beg, global->size, false); in register_global()
216 kasan_poison(global->beg + aligned_size, in register_global()
Dkasan.h199 const void *beg; /* Address of the beginning of the global variable. */ member
/linux-6.1.9/drivers/video/console/
Dvgacon.c849 int font_select = 0x00, beg, i; in vgacon_do_font_op() local
854 beg = 0x0e; in vgacon_do_font_op()
857 beg = 0x0a; in vgacon_do_font_op()
938 vga_wgfx(state->vgabase, VGA_GFX_MISC, beg); in vgacon_do_font_op()
/linux-6.1.9/samples/bpf/
Dxdp_sample_user.c1018 struct record beg = {}; in stats_get_devmap_xmit_multi() local
1031 beg.timestamp = r->timestamp - prev_time; in stats_get_devmap_xmit_multi()
1043 p = &beg; in stats_get_devmap_xmit_multi()
1081 pc = p == &beg ? &p_beg : &p->cpu[i]; in stats_get_devmap_xmit_multi()
/linux-6.1.9/drivers/s390/block/
Ddasd_fba.c81 int blksize, int beg, int nr) in define_extent() argument
95 data->ext_loc = beg; in define_extent()
/linux-6.1.9/mm/
Dz3fold.c587 void *beg = zhdr; in mchunk_memmove() local
588 return memmove(beg + (dst_chunk << CHUNK_SHIFT), in mchunk_memmove()
589 beg + (zhdr->start_middle << CHUNK_SHIFT), in mchunk_memmove()
/linux-6.1.9/drivers/pci/controller/
Dpcie-brcmstb.c1188 const int beg = start ? 0 : PCIE_DVT_PMU_PCIE_PHY_CTRL_DAST_NFLDS - 1; in brcm_phy_cntl() local
1195 for (i = beg; i != end; start ? i++ : i--) { in brcm_phy_cntl()