Searched refs:ecryptfs_flag_map (Results 1 – 1 of 1) sorted by relevance
1071 static struct ecryptfs_flag_map_elem ecryptfs_flag_map[] = { variable1094 for (i = 0; i < ((sizeof(ecryptfs_flag_map) in ecryptfs_process_flags()1096 if (flags & ecryptfs_flag_map[i].file_flag) { in ecryptfs_process_flags()1097 crypt_stat->flags |= ecryptfs_flag_map[i].local_flag; in ecryptfs_process_flags()1099 crypt_stat->flags &= ~(ecryptfs_flag_map[i].local_flag); in ecryptfs_process_flags()1132 for (i = 0; i < ((sizeof(ecryptfs_flag_map) in write_ecryptfs_flags()1134 if (crypt_stat->flags & ecryptfs_flag_map[i].local_flag) in write_ecryptfs_flags()1135 flags |= ecryptfs_flag_map[i].file_flag; in write_ecryptfs_flags()