Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dext4.h475 #define EXT4_NODUMP_FL 0x00000040 /* do not dump file */ macro
510 EXT4_NODUMP_FL | \
534 EXT4_SYNC_FL | EXT4_NODUMP_FL | EXT4_NOATIME_FL |\
545 #define EXT4_OTHER_FLMASK (EXT4_NODUMP_FL | EXT4_NOATIME_FL)
Dinode.c5574 if (flags & EXT4_NODUMP_FL) in ext4_getattr()
/linux-6.6.21/Documentation/filesystems/ext4/
Dinodes.rst250 - The dump(1) utility should not dump this file (EXT4_NODUMP_FL).