Searched refs:st_size (Results 76 - 100 of 114) sorted by relevance

12345

/linux-master/arch/sparc/kernel/
H A Dsys_sparc32.c77 err |= put_user(stat->size, &statbuf->st_size);
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c148 unsafe_put_user(stat->size, &ubuf->st_size, Efault);
H A Dmachine_kexec_64.c441 sym->st_size);
/linux-master/samples/nitro_enclaves/
H A Dne_ioctl_sample.c311 enclave_image_size = image_stat_buf.st_size;
/linux-master/fs/hostfs/
H A Dhostfs_user.c28 p->size = buf->st_size;
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c185 return buf.st_mtime >= info->core_time ? buf.st_size : TEST_FAIL;
/linux-master/tools/perf/util/
H A Dsymbol-minimal.c242 buf_size = stbuf.st_size;
H A Dconfig.c571 if (st.st_size)
H A Dprobe-file.c1002 if (ftruncate(fd, st.st_size) < 0)
/linux-master/arch/x86/tools/
H A Drelocs.c545 sym->st_size = elf_xword_to_cpu(sym->st_size);
622 j, sym->st_value, sym->st_size,
/linux-master/tools/lib/bpf/
H A Dlinker.c435 init_sym->st_size = 0;
815 || sym->st_value != 0 || sym->st_size != 0) {
833 || sym->st_value != 0 || sym->st_size != 0) {
1965 dst_sym->st_size = sym->st_size;
1996 dst_sym->st_size = sym->st_size;
/linux-master/scripts/
H A Dasn1_compiler.c605 if (!(buffer = malloc(st.st_size + 1))) {
610 if ((readlen = read(fd, buffer, st.st_size)) < 0) {
620 if (readlen != st.st_size) {
/linux-master/tools/testing/selftests/cgroup/
H A Dcgroup_util.c481 size += st.st_size;
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c161 sendfile(out_fd, in_fd, NULL, info.st_size);
/linux-master/tools/mm/
H A Dpage-types.c939 unsigned long long size = st->st_size;
1054 add_addr_range(0, st->st_size / page_size);
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c208 long st_size; member in struct:osf_stat
289 tmp.st_size = lstat->size;
/linux-master/kernel/
H A Dkexec_file.c1155 if (sym->st_size != size) {
1157 name, (unsigned long)sym->st_size, size);
/linux-master/tools/testing/selftests/memfd/
H A Dmemfd_test.c246 } else if (st.st_size != size) {
248 (long long)st.st_size, (long long)size);
/linux-master/tools/testing/selftests/net/
H A Dtls.c408 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0);
422 buf = (char *)malloc(st.st_size);
428 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0);
429 EXPECT_EQ(recv(self->cfd, buf, st.st_size, MSG_WAITALL), st.st_size);
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c2725 hw->st_idx = RING_NEXT(hw->st_idx, hw->st_size);
3390 memset(hw->st_le, 0, hw->st_size * sizeof(struct sky2_status_le));
3400 sky2_write16(hw, STAT_LAST_IDX, hw->st_size - 1);
4407 seq_printf(seq, "Status ring %u\n", hw->st_size);
4412 for (idx = hw->st_idx; idx != last && idx < hw->st_size;
4413 idx = RING_NEXT(idx, hw->st_size)) {
4907 hw->st_size = hw->ports * roundup_pow_of_two(3*RX_MAX_PENDING + TX_MAX_PENDING);
4909 hw->st_size * sizeof(struct sky2_status_le),
4991 hw->st_size * sizeof(struct sky2_status_le),
5037 hw->st_size * sizeo
[all...]
/linux-master/arch/um/os-Linux/
H A Dfile.c34 .ust_size = src->st_size, /* total size, in bytes */
/linux-master/net/9p/
H A Dprotocol.c494 &stbuf->st_rdev, &stbuf->st_size,
/linux-master/tools/objtool/
H A Delf.c408 sym->len = sym->sym.st_size;
557 * pfunc->sym.st_size.
808 // st_size 0
839 sym->sym.st_size = size;
/linux-master/drivers/iio/accel/
H A Dbmc150-accel-core.c731 int st_size = ARRAY_SIZE(data->chip_info->scale_table); local
733 for (i = 0; i < st_size; ++i) {
/linux-master/tools/bpf/bpftool/
H A Dgen.c1192 file_sz = st.st_size;
1581 file_sz = st.st_size;

Completed in 292 milliseconds

12345