Home
last modified time | relevance | path

Searched refs:f_type (Results 1 – 25 of 41) sorted by relevance

12

/external/libchrome/libchrome_tools/patch/
Dstatfs_f_type.patch1 # In some platforms, |statfs_buf.f_type| is declared as signed, but some of the
17 // Not all possible |statfs_buf.f_type| values are in linux/magic.h.
19 - switch (statfs_buf.f_type) {
20 + // In some platforms, |statfs_buf.f_type| is declared as signed, but some of
23 + switch (static_cast<uintmax_t>(statfs_buf.f_type)) {
33 - switch (stats.f_type) {
34 + // In some platforms, |statfs_buf.f_type| is declared as signed, but some of
37 + switch (static_cast<uintmax_t>(stats.f_type)) {
/external/kernel-headers/original/uapi/asm-mips/asm/
Dstatfs.h24 long f_type; member
25 #define f_fstyp f_type
47 __u32 f_type; member
67 long f_type; member
84 __u32 f_type; member
/external/protobuf/python/google/protobuf/
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/ltp/lib/
Dtst_fs_type.c43 return sbuf.f_type; in tst_fs_type_()
46 const char *tst_fs_type_name(long f_type) in tst_fs_type_name() argument
48 switch (f_type) { in tst_fs_type_name()
/external/strace/
Dfetch_struct_statfs.c52 p->f_type = zero_extend_signed_to_ull(b.f_type); in MPERS_PRINTER_DECL()
100 p->f_type = zero_extend_signed_to_ull(b.f_type); in MPERS_PRINTER_DECL()
Dprint_statfs.c67 print_statfs_type("{f_type=", b.f_type); in print_struct_statfs()
103 print_statfs_type("{f_type=", b.f_type); in print_struct_statfs64()
Dstatfs.h32 unsigned long long f_type; member
/external/kernel-headers/original/uapi/asm-generic/
Dstatfs.h24 __statfs_word f_type; member
47 __statfs_word f_type; member
70 __u32 f_type; member
/external/toybox/toys/other/
Dswitch_root.c55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994)) in switch_root_main()
Dstat.c139 else if (type == 't') out('x', statfs->f_type); in print_statfs()
155 if (nn[i].num == statfs->f_type) s = nn[i].name; in print_statfs()
/external/e2fsprogs/misc/
Dfilefrag.c431 (unsigned long)fsinfo.f_type);
434 if (fsinfo.f_type == 0xef51 || fsinfo.f_type == 0xef52 ||
435 fsinfo.f_type == 0xef53) {
/external/selinux/libselinux/src/
Dselinux_restorecon.c895 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon()
1175 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr()
1176 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
1210 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr()
1211 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
Dinit.c41 if ((uint32_t)sfbuf.f_type == (uint32_t)SELINUX_MAGIC) { in verify_selinuxmnt()
/external/libchrome/base/files/
Dfile_util_linux.cc30 switch (static_cast<uintmax_t>(statfs_buf.f_type)) { in GetFileSystemType()
/external/ltp/testcases/kernel/syscalls/fstatfs/
Dfstatfs01.c88 tcases[i].msg, stats.f_type); in main()
/external/strace/tests/
Dxstatfsx.c82 print_statfs_type("{f_type=", b->f_type); in print_statfs()
/external/strace/tests-mx32/
Dxstatfsx.c82 print_statfs_type("{f_type=", b->f_type); in print_statfs()
/external/strace/tests-m32/
Dxstatfsx.c82 print_statfs_type("{f_type=", b->f_type); in print_statfs()
/external/ltp/include/
Dtst_fs.h88 const char *tst_fs_type_name(long f_type);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D11-4.c71 if (buf.f_type == TYPE_TMPFS_MAGIC) { in main()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DInstConstraintVisitor.java1280 final Type f_type = Type.getType(field.getSignature()); in visitGETFIELD() local
1285 if (f_type.equals(o_type)) { in visitGETFIELD()
1299 final Type f_type = Type.getType(field.getSignature()); in visitGETFIELD() local
1301 if (f_type.equals(o_type)) { in visitGETFIELD()
2718 final Type f_type = Type.getType(field.getSignature()); in visitPUTFIELD() local
2723 if (f_type.equals(o_type)) { in visitPUTFIELD()
2811 final Type f_type = Type.getType(field.getSignature()); in visitPUTSTATIC() local
2816 if (f_type.equals(o_type)) { in visitPUTSTATIC()
/external/libchrome/base/
Dsys_info_posix.cc96 switch (static_cast<uintmax_t>(stats.f_type)) { in IsStatsZeroIfUnlimited()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass3aVerifier.java603 final Type f_type = Type.getType(field.getSignature()); in visitFieldInstruction() local
608 if (f_type.equals(o_type)) { in visitFieldInstruction()
621 final Type f_type = Type.getType(field.getSignature()); in visitFieldInstruction() local
623 if (f_type.equals(o_type)) { in visitFieldInstruction()
/external/ltp/testcases/kernel/fs/doio/
Diogen.c99 int f_type; /* file type S_IFREG, etc... */ member
518 type = value_to_string(Ftype_Map, File_List[i].f_type); in startup_info()
641 if (fptr->f_type == S_IFREG && (flags->m_flags & FLG_RAW)) in form_iorequest()
979 rec->f_type = sbuf.st_mode & S_IFMT; in get_file_info()
/external/libffi/src/
Dclosures.c141 && (unsigned int) sfs.f_type == 0xf97cff8cU) in selinux_enabled_check()

12