/Linux-v5.10/fs/reiserfs/ |
D | bitmap.c | 144 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 …]
|
D | reiserfs.h | 3285 b_blocknr_t beg, end; member
|
/Linux-v5.10/net/netfilter/ |
D | nf_conntrack_h323_asn1.c | 93 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-v5.10/drivers/platform/x86/intel_speed_select_if/ |
D | isst_if_mmio.c | 19 int beg; member 141 mmio_range[0].beg + 4 * i); in isst_if_suspend() 144 mmio_range[1].beg + 4 * i); in isst_if_suspend() 156 mmio_range[0].beg + 4 * i); in isst_if_resume() 159 mmio_range[1].beg + 4 * i); in isst_if_resume()
|
/Linux-v5.10/fs/ufs/ |
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()
|
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-v5.10/fs/ubifs/ |
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-v5.10/lib/zlib_inflate/ |
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-v5.10/mm/kasan/ |
D | generic.c | 210 kasan_unpoison_shadow(global->beg, global->size); in register_global() 212 kasan_poison_shadow(global->beg + aligned_size, in register_global()
|
D | kasan.h | 76 const void *beg; /* Address of the beginning of the global variable. */ member
|
/Linux-v5.10/drivers/video/fbdev/ |
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-v5.10/fs/cifs/ |
D | smb2pdu.c | 1942 u8 *beg = (u8 *)cc + le16_to_cpu(cc->DataOffset); in parse_posix_ctxt() local 1943 u8 *end = beg + le32_to_cpu(cc->DataLength); in parse_posix_ctxt() 1948 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0)); in parse_posix_ctxt() 1949 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt() 1950 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8)); in parse_posix_ctxt() 1952 sid = beg + 12; in parse_posix_ctxt() 4455 int posix_info_sid_size(const void *beg, const void *end) in posix_info_sid_size() argument 4460 if (beg + 1 > end) in posix_info_sid_size() 4463 subauth = *(u8 *)(beg+1); in posix_info_sid_size() 4468 if (beg + total > end) in posix_info_sid_size() [all …]
|
D | smb2proto.h | 302 int posix_info_parse(const void *beg, const void *end, 304 int posix_info_sid_size(const void *beg, const void *end);
|
/Linux-v5.10/drivers/video/console/ |
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() 977 vga_wgfx(state->vgabase, VGA_GFX_MISC, beg); in vgacon_do_font_op()
|
/Linux-v5.10/drivers/s390/block/ |
D | dasd_fba.c | 90 int blksize, int beg, int nr) in define_extent() argument 104 data->ext_loc = beg; in define_extent()
|
/Linux-v5.10/mm/ |
D | z3fold.c | 659 void *beg = zhdr; in mchunk_memmove() local 660 return memmove(beg + (dst_chunk << CHUNK_SHIFT), in mchunk_memmove() 661 beg + (zhdr->start_middle << CHUNK_SHIFT), in mchunk_memmove()
|
/Linux-v5.10/drivers/pci/controller/ |
D | pcie-brcmstb.c | 1074 const int beg = start ? 0 : PCIE_DVT_PMU_PCIE_PHY_CTRL_DAST_NFLDS - 1; in brcm_phy_cntl() local 1081 for (i = beg; i != end; start ? i++ : i--) { in brcm_phy_cntl()
|