Home
last modified time | relevance | path

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

1234

/third_party/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
/third_party/rust/crates/rustix/tests/fs/
H A Dstatfs.rs8 let _s: FsWord = t.f_type; in test_statfs_abi()
71 let f_type = statfs.f_type; in test_statfs_procfs()
73 assert_eq!(f_type, rustix::fs::PROC_SUPER_MAGIC); in test_statfs_procfs()
/third_party/ltp/lib/
H A Dtst_fs_type.c25 return sbuf.f_type; in tst_fs_type_()
28 const char *tst_fs_type_name(long f_type) in tst_fs_type_name() argument
30 switch (f_type) { in tst_fs_type_name()
/third_party/musl/src/stat/
H A Dstatvfs.c42 out->f_type = in->f_type; in fixup()
/third_party/toybox/toys/other/
H A Dswitch_root.c55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994)) in switch_root_main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Dmod.rs7 pub f_type: ::c_ulong,
78 pub f_type: ::c_ulong,
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/arch/generic/bits/
H A Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/arch/s390x/bits/
H A Dstatfs.h2 unsigned f_type, f_bsize; member
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
H A Dmod.rs247 pub f_type: u32,
287 && self.f_type == other.f_type in eq()
343 self.f_type.hash(state); in hash()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
H A Dmod.rs247 pub f_type: u32,
287 && self.f_type == other.f_type in eq()
343 self.f_type.hash(state); in hash()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
H A Dmod.rs237 pub f_type: u32,
277 && self.f_type == other.f_type in eq()
333 self.f_type.hash(state); in hash()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
H A Dmod.rs226 pub f_type: u32,
268 && self.f_type == other.f_type in eq()
324 self.f_type.hash(state); in hash()
/third_party/musl/arch/mips/bits/
H A Dstatfs.h2 unsigned long f_type, f_bsize, f_frsize; member
/third_party/musl/arch/mips64/bits/
H A Dstatfs.h2 unsigned long f_type, f_bsize, f_frsize; member
/third_party/musl/arch/mipsn32/bits/
H A Dstatfs.h2 unsigned long f_type, f_bsize, f_frsize; member
/third_party/musl/arch/x32/bits/
H A Dstatfs.h2 unsigned long f_type, __pad0, f_bsize, __pad1; member
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c981 if (state->sfsb.f_type == SYSFS_MAGIC && in selinux_restorecon_thread()
1279 if (state.sfsb.f_type == RAMFS_MAGIC || state.sfsb.f_type == TMPFS_MAGIC || in selinux_restorecon_common()
1280 state.sfsb.f_type == SYSFS_MAGIC) in selinux_restorecon_common()
1583 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr()
1584 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
1618 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr()
1619 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
/third_party/gn/src/base/files/
H A Dfile_util_linux.cc24 // Not all possible |statfs_buf.f_type| values are in linux/magic.h. in GetFileSystemType()
26 switch (statfs_buf.f_type) { in GetFileSystemType()
/third_party/musl/include/sys/
H A Dstatvfs.h26 unsigned int f_type; member
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Dmod.rs71 pub f_type: u32,
141 pub f_type: u32,

Completed in 9 milliseconds

1234