HomeSort by relevance Sort by last modified time
    Searched refs:f_type (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/strace/
statfs.h 32 unsigned long long f_type; member in struct:strace_statfs
fetch_struct_statfs.c 52 p->f_type = zero_extend_signed_to_ull(b.f_type);
100 p->f_type = zero_extend_signed_to_ull(b.f_type);
print_statfs.c 67 print_statfs_type("{f_type=", b.f_type);
103 print_statfs_type("{f_type=", b.f_type);
  /external/ltp/lib/
tst_fs_type.c 43 return sbuf.f_type;
46 const char *tst_fs_type_name(long f_type)
48 switch (f_type) {
  /bionic/libc/kernel/uapi/asm-mips/asm/
statfs.h 24 long f_type; member in struct:statfs
25 #define f_fstyp f_type
40 __u32 f_type; member in struct:statfs64
57 long f_type; member in struct:statfs64
71 __u32 f_type; member in struct:compat_statfs64
  /external/kernel-headers/original/uapi/asm-mips/asm/
statfs.h 24 long f_type; member in struct:statfs
25 #define f_fstyp f_type
47 __u32 f_type; member in struct:statfs64
67 long f_type; member in struct:statfs64
84 __u32 f_type; member in struct:compat_statfs64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
statfs.h 27 __SWORD_TYPE f_type; member in struct:statfs
52 __SWORD_TYPE f_type; member in struct:statfs64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
statfs.h 27 __SWORD_TYPE f_type; member in struct:statfs
52 __SWORD_TYPE f_type; member in struct:statfs64
  /bionic/libc/bionic/
pathconf.cpp 36 switch (s.f_type) {
49 switch (s.f_type) {
65 switch (s.f_type) {
  /bionic/libc/kernel/uapi/asm-generic/
statfs.h 30 __statfs_word f_type; member in struct:statfs
47 __statfs_word f_type; member in struct:statfs64
64 __u32 f_type; member in struct:compat_statfs64
  /external/kernel-headers/original/uapi/asm-generic/
statfs.h 24 __statfs_word f_type; member in struct:statfs
47 __statfs_word f_type; member in struct:statfs64
70 __u32 f_type; member in struct:compat_statfs64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
statfs.h 23 __statfs_word f_type; member in struct:statfs
46 __statfs_word f_type; member in struct:statfs64
69 __u32 f_type; member in struct:compat_statfs64
  /bionic/libc/include/sys/
vfs.h 44 uint64_t f_type; \
60 uint64_t f_type; \
76 uint32_t f_type; \
93 uint32_t f_type; \
  /external/protobuf/python/google/protobuf/
proto_builder.py 94 for f_name, f_type in field_items:
96 fields_hash.update(str(f_type).encode('utf-8'))
124 for f_number, (f_name, f_type) in enumerate(field_items, 1):
129 field_proto.type = f_type
  /external/libchrome/base/files/
file_util_linux.cc 25 // Not all possible |statfs_buf.f_type| values are in linux/magic.h.
27 // In some platforms, |statfs_buf.f_type| is declared as signed, but some of
30 switch (static_cast<uintmax_t>(statfs_buf.f_type)) {
  /external/toybox/toys/other/
switch_root.c 55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994))
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
file.h 62 short f_type; /* descriptor type */ member in struct:file
  /external/ltp/testcases/kernel/syscalls/fstatfs/
fstatfs01.c 87 tst_resm(TPASS, "%s - f_type=%lx",
88 tcases[i].msg, stats.f_type);
  /external/ltp/include/
tst_fs.h 88 const char *tst_fs_type_name(long f_type);
  /external/strace/tests/
xstatfsx.c 80 printf("{f_type=%s", magic_str);
82 print_statfs_type("{f_type=", b->f_type);
  /external/strace/tests-m32/
xstatfsx.c 80 printf("{f_type=%s", magic_str);
82 print_statfs_type("{f_type=", b->f_type);
  /external/strace/tests-mx32/
xstatfsx.c 80 printf("{f_type=%s", magic_str);
82 print_statfs_type("{f_type=", b->f_type);
  /cts/tests/tests/security/jni/
android_security_cts_EncryptionTest.cpp 45 (buf.f_type == 0xf15f /* ecryptfs */)) {
  /external/e2fsprogs/misc/
filefrag.c 428 (unsigned long)fsinfo.f_type);
431 if (fsinfo.f_type == 0xef51 || fsinfo.f_type == 0xef52 ||
432 fsinfo.f_type == 0xef53) {
  /external/selinux/libselinux/src/
init.c 41 if ((uint32_t)sfbuf.f_type == (uint32_t)SELINUX_MAGIC) {

Completed in 552 milliseconds

1 2 3