Home
last modified time | relevance | path

Searched refs:ECRYPTFS_METADATA_IN_XATTR (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/ecryptfs/
Dmmap.c85 if (crypt_stat->flags & ECRYPTFS_METADATA_IN_XATTR) { in strip_xattr_flag()
88 crypt_stat->flags &= ~ECRYPTFS_METADATA_IN_XATTR; in strip_xattr_flag()
91 crypt_stat->flags |= ECRYPTFS_METADATA_IN_XATTR; in strip_xattr_flag()
205 if (crypt_stat->flags & ECRYPTFS_METADATA_IN_XATTR) { in ecryptfs_readpage()
310 if (crypt_stat->flags & ECRYPTFS_METADATA_IN_XATTR) { in ecryptfs_write_begin()
462 if (crypt_stat->flags & ECRYPTFS_METADATA_IN_XATTR) in ecryptfs_write_inode_size_to_metadata()
Dcrypto.c666 if (crypt_stat->flags & ECRYPTFS_METADATA_IN_XATTR) in ecryptfs_set_default_sizes()
737 crypt_stat->flags |= ECRYPTFS_METADATA_IN_XATTR; in ecryptfs_copy_mount_wide_flags_to_inode_flags()
889 {0x00000004, ECRYPTFS_METADATA_IN_XATTR},
1224 if (crypt_stat->flags & ECRYPTFS_METADATA_IN_XATTR) in ecryptfs_write_metadata()
1291 if (crypt_stat->flags & ECRYPTFS_METADATA_IN_XATTR) in ecryptfs_i_size_init()
1472 crypt_stat->flags |= ECRYPTFS_METADATA_IN_XATTR; in ecryptfs_read_metadata()
Decryptfs_kernel.h219 #define ECRYPTFS_METADATA_IN_XATTR 0x00000080 macro
425 if (crypt_stat->flags & ECRYPTFS_METADATA_IN_XATTR) in ecryptfs_lower_header_size()
Dinode.c320 crypt_stat->flags |= ECRYPTFS_METADATA_IN_XATTR; in ecryptfs_i_size_read()