Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dinode.c4821 if (flags & EXT4_ENCRYPT_FL) in ext4_set_inode_flags()
5810 if (flags & EXT4_ENCRYPT_FL) in ext4_getattr()
Dext4.h406 #define EXT4_ENCRYPT_FL 0x00000800 /* encrypted file */ macro