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

/linux-master/include/linux/
H A Dstat.h34 STATX_ATTR_ENCRYPTED | \
/linux-master/include/uapi/linux/
H A Dstat.h188 #define STATX_ATTR_ENCRYPTED 0x00000800 /* [I] File requires key to decrypt in fs */ macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h188 #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.c1630 STATX_ATTR_ENCRYPTED |
/linux-master/fs/gfs2/
H A Dinode.c2086 STATX_ATTR_ENCRYPTED |
/linux-master/fs/ceph/
H A Dinode.c3102 stat->attributes |= STATX_ATTR_ENCRYPTED;
3104 STATX_ATTR_ENCRYPTED);
/linux-master/fs/smb/client/
H A Dinode.c2654 stat->attributes_mask |= (STATX_ATTR_COMPRESSED | STATX_ATTR_ENCRYPTED);
2658 stat->attributes |= STATX_ATTR_ENCRYPTED;
/linux-master/fs/ext4/
H A Dinode.c5545 stat->attributes |= STATX_ATTR_ENCRYPTED;
5555 STATX_ATTR_ENCRYPTED |
/linux-master/fs/f2fs/
H A Dfile.c885 stat->attributes |= STATX_ATTR_ENCRYPTED;
895 STATX_ATTR_ENCRYPTED |

Completed in 990 milliseconds