Searched refs:ecryptfs_flag_map (Results 1 – 1 of 1) sorted by relevance
886 static struct ecryptfs_flag_map_elem ecryptfs_flag_map[] = { variable909 for (i = 0; i < ((sizeof(ecryptfs_flag_map) in ecryptfs_process_flags()911 if (flags & ecryptfs_flag_map[i].file_flag) { in ecryptfs_process_flags()912 crypt_stat->flags |= ecryptfs_flag_map[i].local_flag; in ecryptfs_process_flags()914 crypt_stat->flags &= ~(ecryptfs_flag_map[i].local_flag); in ecryptfs_process_flags()947 for (i = 0; i < ((sizeof(ecryptfs_flag_map) in ecryptfs_write_crypt_stat_flags()949 if (crypt_stat->flags & ecryptfs_flag_map[i].local_flag) in ecryptfs_write_crypt_stat_flags()950 flags |= ecryptfs_flag_map[i].file_flag; in ecryptfs_write_crypt_stat_flags()