Searched refs:f_type (Results 1 - 25 of 47) sorted by relevance

12

/external/strace/
H A Dstatfs.h32 unsigned long long f_type; member in struct:strace_statfs
H A Dfetch_struct_statfs.c52 p->f_type = zero_extend_signed_to_ull(b.f_type);
100 p->f_type = zero_extend_signed_to_ull(b.f_type);
H A Dprint_statfs.c67 print_statfs_type("{f_type=", b.f_type);
103 print_statfs_type("{f_type=", b.f_type);
/external/ltp/lib/
H A Dtst_fs_type.c43 return sbuf.f_type;
46 const char *tst_fs_type_name(long f_type) argument
48 switch (f_type) {
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dstatfs.h24 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
/external/protobuf/python/google/protobuf/
H A Dproto_builder.py94 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/kernel-headers/original/uapi/asm-generic/
H A Dstatfs.h24 __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
/external/libchrome/base/files/
H A Dfile_util_linux.cc25 // 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/
H A Dswitch_root.c55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994))
H A Dstat.c143 else if (type == 't') out('x', statfs->f_type);
159 if (nn[i].num == statfs->f_type) s = nn[i].name;
/external/ltp/testcases/kernel/syscalls/fstatfs/
H A Dfstatfs01.c87 tst_resm(TPASS, "%s - f_type=%lx",
88 tcases[i].msg, stats.f_type);
/external/ltp/include/
H A Dtst_fs.h88 const char *tst_fs_type_name(long f_type);
/external/strace/tests/
H A Dxstatfsx.c80 printf("{f_type=%s", magic_str);
82 print_statfs_type("{f_type=", b->f_type);
/external/strace/tests-m32/
H A Dxstatfsx.c80 printf("{f_type=%s", magic_str);
82 print_statfs_type("{f_type=", b->f_type);
/external/strace/tests-mx32/
H A Dxstatfsx.c80 printf("{f_type=%s", magic_str);
82 print_statfs_type("{f_type=", b->f_type);
/external/e2fsprogs/misc/
H A Dfilefrag.c428 (unsigned long)fsinfo.f_type);
431 if (fsinfo.f_type == 0xef51 || fsinfo.f_type == 0xef52 ||
432 fsinfo.f_type == 0xef53) {
/external/selinux/libselinux/src/
H A Dinit.c41 if ((uint32_t)sfbuf.f_type == (uint32_t)SELINUX_MAGIC) {
H A Dselinux_restorecon.c884 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC)
1164 if (sfsb.f_type == RAMFS_MAGIC ||
1165 sfsb.f_type == TMPFS_MAGIC)
1199 if (sfsb.f_type == RAMFS_MAGIC ||
1200 sfsb.f_type == TMPFS_MAGIC)
/external/syslinux/extlinux/
H A Dmain.c1022 if (sfs.f_type == BTRFS_SUPER_MAGIC)
1358 if (sfs.f_type == EXT2_SUPER_MAGIC)
1360 else if (sfs.f_type == BTRFS_SUPER_MAGIC)
1362 else if (sfs.f_type == MSDOS_SUPER_MAGIC)
1364 else if (sfs.f_type == NTFS_SB_MAGIC ||
1365 sfs.f_type == FUSE_SUPER_MAGIC /* ntfs-3g */)
1367 else if (sfs.f_type == XFS_SUPER_MAGIC)
1369 else if (sfs.f_type == UFS1_SUPER_MAGIC)
1371 else if (sfs.f_type == UFS2_SUPER_MAGIC)
/external/libchrome/base/
H A Dsys_info_posix.cc88 // In some platforms, |statfs_buf.f_type| is declared as signed, but some of
91 switch (static_cast<uintmax_t>(stats.f_type)) {
/external/valgrind/include/vki/
H A Dvki-mips64-linux.h479 __vki_u32 f_type; member in struct:vki_statfs
480 #define f_fstyp f_type
/external/ltp/testcases/kernel/fs/doio/
H A Diogen.c99 int f_type; /* file type S_IFREG, etc... */ member in struct:file_info
518 type = value_to_string(Ftype_Map, File_List[i].f_type);
641 if (fptr->f_type == S_IFREG && (flags->m_flags & FLG_RAW))
979 rec->f_type = sbuf.st_mode & S_IFMT;
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Dclosures.c141 && (unsigned int) sfs.f_type == 0xf97cff8cU)
/external/python/cpython3/Modules/_ctypes/libffi/src/
H A Dclosures.c141 && (unsigned int) sfs.f_type == 0xf97cff8cU)
/external/squashfs-tools/kernel/fs/squashfs/
H A Dsuper.c306 buf->f_type = SQUASHFS_MAGIC;

Completed in 2610 milliseconds

12