/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | statfs.h | 45 struct statfs64 { struct 65 struct statfs64 { /* Same as struct statfs */ argument
|
/external/strace/ |
D | statfs.c | 108 struct statfs64 statbuf; in printstatfs64() 183 if (tcp->u_arg[1] == sizeof(struct statfs64)) in do_statfs64_fstatfs64() 197 SYS_FUNC(statfs64) in SYS_FUNC() argument
|
D | sys_func.h | 267 extern SYS_FUNC(statfs64);
|
D | NEWS | 80 * Fixed decoding of statfs64 and fstatfs64 syscalls on arm eabi. 297 * Added support for compat_statfs64 and statfs64.f_flags. 409 * Fixed handling of Linux systems without struct statfs64.
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | statfs.h | 45 struct statfs64 { struct
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_linux.cc | 60 unsigned struct_statfs64_sz = sizeof(struct statfs64);
|
/external/e2fsprogs/misc/ |
D | e4defrag.c | 325 struct statfs64 fsbuf; in is_ext4() 334 if (statfs64(file_path, &fsbuf) < 0) { in is_ext4() 516 struct statfs64 fsbuf; in check_free_size()
|
/external/strace/linux/32/ |
D | syscallent.h | 47 [ 43] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/s390x/ |
D | syscallent.h | 280 [265] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/avr32/ |
D | syscallent.h | 247 [219] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 220 [6217] = { 3, TF, SEN(statfs64), "statfs64" },
|
D | syscallent-o32.h | 258 [4255] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 181 [186] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/s390/ |
D | syscallent.h | 296 [265] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/sparc/ |
D | syscallent.h | 235 [234] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-darwin.h | 435 DECL_TEMPLATE(darwin, statfs64); // 345
|
/external/strace/linux/hppa/ |
D | syscallent.h | 303 [298] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/powerpc64/ |
D | syscallent.h | 276 [252] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/i386/ |
D | syscallent.h | 296 [268] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/m68k/ |
D | syscallent.h | 291 [263] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/sh/ |
D | syscallent.h | 296 [268] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/powerpc/ |
D | syscallent.h | 281 [252] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/sh64/ |
D | syscallent.h | 322 [296] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/microblaze/ |
D | syscallent.h | 296 [268] = { 3, TF, SEN(statfs64), "statfs64" },
|
/external/strace/linux/arm/ |
D | syscallent.h | 293 [266] = { 3, TF, SEN(statfs64), "statfs64" },
|