Searched refs:STATX_ATTR_ENCRYPTED (Results 1 – 14 of 14) sorted by relevance
50 # define STATX_ATTR_ENCRYPTED 0x0800 macro
34 STATX_ATTR_ENCRYPTED | \
169 #define STATX_ATTR_ENCRYPTED 0x00000800 /* [I] File requires key to decrypt in fs */ macro
185 #define STATX_ATTR_ENCRYPTED 0x00000800 /* [I] File requires key to decrypt in fs */ macro
182 #define STATX_ATTR_ENCRYPTED 0x00000800 /* [I] File requires key to decrypt in fs */ macro
1602 stat->attributes |= STATX_ATTR_ENCRYPTED; in ubifs_getattr()1608 STATX_ATTR_ENCRYPTED | in ubifs_getattr()
2416 stat->attributes_mask |= (STATX_ATTR_COMPRESSED | STATX_ATTR_ENCRYPTED);2420 stat->attributes |= STATX_ATTR_ENCRYPTED;
1658 STATX_ATTR_ENCRYPTED | in ext2_getattr()
2048 STATX_ATTR_ENCRYPTED | in gfs2_getattr()
836 stat->attributes |= STATX_ATTR_ENCRYPTED; in f2fs_getattr()846 STATX_ATTR_ENCRYPTED | in f2fs_getattr()
5652 stat->attributes |= STATX_ATTR_ENCRYPTED; in ext4_getattr()5662 STATX_ATTR_ENCRYPTED | in ext4_getattr()
631 check for STATX_ATTR_ENCRYPTED in stx_attributes.