Home
last modified time | relevance | path

Searched refs:FILE_IS_ACTIVE (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/tee/
H A Dtee_rpmb_fs.c45 #define FILE_IS_ACTIVE (1u << 0) macro
2233 (fe->flags & FILE_IS_ACTIVE) && !entry_found) { in read_fat()
2243 if ((fe->flags & FILE_IS_ACTIVE) && fe->data_size > 0) { in read_fat()
2254 if (((fe->flags & FILE_IS_ACTIVE) == 0) && in read_fat()
2381 if ((fh->fat_entry.flags & FILE_IS_ACTIVE) == 0) { in rpmb_fs_open_internal()
2387 fh->fat_entry.flags = FILE_IS_ACTIVE; in rpmb_fs_open_internal()
2897 if (fe->flags & FILE_IS_ACTIVE) { in rpmb_fs_dir_populate()
3218 if (!(fe->flags & FILE_IS_ACTIVE) || !fe->data_size) in rpmb_mem_stats()