Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext2/
Dext2.h240 #define EXT2_NODUMP_FL FS_NODUMP_FL /* do not dump file */ macro
262 EXT2_SYNC_FL | EXT2_NODUMP_FL |\
271 #define EXT2_OTHER_FLMASK (EXT2_NODUMP_FL | EXT2_NOATIME_FL)
Dinode.c1615 if (flags & EXT2_NODUMP_FL) in ext2_getattr()