/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | bitmap.c | 144 unsigned int bmap_n, int *beg, int boundary, in scan_bitmap_block() 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() 208 * now (*beg) point in scan_bitmap_block() 143 scan_bitmap_block(struct reiserfs_transaction_handle *th, unsigned int bmap_n, int *beg, int boundary, int min, int max, int unfm) scan_bitmap_block() argument [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | bitmap.c | 144 unsigned int bmap_n, int *beg, int boundary, in scan_bitmap_block() 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() 208 * now (*beg) point in scan_bitmap_block() 143 scan_bitmap_block(struct reiserfs_transaction_handle *th, unsigned int bmap_n, int *beg, int boundary, int min, int max, int unfm) scan_bitmap_block() argument [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A 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 in decode_choice() local 836 DecodeH323_UserInformation(unsigned char *buf, unsigned char *beg, size_t sz, H323_UserInformation *uuie) DecodeH323_UserInformation() argument [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_h323_asn1.c | 93 unsigned char *beg; member 521 unsigned char *beg = NULL; in decode_seq() local 568 beg = bs->cur; in decode_seq() 576 bs->cur = beg + len; in decode_seq() 635 beg = bs->cur; in decode_seq() 642 bs->cur = beg + len; in decode_seq() 654 unsigned char *beg = NULL; in decode_seqof() local 716 beg = bs->cur; in decode_seqof() 726 bs->cur = beg + len; in decode_seqof() 750 unsigned char *beg in decode_choice() local 840 DecodeH323_UserInformation(unsigned char *buf, unsigned char *beg, size_t sz, H323_UserInformation *uuie) DecodeH323_UserInformation() argument [all...] |
/kernel/linux/linux-5.10/drivers/platform/x86/intel_speed_select_if/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/speed_select_if/ |
H 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()
|
/kernel/linux/linux-5.10/fs/ufs/ |
H 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()
|
H 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()
|
/kernel/linux/linux-6.6/fs/ufs/ |
H 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()
|
H 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() 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()
|
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | str.rs | 397 beg: usize, 407 beg: 0, in new() 422 beg: pos as _, 440 beg: pos, 454 self.pos - self.beg
|
/kernel/linux/linux-5.10/lib/zlib_inflate/ |
H 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()
|
/kernel/linux/linux-6.6/lib/zlib_inflate/ |
H 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()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H 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()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | xen-fbfront.c | 188 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()
|
/kernel/linux/linux-5.10/mm/kasan/ |
H A D | generic.c | 216 kasan_unpoison_shadow(global->beg, global->size); in register_global() 218 kasan_poison_shadow(global->beg + aligned_size, in register_global()
|
H A D | kasan.h | 76 const void *beg; /* Address of the beginning of the global variable. */ member
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2pdu.c | 1964 u8 *beg = (u8 *)cc + le16_to_cpu(cc->DataOffset); in parse_posix_ctxt() local 1965 u8 *end = beg + le32_to_cpu(cc->DataLength); in parse_posix_ctxt() 1970 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0)); in parse_posix_ctxt() 1971 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt() 1972 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8)); in parse_posix_ctxt() 1974 sid = beg + 12; in parse_posix_ctxt() 4482 int posix_info_sid_size(const void *beg, const void *end) in posix_info_sid_size() argument 4487 if (beg + 1 > end) in posix_info_sid_size() 4490 subauth = *(u8 *)(beg+1); in posix_info_sid_size() 4495 if (beg in posix_info_sid_size() 4501 posix_info_parse(const void *beg, const void *end, struct smb2_posix_info_parsed *out) posix_info_parse() argument 4568 posix_info_extra_size(const void *beg, const void *end) posix_info_extra_size() argument [all...] |
H A D | smb2proto.h | 301 int posix_info_parse(const void *beg, const void *end, 303 int posix_info_sid_size(const void *beg, const void *end);
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2pdu.c | 2262 u8 *beg = (u8 *)cc + le16_to_cpu(cc->DataOffset); in parse_posix_ctxt() local 2263 u8 *end = beg + le32_to_cpu(cc->DataLength); in parse_posix_ctxt() 2268 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0)); in parse_posix_ctxt() 2269 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt() 2270 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8)); in parse_posix_ctxt() 2272 sid = beg + 12; in parse_posix_ctxt() 4921 int posix_info_sid_size(const void *beg, const void *end) in posix_info_sid_size() argument 4926 if (beg + 1 > end) in posix_info_sid_size() 4929 subauth = *(u8 *)(beg+1); in posix_info_sid_size() 4934 if (beg in posix_info_sid_size() 4940 posix_info_parse(const void *beg, const void *end, struct smb2_posix_info_parsed *out) posix_info_parse() argument 5005 posix_info_extra_size(const void *beg, const void *end) posix_info_extra_size() argument [all...] |
H A D | smb2proto.h | 293 int posix_info_parse(const void *beg, const void *end, 295 int posix_info_sid_size(const void *beg, const void *end);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_intf.c | 32 static dma_addr_t incr_last_byte(dma_addr_t addr, dma_addr_t beg, in incr_last_byte() argument 35 dma_addr_t end = beg + (ring_count * DESC_SIZE); in incr_last_byte() 39 return beg + DESC_SIZE - 1; in incr_last_byte() 45 static dma_addr_t incr_first_byte(dma_addr_t addr, dma_addr_t beg, in incr_first_byte() argument 48 dma_addr_t end = beg + (ring_count * DESC_SIZE); in incr_first_byte() 52 return beg; in incr_first_byte()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H 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()
|
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | generic.c | 217 kasan_unpoison(global->beg, global->size, false); in register_global() 219 kasan_poison(global->beg + aligned_size, in register_global()
|