Home
last modified time | relevance | path

Searched refs:got (Results 76 – 100 of 388) sorted by relevance

12345678910>>...16

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap.h24 struct xfs_bmbt_irec got; /* extent after, or delayed */ member
200 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *got,
203 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *got,
218 struct xfs_bmbt_irec *got, struct xfs_iext_cursor *cur,
/openbmc/linux/arch/arm64/kernel/vdso32/
H A Dvdso.lds.S41 *(.got)
42 *(.got.plt)
/openbmc/linux/arch/arm64/kernel/vdso/
H A Dvdso.lds.S62 *(.got)
63 *(.got.plt)
/openbmc/linux/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S53 *(.got.plt) *(.got)
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c127 uint64_t *got, *exp; in test_core_extern() local
157 got = (uint64_t *)skel->data; in test_core_extern()
160 ASSERT_EQ(got[j], exp[j], "result"); in test_core_extern()
/openbmc/linux/arch/ia64/kernel/
H A Dgate.lds.S63 *(.got.plt) *(.got)
/openbmc/u-boot/arch/x86/cpu/
H A Du-boot-64.lds59 .got : { *(.got*) }
H A Du-boot.lds59 .got : { *(.got*) }
/openbmc/linux/lib/
H A Dtest_scanf.c67 typeof(*expect) got = *va_arg(ap, typeof(expect)); \
68 pr_debug("\t" arg_fmt "\n", got); \
69 if (got != *expect) { \
71 str, fmt, *expect, got); \
684 T got; \
691 got = (fn)(test_buffer, &endp, base); \
692 pr_debug(#fn "(\"%s\", %d) -> " gen_fmt "\n", test_buffer, base, got); \
693 if (got != (expect)) { \
696 test_buffer, base, got, expect); \
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c270 ssize_t got; in htab_mem_read_mem_cgrp_file() local
281 got = read(fd, buf, sizeof(buf) - 1); in htab_mem_read_mem_cgrp_file()
282 if (got <= 0) { in htab_mem_read_mem_cgrp_file()
286 buf[got] = 0; in htab_mem_read_mem_cgrp_file()
/openbmc/linux/tools/testing/selftests/powerpc/switch_endian/
H A Dswitch_endian_test.S81 ld r4, success_message@got(%r2)
94 ld r4, failure_message@got(%r2)
/openbmc/qemu/io/
H A Dchannel-tls.c273 ssize_t got = 0; in qio_channel_tls_readv() local
281 if (got) { in qio_channel_tls_readv()
282 return got; in qio_channel_tls_readv()
296 got += ret; in qio_channel_tls_readv()
301 return got; in qio_channel_tls_readv()
/openbmc/linux/fs/ceph/
H A Dfile.c510 got = want; in try_prep_async_create()
513 return got; in try_prep_async_create()
2017 int want = 0, got = 0; in ceph_read_iter() local
2080 ceph_put_cap_refs(ci, got); in ceph_read_iter()
2168 int want = 0, got = 0; in ceph_splice_read() local
2204 rw_ctx.caps = got; in ceph_splice_read()
2212 ceph_put_cap_refs(ci, got); in ceph_splice_read()
2238 int err, want = 0, got; in ceph_write_iter() local
2308 got = 0; in ceph_write_iter()
2382 ceph_cap_string(got)); in ceph_write_iter()
[all …]
/openbmc/qemu/linux-user/ppc/
H A Dvdso-64.ld50 *(.got.plt) *(.got)
H A Dvdso-32.ld52 *(.got.plt) *(.got)
/openbmc/qemu/linux-user/arm/
H A Dvdso.ld49 *(.got.plt) *(.got)
/openbmc/qemu/linux-user/x86_64/
H A Dvdso.ld55 *(.got.plt) *(.got)
/openbmc/qemu/linux-user/i386/
H A Dvdso.ld58 *(.got.plt) *(.got)
/openbmc/linux/arch/powerpc/kernel/vdso/
H A Dvdso64.lds.S74 .got ALIGN(8) : { *(.got .toc) }
H A Dvdso32.lds.S74 .got : { *(.got) } :text
/openbmc/linux/Documentation/filesystems/
H A Dqnx6.rst8 It got introduced in QNX 6.4.0 and is used default since 6.4.1.
42 Each qnx6fs got two superblocks, each one having a 64bit serial number.
114 Eeach filename record additionally got a filename length field.
118 These got set a filename length field of 0xff in the corresponding directory
127 Symbolic links are also filesystem objects with inodes. They got a specific
132 Hard links got an inode, a directory entry, but a specific mode bit set,
179 Each superblock got its own half of the system area. So superblock #1
/openbmc/qemu/linux-user/s390x/
H A Dvdso.ld54 *(.got.plt) *(.got)
/openbmc/linux/arch/riscv/kernel/
H A Dvmlinux.lds.S138 .got : { *(.got*) }
/openbmc/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S47 .got : { *(.got) }
/openbmc/linux/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S45 .got : { *(.got) }

12345678910>>...16