Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dext4.h469 #define EXT4_SECRM_FL 0x00000001 /* Secure deletion */ macro
504 #define EXT4_FL_USER_MODIFIABLE (EXT4_SECRM_FL | \
533 #define EXT4_FL_INHERITED (EXT4_SECRM_FL | EXT4_UNRM_FL | EXT4_COMPR_FL |\
/linux-6.6.21/Documentation/filesystems/ext4/
Dinodes.rst237 - This file requires secure deletion (EXT4_SECRM_FL). (not implemented)