Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dstatfs.h30 __statfs_word f_type; member
47 __statfs_word f_type; member
64 __u32 f_type; member
/aosp12/bionic/libc/bionic/
H A Dpathconf.cpp36 switch (s.f_type) { in __filesizebits()
49 switch (s.f_type) { in __link_max()
65 switch (s.f_type) { in __2_symlinks()
/aosp12/bionic/libc/include/sys/
H A Dvfs.h44 uint64_t f_type; \
60 uint32_t f_type; \
/aosp12/system/apex/apexd/
H A Dapexd_loop.cpp196 (stbuf.f_type != EROFS_SUPER_MAGIC_V1 && in ConfigureLoopDevice()
197 stbuf.f_type != SQUASHFS_MAGIC && in ConfigureLoopDevice()
198 stbuf.f_type != OVERLAYFS_SUPER_MAGIC)) { in ConfigureLoopDevice()
/aosp12/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer.cpp250 switch (sfs.f_type) { in PerformFileChecks()
256 LOG(ERROR) << "Unsupported file system type: 0x" << std::hex << sfs.f_type; in PerformFileChecks()
261 *fs_type = sfs.f_type; in PerformFileChecks()
498 return IsFilePinned(fd, file_path, sfs.f_type); in HasPinnedExtents()
H A Dutility.cpp157 if (sfs.f_type != F2FS_SUPER_MAGIC) { in FilesystemHasReliablePinning()
/aosp12/bionic/tests/
H A Dfcntl_test.cpp308 if (sfs.f_type == EXT4_SUPER_MAGIC) { in TEST()
H A Ddlext_test.cpp976 ASSERT_EQ(static_cast<decltype(st.f_type)>(TMPFS_MAGIC), st.f_type); in TEST()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp297 return fs.f_type == (decltype(fs.f_type))INCFS_MAGIC_NUMBER; in isIncFsFdImpl()
307 return fs.f_type == (decltype(fs.f_type))INCFS_MAGIC_NUMBER; in isIncFsPathImpl()
/aosp12/system/gsid/
H A Dgsi_service.cpp840 LOG(ERROR) << "fs type: " << info.f_type; in IsExternalStoragePath()
841 return info.f_type == MSDOS_SUPER_MAGIC; in IsExternalStoragePath()
/aosp12/system/vold/
H A DVoldNativeService.cpp966 if (buf.f_type == TMPFS_MAGIC || (buf.f_flags & ST_RDONLY)) { in IgnoreEarlyBootEnded()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp1624 (fs.f_type != EXT4_SUPER_MAGIC)) { in fs_mgr_has_shared_blocks()
/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc1048 DataType::Type f_type = false_value->GetType(); in VisitSelect() local
1053 if (DataType::IsIntegralType(t_type) && DataType::Kind(t_type) == DataType::Kind(f_type)) { in VisitSelect()
/aosp12/bionic/linker/
H A Dlinker.cpp1189 if ((fs_stat.f_type != TMPFS_MAGIC) && (!ns->is_accessible(realpath))) { in load_library()