Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 25 of 69) sorted by relevance

123

/Linux-v5.4/tools/testing/selftests/proc/
Dfd-002-posix-eq.c43 rv = fstat(fd0, &st0); in main()
45 rv = fstat(fd1, &st1); in main()
47 rv = fstat(fd2, &st2); in main()
/Linux-v5.4/tools/perf/util/
Ddata.c146 if (fstat(file->fd, &st)) in perf_data__update_dir()
163 if (!fstat(fd, &st) && S_ISFIFO(st.st_mode)) in check_pipe()
238 if (fstat(fd, &st) < 0) in open_file_read()
Dzlib.c36 if (fstat(input_fd, &stbuf) < 0) in gzip_decompress_to_file()
Dsrccode.c122 if (fd < 0 || fstat(fd, &st) < 0) { in find_srcfile()
Dsymbol-minimal.c235 if (fstat(fd, &stbuf) < 0) in sysfs__read_build_id()
/Linux-v5.4/tools/testing/selftests/nsfs/
Dpidns.c67 if (fstat(pns, &st1)) in main()
Downer.c64 if (fstat(uns, &st1)) in main()
/Linux-v5.4/tools/build/
Dfixdep.c133 if (fstat(fd, &st) < 0) { in print_deps()
/Linux-v5.4/scripts/
Dinsert-sys-cert.c212 if (fstat(fd, &st)) { in map_file()
239 if (fstat(fd, &st)) { in read_file()
Dsortextable.c94 if (fd_map < 0 || fstat(fd_map, &sb) < 0) { in mmap_file()
/Linux-v5.4/drivers/spi/
Dspi-lantiq-ssc.c212 u32 fstat = lantiq_ssc_readl(spi, LTQ_SPI_FSTAT); in tx_fifo_level() local
214 return (fstat & LTQ_SPI_FSTAT_TXFFL_M) >> LTQ_SPI_FSTAT_TXFFL_S; in tx_fifo_level()
219 u32 fstat = lantiq_ssc_readl(spi, LTQ_SPI_FSTAT); in rx_fifo_level() local
221 return fstat & LTQ_SPI_FSTAT_RXFFL_M; in rx_fifo_level()
/Linux-v5.4/tools/perf/pmu-events/
Djson.c59 err = fstat(fd, &st); in mapfile()
/Linux-v5.4/tools/vm/
Dpage_owner_sort.c109 fstat(fileno(fin), &st); in main()
/Linux-v5.4/arch/arm/vdso/
Dvdsomunge.c142 if (fstat(infd, &stat) != 0) in main()
/Linux-v5.4/tools/io_uring/
Dio_uring-cp.c51 if (fstat(fd, &st) < 0) in get_file_size()
/Linux-v5.4/scripts/basic/
Dfixdep.c278 if (fstat(fd, &st) < 0) { in read_file()
/Linux-v5.4/arch/alpha/boot/tools/
Dobjstrip.c118 if (fstat(fd, &st) == -1) { in main()
/Linux-v5.4/arch/mips/vdso/
Dgenvdso.c122 if (fstat(fd, &stat) != 0) { in map_vdso()
/Linux-v5.4/tools/firmware/
Dihex2fw.c107 if (fstat(infd, &st)) { in main()
/Linux-v5.4/arch/x86/boot/tools/
Dbuild.c386 if (fstat(fd, &sb)) in main()
/Linux-v5.4/tools/bpf/
Dbpf_jit_disasm.c136 ret = fstat(fd, &fi); in get_flog_buff()
/Linux-v5.4/tools/perf/
Dperf.c322 if (fstat(fileno(stdout), &st)) in run_builtin()
Dbuiltin-mem.c447 if (!fstat(STDIN_FILENO, &st) && S_ISFIFO(st.st_mode)) in cmd_mem()
/Linux-v5.4/tools/testing/selftests/cgroup/
Dcgroup_util.c346 if (fstat(fd, &st)) in alloc_pagecache()
/Linux-v5.4/tools/power/pm-graph/
Dbootgraph.py645 table.fstat {table-layout:fixed;padding:150px 15px 0 0;font-size:10px;column-width:30px;}\n\
646 .fstat th {width:55px;}\n\
647 .fstat td {text-align:left;width:35px;}\n\

123