Searched refs:ECRYPTFS_ENCRYPTED_VIEW_ENABLED (Results 1 – 3 of 3) sorted by relevance
160 if (mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) in ecryptfs_show_options()
290 mount_crypt_stat->flags |= ECRYPTFS_ENCRYPTED_VIEW_ENABLED; in ecryptfs_parse_param() 521 if (sb_rdonly(path.dentry->d_sb) || mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) in ecryptfs_get_tree()
330 #define ECRYPTFS_ENCRYPTED_VIEW_ENABLED 0x00000004 macro