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

/linux-master/fs/reiserfs/
H A Dbitmap.c144 unsigned int bmap_n, int *beg, int boundary,
151 int org = *beg;
176 *beg = reiserfs_find_next_zero_le_bit
177 ((unsigned long *)(bh->b_data), boundary, *beg);
183 if (*beg + min > boundary) {
188 if (unfm && is_block_in_journal(s, bmap_n, *beg, beg))
191 for (end = *beg + 1;; end++) {
192 if (end >= *beg + max || end >= boundary
208 * now (*beg) point
143 scan_bitmap_block(struct reiserfs_transaction_handle *th, unsigned int bmap_n, int *beg, int boundary, int min, int max, int unfm) argument
[all...]
H A Dreiserfs.h3288 b_blocknr_t beg, end; member in struct:__reiserfs_blocknr_hint
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_mmio.c19 int beg; member in struct:isst_mmio_range
64 if (io_reg->reg < punit_dev->mmio_range[0].beg ||
158 punit_dev->mmio_range[0].beg + 4 * i);
162 addr = punit_dev->mmio_range[1].beg + 4 * i;
178 punit_dev->mmio_range[0].beg + 4 * i);
182 addr = punit_dev->mmio_range[1].beg + 4 * i;
/linux-master/net/netfilter/
H A Dnf_conntrack_h323_asn1.c93 unsigned char *beg; member in struct:bitstr
521 unsigned char *beg = NULL; local
568 beg = bs->cur;
576 bs->cur = beg + len;
635 beg = bs->cur;
642 bs->cur = beg + len;
654 unsigned char *beg = NULL; local
716 beg = bs->cur;
726 bs->cur = beg + len;
750 unsigned char *beg local
840 DecodeH323_UserInformation(unsigned char *buf, unsigned char *beg, size_t sz, H323_UserInformation *uuie) argument
[all...]
/linux-master/fs/ufs/
H A Dialloc.c135 sector_t beg = uspi->s_sbbase + local
138 sector_t end = beg + uspi->s_fpb;
142 for (; beg < end; ++beg) {
143 bh = sb_getblk(sb, beg);
H A Dballoc.c239 static void ufs_change_blocknr(struct inode *inode, sector_t beg, argument
260 end = count + beg;
262 for (i = beg; i < end; i = (i | mask) + 1) {
292 pos = (i - beg) + j;
319 static void ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, argument
323 sector_t end = beg + n;
325 for (; beg < end; ++beg) {
326 bh = sb_getblk(inode->i_sb, beg);
/linux-master/lib/zlib_inflate/
H A Dinffast.c73 unsigned char *beg; /* inflate()'s initial strm->next_out */ local
100 beg = out - (start - strm->avail_out);
179 op = (unsigned)(out - beg); /* max distance in output */
/linux-master/fs/ubifs/
H A Dtnc_misc.c129 int beg = 0, end = znode->child_cnt, mid; local
133 ubifs_assert(c, end > beg);
135 while (end > beg) {
136 mid = (beg + end) >> 1;
139 beg = mid + 1;
/linux-master/drivers/video/fbdev/
H A Dxen-fbfront.c188 unsigned long beg, end; local
194 beg = pageref->offset;
195 end = beg + PAGE_SIZE - 1;
196 y1 = beg / fb_info->fix.line_length;
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c32 static dma_addr_t incr_last_byte(dma_addr_t addr, dma_addr_t beg, argument
35 dma_addr_t end = beg + (ring_count * DESC_SIZE);
39 return beg + DESC_SIZE - 1;
45 static dma_addr_t incr_first_byte(dma_addr_t addr, dma_addr_t beg, argument
48 dma_addr_t end = beg + (ring_count * DESC_SIZE);
52 return beg;
/linux-master/mm/kasan/
H A Dgeneric.c219 kasan_unpoison(global->beg, global->size, false);
221 kasan_poison(global->beg + aligned_size,
H A Dkasan.h237 const void *beg; /* Address of the beginning of the global variable. */ member in struct:kasan_global
/linux-master/fs/smb/client/
H A Dsmb2proto.h311 int posix_info_parse(const void *beg, const void *end,
313 int posix_info_sid_size(const void *beg, const void *end);
H A Dsmb2pdu.c2282 u8 *beg = (u8 *)cc + le16_to_cpu(cc->DataOffset); local
2283 u8 *end = beg + le32_to_cpu(cc->DataLength);
2288 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0));
2289 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4));
2290 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8));
2292 sid = beg + 12;
5077 int posix_info_sid_size(const void *beg, const void *end) argument
5082 if (beg + 1 > end)
5085 subauth = *(u8 *)(beg+1);
5090 if (beg
5096 posix_info_parse(const void *beg, const void *end, struct smb2_posix_info_parsed *out) argument
5161 posix_info_extra_size(const void *beg, const void *end) argument
[all...]
/linux-master/drivers/video/console/
H A Dvgacon.c860 int font_select = 0x00, beg, i; local
865 beg = 0x0e;
868 beg = 0x0a;
949 vga_wgfx(state->vgabase, VGA_GFX_MISC, beg);
/linux-master/mm/
H A Dz3fold.c582 void *beg = zhdr; local
583 return memmove(beg + (dst_chunk << CHUNK_SHIFT),
584 beg + (zhdr->start_middle << CHUNK_SHIFT),
/linux-master/samples/bpf/
H A Dxdp_sample_user.c1018 struct record beg = {}; local
1031 beg.timestamp = r->timestamp - prev_time;
1043 p = &beg;
1081 pc = p == &beg ? &p_beg : &p->cpu[i];
/linux-master/drivers/s390/block/
H A Ddasd_fba.c76 int blksize, int beg, int nr)
90 data->ext_loc = beg;
75 define_extent(struct ccw1 * ccw, struct DE_fba_data *data, int rw, int blksize, int beg, int nr) argument
/linux-master/drivers/pci/controller/
H A Dpcie-brcmstb.c1279 const int beg = start ? 0 : PCIE_DVT_PMU_PCIE_PHY_CTRL_DAST_NFLDS - 1; local
1286 for (i = beg; i != end; start ? i++ : i--) {

Completed in 314 milliseconds