Home
last modified time | relevance | path

Searched refs:FS_COMPR_FL (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_content_F2fsUtils.cpp62 if ((flags & FS_COMPR_FL) == 0) { in com_android_internal_content_F2fsUtils_nativeReleaseCompressedBlocks()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfs.h157 #define FS_COMPR_FL 0x00000004 macro
/aosp12/system/apex/apexd/
H A Dapexd.cpp171 if ((flags & FS_COMPR_FL) == 0) { in ReleaseF2fsCompressedBlocks()