got 69 arch/alpha/kernel/module.c Elf64_Shdr *esechdrs, *symtab, *s, *got; got 73 arch/alpha/kernel/module.c symtab = got = NULL; got 82 arch/alpha/kernel/module.c got = s; got 90 arch/alpha/kernel/module.c if (!got) { got 104 arch/alpha/kernel/module.c got->sh_size = 0; got 105 arch/alpha/kernel/module.c got->sh_addralign = 8; got 106 arch/alpha/kernel/module.c got->sh_type = SHT_NOBITS; got 116 arch/alpha/kernel/module.c &got->sh_size); got 141 arch/alpha/kernel/module.c unsigned long got, gp; got 152 arch/alpha/kernel/module.c got = sechdrs[me->arch.gotsecindex].sh_addr; got 187 arch/alpha/kernel/module.c hi = got + r_got_offset; got 81 arch/arm/kernel/vmlinux.lds.h *(.got) /* Global offset table */ \ got 19 arch/ia64/include/asm/module.h struct elf64_shdr *got; /* global offset table */ got 439 arch/ia64/kernel/module.c mod->arch.got = s; got 445 arch/ia64/kernel/module.c if (!mod->arch.core_plt || !mod->arch.init_plt || !mod->arch.got || !mod->arch.opd) { got 474 arch/ia64/kernel/module.c mod->arch.got->sh_type = SHT_NOBITS; got 475 arch/ia64/kernel/module.c mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; got 476 arch/ia64/kernel/module.c mod->arch.got->sh_addralign = 8; got 477 arch/ia64/kernel/module.c mod->arch.got->sh_size = gots * sizeof(struct got_entry); got 484 arch/ia64/kernel/module.c mod->arch.got->sh_size, mod->arch.opd->sh_size); got 512 arch/ia64/kernel/module.c struct got_entry *got, *e; got 517 arch/ia64/kernel/module.c got = (void *) mod->arch.got->sh_addr; got 518 arch/ia64/kernel/module.c for (e = got; e < got + mod->arch.next_got_entry; ++e) got 523 arch/ia64/kernel/module.c BUG_ON(e >= (struct got_entry *) (mod->arch.got->sh_addr + mod->arch.got->sh_size)); got 368 arch/parisc/kernel/module.c struct got_entry *got; got 374 arch/parisc/kernel/module.c got = me->core_layout.base + me->arch.got_offset; got 375 arch/parisc/kernel/module.c for (i = 0; got[i].addr; i++) got 376 arch/parisc/kernel/module.c if (got[i].addr == value) got 381 arch/parisc/kernel/module.c got[i].addr = value; got 358 arch/powerpc/include/asm/ppc_asm.h ld reg,name@got(r2) got 880 arch/powerpc/lib/test_emulate_step.c #define gpr_mismatch(gprn, exp, got) \ got 882 arch/powerpc/lib/test_emulate_step.c gprn, exp, got) got 884 arch/powerpc/lib/test_emulate_step.c #define reg_mismatch(name, exp, got) \ got 886 arch/powerpc/lib/test_emulate_step.c name, exp, got) got 892 arch/powerpc/lib/test_emulate_step.c struct pt_regs *regs, exp, got; got 908 arch/powerpc/lib/test_emulate_step.c memcpy(&got, regs, sizeof(struct pt_regs)); got 915 arch/powerpc/lib/test_emulate_step.c got.msr = MSR_KERNEL; got 917 arch/powerpc/lib/test_emulate_step.c if (emulate_compute_instr(&got, instr) || got 926 arch/powerpc/lib/test_emulate_step.c if (!ignore_gpr && exp.gpr[k] != got.gpr[k]) { got 928 arch/powerpc/lib/test_emulate_step.c gpr_mismatch(k, exp.gpr[k], got.gpr[k]); got 933 arch/powerpc/lib/test_emulate_step.c if (exp.link != got.link) { got 935 arch/powerpc/lib/test_emulate_step.c reg_mismatch("LR", exp.link, got.link); got 939 arch/powerpc/lib/test_emulate_step.c if (!ignore_xer && exp.xer != got.xer) { got 941 arch/powerpc/lib/test_emulate_step.c reg_mismatch("XER", exp.xer, got.xer); got 945 arch/powerpc/lib/test_emulate_step.c if (!ignore_ccr && exp.ccr != got.ccr) { got 947 arch/powerpc/lib/test_emulate_step.c reg_mismatch("CR", exp.ccr, got.ccr); got 74 arch/powerpc/platforms/512x/mpc512x_shared.c unsigned long offset, want, got, delta; got 140 arch/powerpc/platforms/512x/mpc512x_shared.c got = clk_get_rate(clk_diu); got 141 arch/powerpc/platforms/512x/mpc512x_shared.c delta = abs(pixclock - got); got 149 arch/powerpc/platforms/512x/mpc512x_shared.c got = clk_get_rate(clk_diu); got 150 arch/powerpc/platforms/512x/mpc512x_shared.c delta = abs(pixclock - got); got 157 arch/powerpc/platforms/512x/mpc512x_shared.c pixclock, got, delta, epsilon); got 170 arch/powerpc/platforms/512x/mpc512x_shared.c got = clk_get_rate(clk_diu); got 171 arch/powerpc/platforms/512x/mpc512x_shared.c delta = abs(pixclock - got); got 173 arch/powerpc/platforms/512x/mpc512x_shared.c pixclock, got, delta, epsilon); got 23 arch/riscv/include/asm/module.h struct mod_section got; got 40 arch/riscv/include/asm/module.h struct got_entry *got = (struct got_entry *)(sec->shdr->sh_addr); got 43 arch/riscv/include/asm/module.h if (got[i].symbol_addr == val) got 44 arch/riscv/include/asm/module.h return &got[i]; got 15 arch/riscv/kernel/module-sections.c struct mod_section *got_sec = &mod->arch.got; got 17 arch/riscv/kernel/module-sections.c struct got_entry *got = get_got_entry(val, got_sec); got 19 arch/riscv/kernel/module-sections.c if (got) got 20 arch/riscv/kernel/module-sections.c return (unsigned long)got; got 23 arch/riscv/kernel/module-sections.c got = (struct got_entry *)got_sec->shdr->sh_addr; got 24 arch/riscv/kernel/module-sections.c got[i] = emit_got_entry(val); got 29 arch/riscv/kernel/module-sections.c return (unsigned long)&got[i]; got 104 arch/riscv/kernel/module-sections.c mod->arch.got.shdr = sechdrs + i; got 113 arch/riscv/kernel/module-sections.c if (!mod->arch.got.shdr) { got 145 arch/riscv/kernel/module-sections.c mod->arch.got.shdr->sh_type = SHT_NOBITS; got 146 arch/riscv/kernel/module-sections.c mod->arch.got.shdr->sh_flags = SHF_ALLOC; got 147 arch/riscv/kernel/module-sections.c mod->arch.got.shdr->sh_addralign = L1_CACHE_BYTES; got 148 arch/riscv/kernel/module-sections.c mod->arch.got.shdr->sh_size = (num_gots + 1) * sizeof(struct got_entry); got 149 arch/riscv/kernel/module-sections.c mod->arch.got.num_entries = 0; got 150 arch/riscv/kernel/module-sections.c mod->arch.got.max_entries = num_gots; got 902 arch/x86/events/intel/lbr.c if (!insn.opcode.got) got 19 arch/x86/include/asm/insn.h unsigned char got; got 119 arch/x86/include/asm/insn.h if (!insn->prefixes.got) got 126 arch/x86/include/asm/insn.h if (!insn->prefixes.got) got 134 arch/x86/include/asm/insn.h return insn->opcode.got && insn->modrm.got && insn->sib.got && got 135 arch/x86/include/asm/insn.h insn->displacement.got && insn->immediate.got; got 76 arch/x86/lib/insn.c if (prefixes->got) got 134 arch/x86/lib/insn.c insn->rex_prefix.got = 1; got 182 arch/x86/lib/insn.c insn->vex_prefix.got = 1; got 184 arch/x86/lib/insn.c prefixes->got = 1; got 205 arch/x86/lib/insn.c if (opcode->got) got 207 arch/x86/lib/insn.c if (!insn->prefixes.got) got 239 arch/x86/lib/insn.c opcode->got = 1; got 257 arch/x86/lib/insn.c if (modrm->got) got 259 arch/x86/lib/insn.c if (!insn->opcode.got) got 277 arch/x86/lib/insn.c modrm->got = 1; got 297 arch/x86/lib/insn.c if (!modrm->got) got 317 arch/x86/lib/insn.c if (insn->sib.got) got 319 arch/x86/lib/insn.c if (!insn->modrm.got) got 329 arch/x86/lib/insn.c insn->sib.got = 1; got 348 arch/x86/lib/insn.c if (insn->displacement.got) got 350 arch/x86/lib/insn.c if (!insn->sib.got) got 393 arch/x86/lib/insn.c insn->displacement.got = 1; got 420 arch/x86/lib/insn.c insn->moffset1.got = insn->moffset2.got = 1; got 472 arch/x86/lib/insn.c insn->immediate1.got = insn->immediate2.got = 1; got 499 arch/x86/lib/insn.c insn->immediate1.got = insn->immediate2.got = 1; got 517 arch/x86/lib/insn.c if (insn->immediate.got) got 519 arch/x86/lib/insn.c if (!insn->displacement.got) got 572 arch/x86/lib/insn.c insn->immediate.got = 1; got 589 arch/x86/lib/insn.c if (!insn->immediate.got) got 67 arch/x86/tools/insn_decoder_test.c field->got, field->nbytes); got 64 arch/x86/tools/insn_sanity.c field->got, field->nbytes); got 392 drivers/block/paride/pg.c int got[5]; got 405 drivers/block/paride/pg.c got[i] = read_reg(dev, i + 1); got 407 drivers/block/paride/pg.c err = memcmp(expect, got, sizeof(got)) ? -1 : 0; got 412 drivers/block/paride/pg.c printk("%3x", got[i]); got 828 drivers/i2c/busses/i2c-s3c2410.c static int s3c24xx_i2c_clockrate(struct s3c24xx_i2c *i2c, unsigned int *got) got 855 drivers/i2c/busses/i2c-s3c2410.c *got = freq; got 897 drivers/i2c/busses/i2c-s3c2410.c unsigned int got; got 911 drivers/i2c/busses/i2c-s3c2410.c ret = s3c24xx_i2c_clockrate(i2c, &got); got 917 drivers/i2c/busses/i2c-s3c2410.c dev_info(i2c->dev, "setting freq %d\n", got); got 98 drivers/infiniband/hw/qib/qib_user_pages.c size_t got; got 110 drivers/infiniband/hw/qib/qib_user_pages.c for (got = 0; got < num_pages; got += ret) { got 111 drivers/infiniband/hw/qib/qib_user_pages.c ret = get_user_pages(start_page + got * PAGE_SIZE, got 112 drivers/infiniband/hw/qib/qib_user_pages.c num_pages - got, got 114 drivers/infiniband/hw/qib/qib_user_pages.c p + got, NULL); got 124 drivers/infiniband/hw/qib/qib_user_pages.c __qib_release_user_pages(p, got, 0); got 164 drivers/infiniband/hw/qib/qib_user_sdma.c struct qib_user_sdma_rb_node *got; got 167 drivers/infiniband/hw/qib/qib_user_sdma.c got = rb_entry(*node, struct qib_user_sdma_rb_node, node); got 169 drivers/infiniband/hw/qib/qib_user_sdma.c if (new->pid < got->pid) got 171 drivers/infiniband/hw/qib/qib_user_sdma.c else if (new->pid > got->pid) got 417 drivers/infiniband/sw/siw/siw_mem.c int got, nents = min_t(int, num_pages, PAGES_PER_CHUNK); got 425 drivers/infiniband/sw/siw/siw_mem.c got = 0; got 427 drivers/infiniband/sw/siw/siw_mem.c struct page **plist = &umem->page_chunk[i].plist[got]; got 439 drivers/infiniband/sw/siw/siw_mem.c got += rv; got 441 drivers/infiniband/sw/siw/siw_mem.c num_pages -= got; got 448 drivers/input/serio/hil_mlc.c #define EXPECT(comp, to, got, got_wrong, timed_out) \ got 449 drivers/input/serio/hil_mlc.c { HILSE_EXPECT, { .packet = comp }, to, got, got_wrong, timed_out }, got 450 drivers/input/serio/hil_mlc.c #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ got 451 drivers/input/serio/hil_mlc.c { HILSE_EXPECT_LAST, { .packet = comp }, to, got, got_wrong, timed_out }, got 452 drivers/input/serio/hil_mlc.c #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ got 453 drivers/input/serio/hil_mlc.c { HILSE_EXPECT_DISC, { .packet = comp }, to, got, got_wrong, timed_out }, got 454 drivers/input/serio/hil_mlc.c #define IN(to, got, got_error, timed_out) \ got 455 drivers/input/serio/hil_mlc.c { HILSE_IN, { .packet = 0 }, to, got, got_error, timed_out }, got 222 drivers/net/wireless/marvell/libertas/debugfs.c struct mrvl_ie_thresholds *got; got 248 drivers/net/wireless/marvell/libertas/debugfs.c got = lbs_tlv_find(tlv_type, subscribed->tlv, sizeof(subscribed->tlv)); got 249 drivers/net/wireless/marvell/libertas/debugfs.c if (got) { got 250 drivers/net/wireless/marvell/libertas/debugfs.c value = got->value; got 251 drivers/net/wireless/marvell/libertas/debugfs.c freq = got->freq; got 1103 drivers/parport/parport_ip32.c size_t got; got 1113 drivers/parport/parport_ip32.c got = len; got 1116 drivers/parport/parport_ip32.c for (got = 0; got < len; got++) { got 1126 drivers/parport/parport_ip32.c return got; got 269 drivers/parport/parport_pc.c size_t got = 0; got 281 drivers/parport/parport_pc.c while (!(status & 0x08) && got < length) { got 289 drivers/parport/parport_pc.c got += 16; got 295 drivers/parport/parport_pc.c got++; got 306 drivers/parport/parport_pc.c return got; got 319 drivers/parport/parport_pc.c for (; got < length; got++) { got 329 drivers/parport/parport_pc.c return got; got 363 drivers/parport/parport_pc.c size_t got = 0; got 373 drivers/parport/parport_pc.c for (; got < length; got++) { got 382 drivers/parport/parport_pc.c return got; got 414 drivers/parport/parport_pc.c size_t got; got 419 drivers/parport/parport_pc.c got = parport_pc_epp_read_data(port, buf, length, flags); got 422 drivers/parport/parport_pc.c return got; got 443 drivers/parport/parport_pc.c size_t got; got 448 drivers/parport/parport_pc.c got = parport_pc_epp_read_addr(port, buf, length, flags); got 451 drivers/parport/parport_pc.c return got; got 3908 drivers/scsi/st.c int segs, max_segs, b_size, order, got; got 3944 drivers/scsi/st.c for (segs = STbuffer->frp_segs, got = STbuffer->buffer_size; got 3945 drivers/scsi/st.c segs < max_segs && got < new_size;) { got 3950 drivers/scsi/st.c DEB(STbuffer->buffer_size = got); got 3956 drivers/scsi/st.c got += b_size; got 3957 drivers/scsi/st.c STbuffer->buffer_size = got; got 74 drivers/tty/hvc/hvc_vio.c int got; got 100 drivers/tty/hvc/hvc_vio.c got = min(count, pv->left); got 101 drivers/tty/hvc/hvc_vio.c memcpy(buf, &pv->buf[pv->offset], got); got 102 drivers/tty/hvc/hvc_vio.c pv->offset += got; got 103 drivers/tty/hvc/hvc_vio.c pv->left -= got; got 107 drivers/tty/hvc/hvc_vio.c return got; got 580 drivers/tty/hvc/hvcs.c int got = 0; got 599 drivers/tty/hvc/hvcs.c got = hvc_get_chars(unit_address, got 602 drivers/tty/hvc/hvcs.c tty_insert_flip_string(&hvcsd->port, buf, got); got 606 drivers/tty/hvc/hvcs.c if (got) got 611 drivers/tty/hvc/hvcs.c if(got) got 614 drivers/tty/hvc/hvcs.c if (!got) { got 218 drivers/tty/hvc/hvsi.c unsigned long got; got 220 drivers/tty/hvc/hvsi.c got = hvc_get_chars(hp->vtermno, buf, count); got 222 drivers/tty/hvc/hvsi.c return got; got 463 drivers/usb/misc/uss720.c size_t got = 0; got 467 drivers/usb/misc/uss720.c for (; got < length; got++) { got 477 drivers/usb/misc/uss720.c return got; got 522 drivers/usb/misc/uss720.c size_t got = 0; got 526 drivers/usb/misc/uss720.c for (; got < length; got++) { got 536 drivers/usb/misc/uss720.c return got; got 322 fs/ceph/addr.c int got = 0; got 330 fs/ceph/addr.c true, &got); got 333 fs/ceph/addr.c } else if (!(got & want)) { got 338 fs/ceph/addr.c if (got) got 339 fs/ceph/addr.c ceph_put_cap_refs(ci, got); got 417 fs/ceph/addr.c if (got) got 418 fs/ceph/addr.c ceph_put_cap_refs(ci, got); got 431 fs/ceph/addr.c if (got) got 432 fs/ceph/addr.c ceph_put_cap_refs(ci, got); got 1431 fs/ceph/addr.c int want, got, err; got 1444 fs/ceph/addr.c got = 0; got 1446 fs/ceph/addr.c &got, &pinned_page); got 1451 fs/ceph/addr.c inode, off, (size_t)PAGE_SIZE, ceph_cap_string(got)); got 1453 fs/ceph/addr.c if ((got & (CEPH_CAP_FILE_CACHE | CEPH_CAP_FILE_LAZYIO)) || got 1455 fs/ceph/addr.c CEPH_DEFINE_RW_CONTEXT(rw_ctx, got); got 1461 fs/ceph/addr.c ceph_cap_string(got), ret); got 1467 fs/ceph/addr.c ceph_put_cap_refs(ci, got); got 1526 fs/ceph/addr.c int want, got, err; got 1562 fs/ceph/addr.c got = 0; got 1564 fs/ceph/addr.c &got, NULL); got 1569 fs/ceph/addr.c inode, off, len, ceph_cap_string(got)); got 1605 fs/ceph/addr.c inode, off, len, ceph_cap_string(got), ret); got 1606 fs/ceph/addr.c ceph_put_cap_refs(ci, got); got 2501 fs/ceph/caps.c static void __take_cap_refs(struct ceph_inode_info *ci, int got, got 2504 fs/ceph/caps.c if (got & CEPH_CAP_PIN) got 2506 fs/ceph/caps.c if (got & CEPH_CAP_FILE_RD) got 2508 fs/ceph/caps.c if (got & CEPH_CAP_FILE_CACHE) got 2510 fs/ceph/caps.c if (got & CEPH_CAP_FILE_WR) { got 2518 fs/ceph/caps.c if (got & CEPH_CAP_FILE_BUFFER) { got 2545 fs/ceph/caps.c loff_t endoff, int flags, int *got) got 2640 fs/ceph/caps.c *got = need | (have & want); got 2642 fs/ceph/caps.c !(*got & CEPH_CAP_FILE_CACHE)) got 2644 fs/ceph/caps.c __take_cap_refs(ci, *got, true); got 2690 fs/ceph/caps.c ret, ceph_cap_string(*got)); got 2723 fs/ceph/caps.c bool nonblock, int *got) got 2734 fs/ceph/caps.c (nonblock ? NON_BLOCKING : 0), got); got 2744 fs/ceph/caps.c loff_t endoff, int *got, struct page **pinned_page) got 2842 fs/ceph/caps.c *got = _got; got 1264 fs/ceph/file.c int want, got = 0; got 1281 fs/ceph/file.c &got, &pinned_page); got 1290 fs/ceph/file.c if ((got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) == 0 || got 1296 fs/ceph/file.c ceph_cap_string(got)); got 1311 fs/ceph/file.c CEPH_DEFINE_RW_CONTEXT(rw_ctx, got); got 1314 fs/ceph/file.c ceph_cap_string(got)); got 1321 fs/ceph/file.c inode, ceph_vinop(inode), ceph_cap_string(got), (int)ret); got 1326 fs/ceph/file.c ceph_put_cap_refs(ci, got); got 1421 fs/ceph/file.c int err, want, got; got 1503 fs/ceph/file.c got = 0; got 1505 fs/ceph/file.c &got, NULL); got 1510 fs/ceph/file.c inode, ceph_vinop(inode), pos, count, ceph_cap_string(got)); got 1512 fs/ceph/file.c if ((got & (CEPH_CAP_FILE_BUFFER|CEPH_CAP_FILE_LAZYIO)) == 0 || got 1575 fs/ceph/file.c ceph_cap_string(got)); got 1576 fs/ceph/file.c ceph_put_cap_refs(ci, got); got 1792 fs/ceph/file.c int want, got = 0; got 1834 fs/ceph/file.c ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got, NULL); got 1851 fs/ceph/file.c ceph_put_cap_refs(ci, got); got 1077 fs/ceph/super.h loff_t endoff, int *got, struct page **pinned_page); got 1079 fs/ceph/super.h int need, int want, bool nonblock, int *got); got 506 fs/ext2/ialloc.c goto got; got 515 fs/ext2/ialloc.c got: got 958 fs/ext4/ialloc.c goto got; /* we grabbed the inode! */ got 969 fs/ext4/ialloc.c got: got 657 fs/f2fs/node.c goto got; got 665 fs/f2fs/node.c goto got; got 673 fs/f2fs/node.c goto got; got 683 fs/f2fs/node.c goto got; got 693 fs/f2fs/node.c goto got; got 708 fs/f2fs/node.c goto got; got 712 fs/f2fs/node.c got: got 230 fs/ocfs2/dlmfs/dlmfs.c ssize_t readlen, got; got 256 fs/ocfs2/dlmfs/dlmfs.c got = user_dlm_read_lvb(inode, lvb_buf, readlen); got 257 fs/ocfs2/dlmfs/dlmfs.c if (got) { got 258 fs/ocfs2/dlmfs/dlmfs.c BUG_ON(got != readlen); got 221 fs/proc/base.c int ret, got; got 231 fs/proc/base.c got = access_remote_vm(mm, arg_start, page, PAGE_SIZE, FOLL_ANON); got 232 fs/proc/base.c if (got > 0) { got 233 fs/proc/base.c int len = strnlen(page, got); got 236 fs/proc/base.c if (len < got) got 318 fs/proc/base.c int got; got 321 fs/proc/base.c got = access_remote_vm(mm, pos, page, size, FOLL_ANON); got 322 fs/proc/base.c if (got <= 0) got 324 fs/proc/base.c got -= copy_to_user(buf, page, got); got 325 fs/proc/base.c if (unlikely(!got)) { got 330 fs/proc/base.c pos += got; got 331 fs/proc/base.c buf += got; got 332 fs/proc/base.c len += got; got 333 fs/proc/base.c count -= got; got 1434 fs/quota/dquot.c struct dquot **dquots, *got[MAXQUOTAS] = {}; got 1489 fs/quota/dquot.c got[cnt] = dquot; got 1506 fs/quota/dquot.c if (!got[cnt]) got 1509 fs/quota/dquot.c dquots[cnt] = got[cnt]; got 1510 fs/quota/dquot.c got[cnt] = NULL; got 1531 fs/quota/dquot.c dqput_all(got); got 1574 fs/ubifs/ubifs.h const u8 *expected, const u8 *got) got 1576 fs/ubifs/ubifs.h return crypto_memneq(expected, got, c->hash_len); got 1589 fs/ubifs/ubifs.h const u8 *expected, const u8 *got) got 1591 fs/ubifs/ubifs.h return crypto_memneq(expected, got, c->hmac_desc_len); got 1314 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec got; got 1336 fs/xfs/libxfs/xfs_bmap.c for_each_xfs_iext(ifp, &icur, &got) { got 1340 fs/xfs/libxfs/xfs_bmap.c if (got.br_startoff >= lowest + len && got 1341 fs/xfs/libxfs/xfs_bmap.c got.br_startoff - max >= len) got 1343 fs/xfs/libxfs/xfs_bmap.c lastaddr = got.br_startoff + got.br_blockcount; got 1365 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec got; got 1386 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_lookup_extent_before(ip, ifp, last_block, &icur, &got)) got 1533 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec *new = &bma->got; got 3139 fs/xfs/libxfs/xfs_bmap.c if (!isnullstartblock(ap->got.br_startblock)) { got 3143 fs/xfs/libxfs/xfs_bmap.c adjust = gotdiff = ap->got.br_startoff - ap->offset; got 3148 fs/xfs/libxfs/xfs_bmap.c gotbno = ap->got.br_startblock; got 3417 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev, got 3696 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec *got, got 3705 fs/xfs/libxfs/xfs_bmap.c got->br_startoff + got->br_blockcount <= obno) { got 3706 fs/xfs/libxfs/xfs_bmap.c *mval = *got; got 3707 fs/xfs/libxfs/xfs_bmap.c if (isnullstartblock(got->br_startblock)) got 3717 fs/xfs/libxfs/xfs_bmap.c if (isnullstartblock(got->br_startblock)) got 3720 fs/xfs/libxfs/xfs_bmap.c mval->br_startblock = got->br_startblock + got 3721 fs/xfs/libxfs/xfs_bmap.c (*bno - got->br_startoff); got 3730 fs/xfs/libxfs/xfs_bmap.c got->br_blockcount - (*bno - got->br_startoff)); got 3731 fs/xfs/libxfs/xfs_bmap.c mval->br_state = got->br_state; got 3804 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec got; got 3862 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_lookup_extent(ip, ifp, bno, &icur, &got)) got 3870 fs/xfs/libxfs/xfs_bmap.c got.br_startoff = end; got 3871 fs/xfs/libxfs/xfs_bmap.c if (got.br_startoff > bno) { got 3876 fs/xfs/libxfs/xfs_bmap.c XFS_FILBLKS_MIN(len, got.br_startoff - bno); got 3886 fs/xfs/libxfs/xfs_bmap.c xfs_bmapi_trim_map(mval, &got, &bno, len, obno, end, n, flags); got 3894 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_next_extent(ifp, &icur, &got)) got 3921 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec *got, got 3938 fs/xfs/libxfs/xfs_bmap.c alen = XFS_FILBLKS_MIN(alen, got->br_startoff - aoff); got 3950 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmap_extsize_align(mp, got, &prev, extsz, 0, eof, got 3984 fs/xfs/libxfs/xfs_bmap.c got->br_startoff = aoff; got 3985 fs/xfs/libxfs/xfs_bmap.c got->br_startblock = nullstartblock(indlen); got 3986 fs/xfs/libxfs/xfs_bmap.c got->br_blockcount = alen; got 3987 fs/xfs/libxfs/xfs_bmap.c got->br_state = XFS_EXT_NORM; got 3989 fs/xfs/libxfs/xfs_bmap.c xfs_bmap_add_extent_hole_delay(ip, whichfork, icur, got); got 4029 fs/xfs/libxfs/xfs_bmap.c bma->length = (xfs_extlen_t)bma->got.br_blockcount; got 4030 fs/xfs/libxfs/xfs_bmap.c bma->offset = bma->got.br_startoff; got 4036 fs/xfs/libxfs/xfs_bmap.c bma->got.br_startoff - bma->offset); got 4088 fs/xfs/libxfs/xfs_bmap.c bma->got.br_startoff = bma->offset; got 4089 fs/xfs/libxfs/xfs_bmap.c bma->got.br_startblock = bma->blkno; got 4090 fs/xfs/libxfs/xfs_bmap.c bma->got.br_blockcount = bma->length; got 4091 fs/xfs/libxfs/xfs_bmap.c bma->got.br_state = XFS_EXT_NORM; got 4104 fs/xfs/libxfs/xfs_bmap.c bma->got.br_state = XFS_EXT_UNWRITTEN; got 4110 fs/xfs/libxfs/xfs_bmap.c whichfork, &bma->icur, &bma->cur, &bma->got, got 4122 fs/xfs/libxfs/xfs_bmap.c xfs_iext_get_extent(ifp, &bma->icur, &bma->got); got 4124 fs/xfs/libxfs/xfs_bmap.c ASSERT(bma->got.br_startoff <= bma->offset); got 4125 fs/xfs/libxfs/xfs_bmap.c ASSERT(bma->got.br_startoff + bma->got.br_blockcount >= got 4127 fs/xfs/libxfs/xfs_bmap.c ASSERT(bma->got.br_state == XFS_EXT_NORM || got 4128 fs/xfs/libxfs/xfs_bmap.c bma->got.br_state == XFS_EXT_UNWRITTEN); got 4200 fs/xfs/libxfs/xfs_bmap.c xfs_iext_get_extent(ifp, &bma->icur, &bma->got); got 4336 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_lookup_extent(ip, ifp, bno, &bma.icur, &bma.got)) got 4349 fs/xfs/libxfs/xfs_bmap.c if (eof || bma.got.br_startoff > bno) { got 4359 fs/xfs/libxfs/xfs_bmap.c } else if (isnullstartblock(bma.got.br_startblock)) { got 4404 fs/xfs/libxfs/xfs_bmap.c xfs_bmapi_trim_map(mval, &bma.got, &bno, len, obno, got 4426 fs/xfs/libxfs/xfs_bmap.c bma.prev = bma.got; got 4427 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_next_extent(ifp, &bma.icur, &bma.got)) got 4481 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_lookup_extent(ip, ifp, offset_fsb, &bma.icur, &bma.got) || got 4482 fs/xfs/libxfs/xfs_bmap.c bma.got.br_startoff > offset_fsb) { got 4497 fs/xfs/libxfs/xfs_bmap.c if (!isnullstartblock(bma.got.br_startblock)) { got 4498 fs/xfs/libxfs/xfs_bmap.c *imap = bma.got; got 4506 fs/xfs/libxfs/xfs_bmap.c bma.offset = bma.got.br_startoff; got 4507 fs/xfs/libxfs/xfs_bmap.c bma.length = max_t(xfs_filblks_t, bma.got.br_blockcount, MAXEXTLEN); got 4524 fs/xfs/libxfs/xfs_bmap.c if (WARN_ON_ONCE(!xfs_valid_startblock(ip, bma.got.br_startblock))) got 4530 fs/xfs/libxfs/xfs_bmap.c ASSERT(!isnullstartblock(bma.got.br_startblock)); got 4531 fs/xfs/libxfs/xfs_bmap.c *imap = bma.got; got 4567 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec got; got 4598 fs/xfs/libxfs/xfs_bmap.c if (xfs_iext_lookup_extent(ip, ifp, bno, &icur, &got)) { got 4600 fs/xfs/libxfs/xfs_bmap.c ASSERT(got.br_startoff > bno); got 4601 fs/xfs/libxfs/xfs_bmap.c ASSERT(got.br_startoff - bno >= len); got 4612 fs/xfs/libxfs/xfs_bmap.c got.br_startoff = bno; got 4613 fs/xfs/libxfs/xfs_bmap.c got.br_startblock = startblock; got 4614 fs/xfs/libxfs/xfs_bmap.c got.br_blockcount = len; got 4616 fs/xfs/libxfs/xfs_bmap.c got.br_state = XFS_EXT_UNWRITTEN; got 4618 fs/xfs/libxfs/xfs_bmap.c got.br_state = XFS_EXT_NORM; got 4621 fs/xfs/libxfs/xfs_bmap.c &cur, &got, &logflags, flags); got 4730 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec *got, got 4747 fs/xfs/libxfs/xfs_bmap.c got_endoff = got->br_startoff + got->br_blockcount; got 4748 fs/xfs/libxfs/xfs_bmap.c da_old = startblockval(got->br_startblock); got 4752 fs/xfs/libxfs/xfs_bmap.c ASSERT(got->br_startoff <= del->br_startoff); got 4774 fs/xfs/libxfs/xfs_bmap.c if (got->br_startoff == del->br_startoff) got 4791 fs/xfs/libxfs/xfs_bmap.c got->br_startoff = del_endoff; got 4792 fs/xfs/libxfs/xfs_bmap.c got->br_blockcount -= del->br_blockcount; got 4794 fs/xfs/libxfs/xfs_bmap.c got->br_blockcount), da_old); got 4795 fs/xfs/libxfs/xfs_bmap.c got->br_startblock = nullstartblock((int)da_new); got 4796 fs/xfs/libxfs/xfs_bmap.c xfs_iext_update_extent(ip, state, icur, got); got 4802 fs/xfs/libxfs/xfs_bmap.c got->br_blockcount = got->br_blockcount - del->br_blockcount; got 4804 fs/xfs/libxfs/xfs_bmap.c got->br_blockcount), da_old); got 4805 fs/xfs/libxfs/xfs_bmap.c got->br_startblock = nullstartblock((int)da_new); got 4806 fs/xfs/libxfs/xfs_bmap.c xfs_iext_update_extent(ip, state, icur, got); got 4818 fs/xfs/libxfs/xfs_bmap.c got->br_blockcount = del->br_startoff - got->br_startoff; got 4819 fs/xfs/libxfs/xfs_bmap.c got_indlen = xfs_bmap_worst_indlen(ip, got->br_blockcount); got 4828 fs/xfs/libxfs/xfs_bmap.c got->br_startblock = nullstartblock((int)got_indlen); got 4831 fs/xfs/libxfs/xfs_bmap.c new.br_state = got->br_state; got 4834 fs/xfs/libxfs/xfs_bmap.c xfs_iext_update_extent(ip, state, icur, got); got 4858 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec *got, got 4870 fs/xfs/libxfs/xfs_bmap.c got_endoff = got->br_startoff + got->br_blockcount; got 4873 fs/xfs/libxfs/xfs_bmap.c ASSERT(got->br_startoff <= del->br_startoff); got 4875 fs/xfs/libxfs/xfs_bmap.c ASSERT(!isnullstartblock(got->br_startblock)); got 4877 fs/xfs/libxfs/xfs_bmap.c if (got->br_startoff == del->br_startoff) got 4894 fs/xfs/libxfs/xfs_bmap.c got->br_startoff = del_endoff; got 4895 fs/xfs/libxfs/xfs_bmap.c got->br_blockcount -= del->br_blockcount; got 4896 fs/xfs/libxfs/xfs_bmap.c got->br_startblock = del->br_startblock + del->br_blockcount; got 4897 fs/xfs/libxfs/xfs_bmap.c xfs_iext_update_extent(ip, state, icur, got); got 4903 fs/xfs/libxfs/xfs_bmap.c got->br_blockcount -= del->br_blockcount; got 4904 fs/xfs/libxfs/xfs_bmap.c xfs_iext_update_extent(ip, state, icur, got); got 4910 fs/xfs/libxfs/xfs_bmap.c got->br_blockcount = del->br_startoff - got->br_startoff; got 4914 fs/xfs/libxfs/xfs_bmap.c new.br_state = got->br_state; got 4917 fs/xfs/libxfs/xfs_bmap.c xfs_iext_update_extent(ip, state, icur, got); got 4945 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec got; /* current extent entry */ got 4962 fs/xfs/libxfs/xfs_bmap.c xfs_iext_get_extent(ifp, icur, &got); got 4963 fs/xfs/libxfs/xfs_bmap.c ASSERT(got.br_startoff <= del->br_startoff); got 4965 fs/xfs/libxfs/xfs_bmap.c got_endoff = got.br_startoff + got.br_blockcount; got 4967 fs/xfs/libxfs/xfs_bmap.c ASSERT(!isnullstartblock(got.br_startblock)); got 4983 fs/xfs/libxfs/xfs_bmap.c del->br_startoff > got.br_startoff && del_endoff < got_endoff) got 5013 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmbt_lookup_eq(cur, &got, &i); got 5019 fs/xfs/libxfs/xfs_bmap.c if (got.br_startoff == del->br_startoff) got 5046 fs/xfs/libxfs/xfs_bmap.c got.br_startoff = del_endoff; got 5047 fs/xfs/libxfs/xfs_bmap.c got.br_startblock = del_endblock; got 5048 fs/xfs/libxfs/xfs_bmap.c got.br_blockcount -= del->br_blockcount; got 5049 fs/xfs/libxfs/xfs_bmap.c xfs_iext_update_extent(ip, state, icur, &got); got 5054 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmbt_update(cur, &got); got 5062 fs/xfs/libxfs/xfs_bmap.c got.br_blockcount -= del->br_blockcount; got 5063 fs/xfs/libxfs/xfs_bmap.c xfs_iext_update_extent(ip, state, icur, &got); got 5068 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmbt_update(cur, &got); got 5076 fs/xfs/libxfs/xfs_bmap.c old = got; got 5078 fs/xfs/libxfs/xfs_bmap.c got.br_blockcount = del->br_startoff - got.br_startoff; got 5079 fs/xfs/libxfs/xfs_bmap.c xfs_iext_update_extent(ip, state, icur, &got); got 5083 fs/xfs/libxfs/xfs_bmap.c new.br_state = got.br_state; got 5088 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmbt_update(cur, &got); got 5108 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmbt_lookup_eq(cur, &got, &i); got 5190 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec got; /* current extent record */ got 5248 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_lookup_extent_before(ip, ifp, &end, &icur, &got)) { got 5279 fs/xfs/libxfs/xfs_bmap.c if (got.br_startoff > end && got 5280 fs/xfs/libxfs/xfs_bmap.c !xfs_iext_prev_extent(ifp, &icur, &got)) { got 5289 fs/xfs/libxfs/xfs_bmap.c got.br_startoff + got.br_blockcount - 1); got 5296 fs/xfs/libxfs/xfs_bmap.c del = got; got 5309 fs/xfs/libxfs/xfs_bmap.c if (got.br_startoff < start) { got 5311 fs/xfs/libxfs/xfs_bmap.c del.br_blockcount -= start - got.br_startoff; got 5313 fs/xfs/libxfs/xfs_bmap.c del.br_startblock += start - got.br_startoff; got 5347 fs/xfs/libxfs/xfs_bmap.c if (end < got.br_startoff && got 5348 fs/xfs/libxfs/xfs_bmap.c !xfs_iext_prev_extent(ifp, &icur, &got)) { got 5398 fs/xfs/libxfs/xfs_bmap.c if (got.br_startoff > end && got 5399 fs/xfs/libxfs/xfs_bmap.c !xfs_iext_prev_extent(ifp, &icur, &got)) { got 5447 fs/xfs/libxfs/xfs_bmap.c &got, &del); got 5465 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_get_extent(ifp, &icur, &got) || got 5466 fs/xfs/libxfs/xfs_bmap.c (got.br_startoff > end && got 5467 fs/xfs/libxfs/xfs_bmap.c !xfs_iext_prev_extent(ifp, &icur, &got))) { got 5542 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec *got, /* current extent to shift */ got 5547 fs/xfs/libxfs/xfs_bmap.c startoff = got->br_startoff - shift; got 5554 fs/xfs/libxfs/xfs_bmap.c (left->br_startblock + left->br_blockcount != got->br_startblock) || got 5555 fs/xfs/libxfs/xfs_bmap.c (left->br_state != got->br_state) || got 5556 fs/xfs/libxfs/xfs_bmap.c (left->br_blockcount + got->br_blockcount > MAXEXTLEN)) got 5578 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec *got, /* extent to shift */ got 5588 fs/xfs/libxfs/xfs_bmap.c blockcount = left->br_blockcount + got->br_blockcount; got 5592 fs/xfs/libxfs/xfs_bmap.c ASSERT(xfs_bmse_can_merge(left, got, shift)); got 5610 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmbt_lookup_eq(cur, got, &i); got 5642 fs/xfs/libxfs/xfs_bmap.c xfs_rmap_unmap_extent(tp, ip, whichfork, got); got 5643 fs/xfs/libxfs/xfs_bmap.c memcpy(&new, got, sizeof(new)); got 5655 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec *got, got 5661 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec prev = *got; got 5666 fs/xfs/libxfs/xfs_bmap.c got->br_startoff = startoff; got 5674 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmbt_update(cur, got); got 5682 fs/xfs/libxfs/xfs_bmap.c got); got 5686 fs/xfs/libxfs/xfs_bmap.c xfs_rmap_map_extent(tp, ip, whichfork, got); got 5702 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec got, prev; got 5732 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_lookup_extent(ip, ifp, *next_fsb, &icur, &got)) { got 5736 fs/xfs/libxfs/xfs_bmap.c XFS_WANT_CORRUPTED_GOTO(mp, !isnullstartblock(got.br_startblock), got 5739 fs/xfs/libxfs/xfs_bmap.c new_startoff = got.br_startoff - offset_shift_fsb; got 5746 fs/xfs/libxfs/xfs_bmap.c if (xfs_bmse_can_merge(&prev, &got, offset_shift_fsb)) { got 5748 fs/xfs/libxfs/xfs_bmap.c offset_shift_fsb, &icur, &got, &prev, got 5755 fs/xfs/libxfs/xfs_bmap.c if (got.br_startoff < offset_shift_fsb) { got 5761 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmap_shift_update_extent(tp, ip, whichfork, &icur, &got, got 5767 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_next_extent(ifp, &icur, &got)) { got 5772 fs/xfs/libxfs/xfs_bmap.c *next_fsb = got.br_startoff; got 5788 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec got; got 5798 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty); got 5799 fs/xfs/libxfs/xfs_bmap.c if (!error && !is_empty && got.br_startoff >= off && got 5800 fs/xfs/libxfs/xfs_bmap.c ((got.br_startoff + shift) & BMBT_STARTOFF_MASK) < got.br_startoff) got 5820 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec got, next; got 5852 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_get_extent(ifp, &icur, &got) || got 5853 fs/xfs/libxfs/xfs_bmap.c stop_fsb > got.br_startoff) { got 5858 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_lookup_extent(ip, ifp, *next_fsb, &icur, &got)) { got 5863 fs/xfs/libxfs/xfs_bmap.c XFS_WANT_CORRUPTED_GOTO(mp, !isnullstartblock(got.br_startblock), got 5866 fs/xfs/libxfs/xfs_bmap.c if (stop_fsb >= got.br_startoff + got.br_blockcount) { got 5871 fs/xfs/libxfs/xfs_bmap.c new_startoff = got.br_startoff + offset_shift_fsb; got 5873 fs/xfs/libxfs/xfs_bmap.c if (new_startoff + got.br_blockcount > next.br_startoff) { got 5884 fs/xfs/libxfs/xfs_bmap.c if (xfs_bmse_can_merge(&got, &next, offset_shift_fsb)) got 5888 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmap_shift_update_extent(tp, ip, whichfork, &icur, &got, got 5893 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_prev_extent(ifp, &icur, &got) || got 5894 fs/xfs/libxfs/xfs_bmap.c stop_fsb >= got.br_startoff + got.br_blockcount) { got 5899 fs/xfs/libxfs/xfs_bmap.c *next_fsb = got.br_startoff; got 5922 fs/xfs/libxfs/xfs_bmap.c struct xfs_bmbt_irec got; got 5955 fs/xfs/libxfs/xfs_bmap.c if (!xfs_iext_lookup_extent(ip, ifp, split_fsb, &icur, &got) || got 5956 fs/xfs/libxfs/xfs_bmap.c got.br_startoff >= split_fsb) got 5959 fs/xfs/libxfs/xfs_bmap.c gotblkcnt = split_fsb - got.br_startoff; got 5961 fs/xfs/libxfs/xfs_bmap.c new.br_startblock = got.br_startblock + gotblkcnt; got 5962 fs/xfs/libxfs/xfs_bmap.c new.br_blockcount = got.br_blockcount - gotblkcnt; got 5963 fs/xfs/libxfs/xfs_bmap.c new.br_state = got.br_state; got 5968 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmbt_lookup_eq(cur, &got, &i); got 5974 fs/xfs/libxfs/xfs_bmap.c got.br_blockcount = gotblkcnt; got 5976 fs/xfs/libxfs/xfs_bmap.c &got); got 5980 fs/xfs/libxfs/xfs_bmap.c error = xfs_bmbt_update(cur, &got); got 25 fs/xfs/libxfs/xfs_bmap.h struct xfs_bmbt_irec got; /* extent after, or delayed */ got 211 fs/xfs/libxfs/xfs_bmap.h struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *got, got 214 fs/xfs/libxfs/xfs_bmap.h struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *got, got 228 fs/xfs/libxfs/xfs_bmap.h struct xfs_bmbt_irec *got, struct xfs_iext_cursor *cur, got 2070 fs/xfs/libxfs/xfs_da_btree.c int nmap, error, got, i, mapi; got 2124 fs/xfs/libxfs/xfs_da_btree.c for (i = 0, got = 0; i < mapi; i++) got 2125 fs/xfs/libxfs/xfs_da_btree.c got += mapp[i].br_blockcount; got 2126 fs/xfs/libxfs/xfs_da_btree.c if (got != count || mapp[0].br_startoff != *bno || got 168 fs/xfs/libxfs/xfs_inode_fork.h #define for_each_xfs_iext(ifp, ext, got) \ got 170 fs/xfs/libxfs/xfs_inode_fork.h xfs_iext_get_extent((ifp), (ext), (got)); \ got 627 fs/xfs/scrub/dir.c struct xfs_bmbt_irec got; got 659 fs/xfs/scrub/dir.c found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); got 663 fs/xfs/scrub/dir.c (got.br_startoff > 0 || got 664 fs/xfs/scrub/dir.c got.br_blockcount != args.geo->fsbcount)) { got 666 fs/xfs/scrub/dir.c got.br_startoff); got 671 fs/xfs/scrub/dir.c if (got.br_startoff >= leaf_lblk) got 685 fs/xfs/scrub/dir.c for (lblk = roundup((xfs_dablk_t)got.br_startoff, got 687 fs/xfs/scrub/dir.c lblk < got.br_startoff + got.br_blockcount; got 694 fs/xfs/scrub/dir.c dabno = got.br_startoff + got.br_blockcount; got 696 fs/xfs/scrub/dir.c found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); got 703 fs/xfs/scrub/dir.c if (xfs_iext_lookup_extent(sc->ip, ifp, leaf_lblk, &icur, &got) && got 704 fs/xfs/scrub/dir.c got.br_startoff == leaf_lblk && got 705 fs/xfs/scrub/dir.c got.br_blockcount == args.geo->fsbcount && got 706 fs/xfs/scrub/dir.c !xfs_iext_next_extent(ifp, &icur, &got)) { got 722 fs/xfs/scrub/dir.c found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); got 728 fs/xfs/scrub/dir.c lblk = got.br_startoff; got 749 fs/xfs/scrub/dir.c for (lblk = roundup((xfs_dablk_t)got.br_startoff, got 751 fs/xfs/scrub/dir.c lblk < got.br_startoff + got.br_blockcount; got 758 fs/xfs/scrub/dir.c dabno = got.br_startoff + got.br_blockcount; got 760 fs/xfs/scrub/dir.c found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); got 86 fs/xfs/xfs_bmap_util.c error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev, got 218 fs/xfs/xfs_bmap_util.c struct xfs_bmbt_irec got; got 221 fs/xfs/xfs_bmap_util.c for_each_xfs_iext(ifp, &icur, &got) { got 222 fs/xfs/xfs_bmap_util.c if (!isnullstartblock(got.br_startblock)) { got 223 fs/xfs/xfs_bmap_util.c *count += got.br_blockcount; got 401 fs/xfs/xfs_bmap_util.c struct xfs_bmbt_irec *got) got 407 fs/xfs/xfs_bmap_util.c error = xfs_reflink_trim_around_shared(ip, got, &shared); got 411 fs/xfs/xfs_bmap_util.c if (isnullstartblock(got->br_startblock) || got 412 fs/xfs/xfs_bmap_util.c got->br_startblock == DELAYSTARTBLOCK) { got 421 fs/xfs/xfs_bmap_util.c if (got->br_startoff < XFS_B_TO_FSB(ip->i_mount, XFS_ISIZE(ip))) got 427 fs/xfs/xfs_bmap_util.c p->bmv_block = xfs_fsb_to_db(ip, got->br_startblock); got 430 fs/xfs/xfs_bmap_util.c if (got->br_state == XFS_EXT_UNWRITTEN && got 437 fs/xfs/xfs_bmap_util.c p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, got->br_startoff); got 438 fs/xfs/xfs_bmap_util.c p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, got->br_blockcount); got 513 fs/xfs/xfs_bmap_util.c struct xfs_bmbt_irec got, rec; got 619 fs/xfs/xfs_bmap_util.c if (!xfs_iext_lookup_extent(ip, ifp, bno, &icur, &got)) { got 631 fs/xfs/xfs_bmap_util.c xfs_trim_extent(&got, first_bno, len); got 637 fs/xfs/xfs_bmap_util.c if (got.br_startoff > bno) { got 639 fs/xfs/xfs_bmap_util.c got.br_startoff); got 649 fs/xfs/xfs_bmap_util.c bno = got.br_startoff + got.br_blockcount; got 650 fs/xfs/xfs_bmap_util.c rec = got; got 658 fs/xfs/xfs_bmap_util.c if (!xfs_iext_next_extent(ifp, &icur, &got)) { got 696 fs/xfs/xfs_bmap_util.c struct xfs_bmbt_irec got, del; got 703 fs/xfs/xfs_bmap_util.c if (!xfs_iext_lookup_extent_before(ip, ifp, &end_fsb, &icur, &got)) got 706 fs/xfs/xfs_bmap_util.c while (got.br_startoff + got.br_blockcount > start_fsb) { got 707 fs/xfs/xfs_bmap_util.c del = got; got 717 fs/xfs/xfs_bmap_util.c if (!xfs_iext_prev_extent(ifp, &icur, &got)) got 723 fs/xfs/xfs_bmap_util.c &got, &del); got 724 fs/xfs/xfs_bmap_util.c if (error || !xfs_iext_get_extent(ifp, &icur, &got)) got 612 fs/xfs/xfs_dquot.c struct xfs_bmbt_irec got; got 637 fs/xfs/xfs_dquot.c if (xfs_iext_lookup_extent(quotip, "ip->i_df, start, &cur, &got)) { got 639 fs/xfs/xfs_dquot.c if (got.br_startoff < start) got 640 fs/xfs/xfs_dquot.c got.br_startoff = start; got 641 fs/xfs/xfs_dquot.c *id = got.br_startoff * mp->m_quotainfo->qi_dqperchunk; got 250 fs/xfs/xfs_reflink.c struct xfs_bmbt_irec got; got 255 fs/xfs/xfs_reflink.c if (!xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, &got)) got 259 fs/xfs/xfs_reflink.c if (got.br_startoff >= offset_fsb + count_fsb) got 261 fs/xfs/xfs_reflink.c if (got.br_state == XFS_EXT_NORM) got 263 fs/xfs/xfs_reflink.c if (WARN_ON_ONCE(isnullstartblock(got.br_startblock))) got 266 fs/xfs/xfs_reflink.c xfs_trim_extent(&got, offset_fsb, count_fsb); got 267 fs/xfs/xfs_reflink.c if (!got.br_blockcount) got 270 fs/xfs/xfs_reflink.c got.br_state = XFS_EXT_NORM; got 272 fs/xfs/xfs_reflink.c XFS_COW_FORK, &icur, &dummy_cur, &got, got 276 fs/xfs/xfs_reflink.c } while (xfs_iext_next_extent(ip->i_cowfp, &icur, &got)); got 317 fs/xfs/xfs_reflink.c struct xfs_bmbt_irec got; got 325 fs/xfs/xfs_reflink.c if (!xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, &got)) got 326 fs/xfs/xfs_reflink.c got.br_startoff = offset_fsb + count_fsb; got 327 fs/xfs/xfs_reflink.c if (got.br_startoff > offset_fsb) { got 329 fs/xfs/xfs_reflink.c got.br_startoff - imap->br_startoff); got 334 fs/xfs/xfs_reflink.c if (isnullstartblock(got.br_startblock)) { got 335 fs/xfs/xfs_reflink.c xfs_trim_extent(imap, got.br_startoff, got.br_blockcount); got 340 fs/xfs/xfs_reflink.c xfs_trim_extent(&got, offset_fsb, count_fsb); got 341 fs/xfs/xfs_reflink.c *imap = got; got 467 fs/xfs/xfs_reflink.c struct xfs_bmbt_irec got, del; got 473 fs/xfs/xfs_reflink.c if (!xfs_iext_lookup_extent_before(ip, ifp, &end_fsb, &icur, &got)) got 477 fs/xfs/xfs_reflink.c while (got.br_startoff + got.br_blockcount > offset_fsb) { got 478 fs/xfs/xfs_reflink.c del = got; got 491 fs/xfs/xfs_reflink.c &icur, &got, &del); got 510 fs/xfs/xfs_reflink.c xfs_bmap_del_extent_cow(ip, &icur, &got, &del); got 523 fs/xfs/xfs_reflink.c if (!xfs_iext_get_extent(ifp, &icur, &got)) got 604 fs/xfs/xfs_reflink.c struct xfs_bmbt_irec got, del; got 638 fs/xfs/xfs_reflink.c if (!xfs_iext_lookup_extent_before(ip, ifp, end_fsb, &icur, &got) || got 639 fs/xfs/xfs_reflink.c got.br_startoff + got.br_blockcount <= offset_fsb) { got 650 fs/xfs/xfs_reflink.c del = got; got 660 fs/xfs/xfs_reflink.c if (!xfs_bmap_is_real_extent(&got)) { got 686 fs/xfs/xfs_reflink.c xfs_bmap_del_extent_cow(ip, &icur, &got, &del); got 1471 fs/xfs/xfs_reflink.c struct xfs_bmbt_irec got; got 1491 fs/xfs/xfs_reflink.c found = xfs_iext_lookup_extent(ip, ifp, 0, &icur, &got); got 1493 fs/xfs/xfs_reflink.c if (isnullstartblock(got.br_startblock) || got 1494 fs/xfs/xfs_reflink.c got.br_state != XFS_EXT_NORM) got 1496 fs/xfs/xfs_reflink.c agno = XFS_FSB_TO_AGNO(mp, got.br_startblock); got 1497 fs/xfs/xfs_reflink.c agbno = XFS_FSB_TO_AGBNO(mp, got.br_startblock); got 1498 fs/xfs/xfs_reflink.c aglen = got.br_blockcount; got 1510 fs/xfs/xfs_reflink.c found = xfs_iext_next_extent(ifp, &icur, &got); got 903 fs/xfs/xfs_super.c struct xfs_bmbt_irec got; got 906 fs/xfs/xfs_super.c if (!ifp || !xfs_iext_lookup_extent(ip, ifp, 0, &icur, &got)) got 909 fs/xfs/xfs_super.c if (isnullstartblock(got.br_startblock)) { got 914 fs/xfs/xfs_super.c got.br_startoff, got.br_blockcount); got 916 fs/xfs/xfs_super.c } while (xfs_iext_next_extent(ifp, &icur, &got)); got 732 kernel/debug/kdb/kdb_io.c int got = 0; got 737 kernel/debug/kdb/kdb_io.c got = 0; got 739 kernel/debug/kdb/kdb_io.c got = 0; got 741 kernel/debug/kdb/kdb_io.c got++; got 744 kernel/debug/kdb/kdb_io.c kdb_nextline += got / (colcount + 1); got 84 mm/zpool.c bool got = try_module_get(driver->owner); got 86 mm/zpool.c if (got) got 89 mm/zpool.c return got ? driver : NULL; got 357 net/rds/ib_send.c unsigned int avail, posted, got = 0, advertise; got 382 net/rds/ib_send.c got = avail; got 385 net/rds/ib_send.c got = wanted; got 387 net/rds/ib_send.c newval -= IB_SET_SEND_CREDITS(got); got 394 net/rds/ib_send.c if (posted && (got || need_posted)) { got 404 net/rds/ib_send.c return got; got 333 sound/aoa/soundbus/i2sbus/core.c int got = 0, err; got 347 sound/aoa/soundbus/i2sbus/core.c got += i2sbus_add_dev(dev, control, np); got 351 sound/aoa/soundbus/i2sbus/core.c if (!got) { got 19 tools/arch/x86/include/asm/insn.h unsigned char got; got 119 tools/arch/x86/include/asm/insn.h if (!insn->prefixes.got) got 126 tools/arch/x86/include/asm/insn.h if (!insn->prefixes.got) got 134 tools/arch/x86/include/asm/insn.h return insn->opcode.got && insn->modrm.got && insn->sib.got && got 135 tools/arch/x86/include/asm/insn.h insn->displacement.got && insn->immediate.got; got 76 tools/arch/x86/lib/insn.c if (prefixes->got) got 134 tools/arch/x86/lib/insn.c insn->rex_prefix.got = 1; got 182 tools/arch/x86/lib/insn.c insn->vex_prefix.got = 1; got 184 tools/arch/x86/lib/insn.c prefixes->got = 1; got 205 tools/arch/x86/lib/insn.c if (opcode->got) got 207 tools/arch/x86/lib/insn.c if (!insn->prefixes.got) got 239 tools/arch/x86/lib/insn.c opcode->got = 1; got 257 tools/arch/x86/lib/insn.c if (modrm->got) got 259 tools/arch/x86/lib/insn.c if (!insn->opcode.got) got 277 tools/arch/x86/lib/insn.c modrm->got = 1; got 297 tools/arch/x86/lib/insn.c if (!modrm->got) got 317 tools/arch/x86/lib/insn.c if (insn->sib.got) got 319 tools/arch/x86/lib/insn.c if (!insn->modrm.got) got 329 tools/arch/x86/lib/insn.c insn->sib.got = 1; got 348 tools/arch/x86/lib/insn.c if (insn->displacement.got) got 350 tools/arch/x86/lib/insn.c if (!insn->sib.got) got 393 tools/arch/x86/lib/insn.c insn->displacement.got = 1; got 420 tools/arch/x86/lib/insn.c insn->moffset1.got = insn->moffset2.got = 1; got 472 tools/arch/x86/lib/insn.c insn->immediate1.got = insn->immediate2.got = 1; got 499 tools/arch/x86/lib/insn.c insn->immediate1.got = insn->immediate2.got = 1; got 517 tools/arch/x86/lib/insn.c if (insn->immediate.got) got 519 tools/arch/x86/lib/insn.c if (!insn->displacement.got) got 572 tools/arch/x86/lib/insn.c insn->immediate.got = 1; got 589 tools/arch/x86/lib/insn.c if (!insn->immediate.got) got 12 tools/testing/selftests/bpf/prog_tests/flow_dissector.c #define CHECK_FLOW_KEYS(desc, got, expected) \ got 13 tools/testing/selftests/bpf/prog_tests/flow_dissector.c CHECK_ATTR(memcmp(&got, &expected, sizeof(got)) != 0, \ got 26 tools/testing/selftests/bpf/prog_tests/flow_dissector.c got.nhoff, expected.nhoff, \ got 27 tools/testing/selftests/bpf/prog_tests/flow_dissector.c got.thoff, expected.thoff, \ got 28 tools/testing/selftests/bpf/prog_tests/flow_dissector.c got.addr_proto, expected.addr_proto, \ got 29 tools/testing/selftests/bpf/prog_tests/flow_dissector.c got.is_frag, expected.is_frag, \ got 30 tools/testing/selftests/bpf/prog_tests/flow_dissector.c got.is_first_frag, expected.is_first_frag, \ got 31 tools/testing/selftests/bpf/prog_tests/flow_dissector.c got.is_encap, expected.is_encap, \ got 32 tools/testing/selftests/bpf/prog_tests/flow_dissector.c got.ip_proto, expected.ip_proto, \ got 33 tools/testing/selftests/bpf/prog_tests/flow_dissector.c got.n_proto, expected.n_proto, \ got 34 tools/testing/selftests/bpf/prog_tests/flow_dissector.c got.flow_label, expected.flow_label, \ got 35 tools/testing/selftests/bpf/prog_tests/flow_dissector.c got.sport, expected.sport, \ got 36 tools/testing/selftests/bpf/prog_tests/flow_dissector.c got.dport, expected.dport) got 376 tools/testing/selftests/net/psock_tpacket.c unsigned int frame_num = 0, got = 0; got 482 tools/testing/selftests/net/psock_tpacket.c got += ret; got 497 tools/testing/selftests/net/psock_tpacket.c fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, got); got 62 tools/testing/selftests/powerpc/copyloops/exc_validate.c unsigned long got, expected; got 64 tools/testing/selftests/powerpc/copyloops/exc_validate.c got = COPY_LOOP(dstp, srcp, len); got 67 tools/testing/selftests/powerpc/copyloops/exc_validate.c if (got != expected) { got 70 tools/testing/selftests/powerpc/copyloops/exc_validate.c srcp, dstp, len, got, expected); got 358 tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h ld reg,name@got(r2) got 105 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c unsigned long got; got 111 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c got = load_unaligned_zeropad(p); got 113 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c if (should != got) { got 114 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, should);