Lines Matching defs:mount_crypt_stat
395 struct ecryptfs_mount_crypt_stat *mount_crypt_stat;
404 mount_crypt_stat = &ecryptfs_superblock_to_private(
405 ecryptfs_dentry->d_sb)->mount_crypt_stat;
406 if (mount_crypt_stat->flags & ECRYPTFS_GLOBAL_ENCRYPT_FILENAMES) {
409 mount_crypt_stat, name, len);
476 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = NULL;
481 mount_crypt_stat = &ecryptfs_superblock_to_private(
482 dir->i_sb)->mount_crypt_stat;
485 mount_crypt_stat, symname,
920 struct ecryptfs_mount_crypt_stat *mount_crypt_stat;
922 mount_crypt_stat = &ecryptfs_superblock_to_private(
923 dentry->d_sb)->mount_crypt_stat;
932 if (!(mount_crypt_stat->flags
988 struct ecryptfs_mount_crypt_stat *mount_crypt_stat;
991 mount_crypt_stat = &ecryptfs_superblock_to_private(
992 dentry->d_sb)->mount_crypt_stat;
994 if (mount_crypt_stat->flags & ECRYPTFS_GLOBAL_ENCRYPT_FILENAMES) {