Home
last modified time | relevance | path

Searched refs:fstatvfs (Results 1 – 25 of 43) sorted by relevance

12

/external/openssh/openbsd-compat/
Dbsd-statvfs.h68 int fstatvfs(int, struct statvfs *);
Dbsd-statvfs.c73 int fstatvfs(int fd, struct statvfs *buf) in fstatvfs() function
/external/elfutils/tests/
Dlfs-symbols33 fstatvfs
/external/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c171 if (fstatvfs(fd, &stat_buf) != 0) in setup()
/external/openssh/
DPROTOCOL387 "fstatvfs@openssh.com"
389 These requests correspond to the statvfs and fstatvfs POSIX system
397 The "fstatvfs@openssh.com" operates on an open file handle:
400 string "fstatvfs@openssh.com"
424 Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are
Dsftp-server.c1329 if (fstatvfs(fd, &st) != 0) in process_extended_fstatvfs()
Dconfig.h.in481 /* Define to 1 if you have the `fstatvfs' function. */
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll339 ; CHECK: declare void @fstatvfs(...)
340 declare void @fstatvfs(...)
Dannotate.ll358 ; CHECK: declare i32 @fstatvfs(i32, %opaque* nocapture) [[G0]]
359 declare i32 @fstatvfs(i32, %opaque*)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll465 ; CHECK: declare void @fstatvfs(...)
466 declare void @fstatvfs(...)
Dannotate.ll484 ; CHECK: declare i32 @fstatvfs(i32, %opaque* nocapture) [[G0]]
485 declare i32 @fstatvfs(i32, %opaque*)
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def581 /// int fstatvfs(int fildes, struct statvfs *buf);
582 TLI_DEFINE_ENUM_INTERNAL(fstatvfs)
583 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp240 TLI.setUnavailable(LibFunc::fstatvfs); in initialize()
753 case LibFunc::fstatvfs: in isValidProtoForLibFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def766 /// int fstatvfs(int fildes, struct statvfs *buf);
767 TLI_DEFINE_ENUM_INTERNAL(fstatvfs)
768 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
/external/python/cpython2/Lib/test/
Dtest_posix.py141 self.assertTrue(posix.fstatvfs(fp.fileno()))
/external/python/cpython3/Modules/
Dposixmodule.c21 # pragma weak fstatvfs macro
9614 result = fstatvfs(fd, &st); in os_fstatvfs_impl()
9652 if (fstatvfs == NULL) { in os_statvfs_impl()
9657 result = fstatvfs(path->fd, &st); in os_statvfs_impl()
13559 if (fstatvfs == NULL) { in INITFUNC()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp398 case LibFunc::fstatvfs: in inferLibFuncAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DPath.inc59 #define FSTATVFS fstatvfs
/external/python/cpython2/Modules/
Dposixmodule.c22 # pragma weak fstatvfs macro
7530 res = fstatvfs(fd, &st); in posix_fstatvfs()
9552 if (fstatvfs == NULL) { in INITFUNC()
/external/python/cpython3/Lib/test/
Dtest_posix.py155 self.assertTrue(posix.fstatvfs(fp.fileno()))
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc751 TEST(MemorySanitizer, fstatvfs) { in TEST() argument
754 int res = fstatvfs(fd, &st); in TEST()
/external/python/cpython2/
Dpyconfig.h.in276 /* Define to 1 if you have the `fstatvfs' function. */
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc3695 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
3697 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf);
3701 int res = REAL(fstatvfs)(fd, buf);
3707 COMMON_INTERCEPT_FUNCTION(fstatvfs);
/external/python/cpython3/
Dpyconfig.h.in354 /* Define to 1 if you have the `fstatvfs' function. */
/external/strace/
DNEWS366 * Added -e trace=%fstatfs option for tracing fstatfs, fstatfs64 and fstatvfs

12