Searched refs:STATX_ATTR_ENCRYPTED (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/linux/
H A Dstat.h34 STATX_ATTR_ENCRYPTED | \
/linux-master/tools/include/uapi/linux/
H A Dstat.h190 #define STATX_ATTR_ENCRYPTED 0x00000800 /* [I] File requires key to decrypt in fs */ macro
/linux-master/tools/perf/trace/beauty/include/uapi/linux/
H A Dstat.h190 #define STATX_ATTR_ENCRYPTED 0x00000800 /* [I] File requires key to decrypt in fs */ macro
/linux-master/include/uapi/linux/
H A Dstat.h190 #define STATX_ATTR_ENCRYPTED 0x00000800 /* [I] File requires key to decrypt in fs */ macro
/linux-master/fs/ntfs3/
H A Dfile.c84 stat->attributes |= STATX_ATTR_ENCRYPTED;
86 stat->attributes_mask |= STATX_ATTR_COMPRESSED | STATX_ATTR_ENCRYPTED;
/linux-master/fs/ubifs/
H A Ddir.c1660 stat->attributes |= STATX_ATTR_ENCRYPTED;
1666 STATX_ATTR_ENCRYPTED |
/linux-master/fs/ext2/
H A Dinode.c1628 STATX_ATTR_ENCRYPTED |
/linux-master/fs/gfs2/
H A Dinode.c2086 STATX_ATTR_ENCRYPTED |
/linux-master/fs/ceph/
H A Dinode.c3132 stat->attributes |= STATX_ATTR_ENCRYPTED;
3134 STATX_ATTR_ENCRYPTED);
/linux-master/fs/smb/client/
H A Dinode.c2660 stat->attributes_mask |= (STATX_ATTR_COMPRESSED | STATX_ATTR_ENCRYPTED);
2664 stat->attributes |= STATX_ATTR_ENCRYPTED;
/linux-master/fs/ext4/
H A Dinode.c5538 stat->attributes |= STATX_ATTR_ENCRYPTED;
5548 STATX_ATTR_ENCRYPTED |
/linux-master/fs/f2fs/
H A Dfile.c885 stat->attributes |= STATX_ATTR_ENCRYPTED;
895 STATX_ATTR_ENCRYPTED |

Completed in 338 milliseconds