Searched refs:file_block_put (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/trusty/user/app/storage/ |
D | file.h | 80 void file_block_put(const void* data, struct obj_ref* data_ref);
|
D | client.c | 721 file_block_put(block_data, &block_data_ref); in storage_file_read()
|
D | file.c | 503 void file_block_put(const void* data, struct obj_ref* data_ref) { in file_block_put() function
|
/aosp_15_r20/trusty/user/app/storage/test/storage_host_test/ |
D | storage_host_test.c | 146 file_block_put((void*)block_data_ro - sizeof(struct iv), &ref); in file_test_open() 157 file_block_put(block_data_ro, &ref); in file_test_open()
|
/aosp_15_r20/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 1222 file_block_put((void*)block_data_ro - sizeof(struct iv), &ref); in file_test_open() 1233 file_block_put(block_data_ro, &ref); in file_test_open() 1435 file_block_put(block_data_ro, &ref); in file_read_after_delete_test() 1441 file_block_put(block_data_ro, &ref); in file_read_after_delete_test() 2519 file_block_put(block_data_ro, &ref); in select_data_block()
|