Home
last modified time | relevance | path

Searched refs:EXT4_ENCRYPT_FL (Results 1 – 2 of 2) sorted by relevance

/fs/ext4/
Dext4.h429 #define EXT4_ENCRYPT_FL 0x00000800 /* encrypted file */ macro
474 EXT4_ENCRYPT_FL | \
498 #define EXT4_DAX_MUT_EXCL (EXT4_VERITY_FL | EXT4_ENCRYPT_FL |\
Dinode.c4695 if (flags & EXT4_ENCRYPT_FL) in ext4_set_inode_flags()
5676 if (flags & EXT4_ENCRYPT_FL) in ext4_getattr()