Home
last modified time | relevance | path

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

/linux/fs/ufs/
H 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()
H A Dballoc.c234 static void ufs_change_blocknr(struct inode *inode, sector_t beg, in ufs_change_blocknr() argument
255 end = count + beg; in ufs_change_blocknr()
257 for (i = beg; i < end; i = (i | mask) + 1) { in ufs_change_blocknr()
287 pos = (i - beg) + j; in ufs_change_blocknr()
314 static void ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, in ufs_clear_frags() argument
318 sector_t end = beg + n; in ufs_clear_frags()
320 for (; beg < end; ++beg) { in ufs_clear_frags()
321 bh = sb_getblk(inode->i_sb, beg); in ufs_clear_frags()
/linux/fs/ubifs/
H 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/
H 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/rust/kernel/
H A Dstr.rs737 beg: usize, field
747 beg: 0, in new()
762 beg: pos as usize, in from_ptrs()
780 beg: pos, in from_buffer()
794 self.pos - self.beg in bytes_written()
/linux/drivers/video/fbdev/
H A 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/mm/kasan/
H A Dgeneric.c219 kasan_unpoison(global->beg, global->size, false); in register_global()
221 kasan_poison(global->beg + aligned_size, in register_global()
H A Dkasan.h237 const void *beg; /* Address of the beginning of the global variable. */ member
/linux/fs/smb/client/
H A Dsmb2pdu.c2296 u8 *beg = (u8 *)cc + le16_to_cpu(cc->DataOffset); in parse_posix_ctxt() local
2297 u8 *end = beg + le32_to_cpu(cc->DataLength); in parse_posix_ctxt()
2302 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0)); in parse_posix_ctxt()
2303 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt()
2304 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8)); in parse_posix_ctxt()
2306 sid = beg + 12; in parse_posix_ctxt()
5209 int posix_info_sid_size(const void *beg, const void *end) in posix_info_sid_size() argument
5214 if (beg + 1 > end) in posix_info_sid_size()
5217 subauth = *(u8 *)(beg+1); in posix_info_sid_size()
5222 if (beg in posix_info_sid_size()
5228 posix_info_parse(const void * beg,const void * end,struct smb2_posix_info_parsed * out) posix_info_parse() argument
5293 posix_info_extra_size(const void * beg,const void * end) posix_info_extra_size() argument
[all...]
H A Dsmb2proto.h314 int posix_info_parse(const void *beg, const void *end,
316 int posix_info_sid_size(const void *beg, const void *end);
/linux/drivers/video/console/
H A Dvgacon.c860 int font_select = 0x00, beg, i; in vgacon_do_font_op() local
865 beg = 0x0e; in vgacon_do_font_op()
868 beg = 0x0a; in vgacon_do_font_op()
949 vga_wgfx(state->vgabase, VGA_GFX_MISC, beg); in vgacon_do_font_op()
/linux/samples/bpf/
H A 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/drivers/s390/block/
H A Ddasd_fba.c77 int blksize, int beg, int nr) in define_extent() argument
91 data->ext_loc = beg; in define_extent()
/linux/drivers/pci/controller/
H A Dpcie-brcmstb.c1508 const int beg = start ? 0 : PCIE_DVT_PMU_PCIE_PHY_CTRL_DAST_NFLDS - 1; in brcm_phy_cntl() local
1515 for (i = beg; i != end; start ? i++ : i--) { in brcm_phy_cntl()