Home
last modified time | relevance | path

Searched defs:FS_ENCRYPT_FL (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.h170 #define FS_ENCRYPT_FL 0x00000800 /* Encrypted file */ macro
/external/kernel-headers/original/uapi/linux/
Dfs.h251 #define FS_ENCRYPT_FL 0x00000800 /* Encrypted file */ macro
/external/crosvm/io_uring/src/
Dbindings.rs207 pub const FS_ENCRYPT_FL: ::std::os::raw::c_uint = 2048; constant