Home
last modified time | relevance | path

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

1234

/third_party/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
/third_party/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()
/third_party/rust/crates/rustix/tests/fs/
Dstatfs.rs8 let _s: FsWord = t.f_type; in test_statfs_abi()
71 let f_type = statfs.f_type; in test_statfs_procfs() localVariable
73 assert_eq!(f_type, rustix::fs::PROC_SUPER_MAGIC); in test_statfs_procfs()
/third_party/toybox/toys/other/
Dswitch_root.c55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994)) in switch_root_main()
Dstat.c152 } else if (type == 't') out('x', statfs->f_type); in print_statfs()
168 if (nn[i].num == statfs->f_type) s = nn[i].name; in print_statfs()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
Dmod.rs226 pub f_type: u32,
268 && self.f_type == other.f_type
324 self.f_type.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dmod.rs7 pub f_type: ::c_ulong,
78 pub f_type: ::c_ulong,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Dmod.rs237 pub f_type: u32,
277 && self.f_type == other.f_type
333 self.f_type.hash(state);
/third_party/selinux/libselinux/src/
Dselinux_restorecon.c938 if (state->sfsb.f_type == SYSFS_MAGIC && in selinux_restorecon_thread()
1192 if (state.sfsb.f_type == RAMFS_MAGIC || state.sfsb.f_type == TMPFS_MAGIC || in selinux_restorecon_common()
1193 state.sfsb.f_type == SYSFS_MAGIC) in selinux_restorecon_common()
1491 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr()
1492 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
1526 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr()
1527 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/arch/s390x/bits/
Dstatfs.h2 unsigned f_type, f_bsize; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/arch/generic/bits/
Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/arch/mips64/bits/
Dstatfs.h2 unsigned long f_type, f_bsize, f_frsize; member
/third_party/musl/arch/mips/bits/
Dstatfs.h2 unsigned long f_type, f_bsize, f_frsize; member
/third_party/musl/arch/mipsn32/bits/
Dstatfs.h2 unsigned long f_type, f_bsize, f_frsize; member
/third_party/musl/arch/x32/bits/
Dstatfs.h2 unsigned long f_type, __pad0, f_bsize, __pad1; member
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Dmod.rs247 pub f_type: u32,
287 && self.f_type == other.f_type
343 self.f_type.hash(state);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
Dmod.rs247 pub f_type: u32,
287 && self.f_type == other.f_type
343 self.f_type.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs71 pub f_type: u32,
141 pub f_type: u32,
/third_party/rust/crates/rustix/src/io/
Dprocfs.rs176 let f_type = statfs.f_type; in check_procfs() localVariable
177 if f_type != PROC_SUPER_MAGIC { in check_procfs()
/third_party/gn/src/base/files/
Dfile_util_linux.cc26 switch (statfs_buf.f_type) { in GetFileSystemType()

1234