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);
479 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = NULL;
484 mount_crypt_stat = &ecryptfs_superblock_to_private(
485 dir->i_sb)->mount_crypt_stat;
488 mount_crypt_stat, symname,
914 struct ecryptfs_mount_crypt_stat *mount_crypt_stat;
916 mount_crypt_stat = &ecryptfs_superblock_to_private(
917 dentry->d_sb)->mount_crypt_stat;
926 if (!(mount_crypt_stat->flags
981 struct ecryptfs_mount_crypt_stat *mount_crypt_stat;
984 mount_crypt_stat = &ecryptfs_superblock_to_private(
985 dentry->d_sb)->mount_crypt_stat;
987 if (mount_crypt_stat->flags & ECRYPTFS_GLOBAL_ENCRYPT_FILENAMES) {