Searched refs:file_get_info (Results 1 – 5 of 5) sorted by relevance
/trusty/user/app/storage/ |
D | file.h | 87 const struct file_info* file_get_info(struct transaction* tr,
|
D | client.c | 422 file_info = file_get_info(tr, &file->block_mac, &ref); in storage_file_check_name() 908 file_info = file_get_info(tr, block_mac, &ref); in storage_file_list_iter()
|
D | super.c | 1002 const struct file_info* info = file_get_info(tr, block_mac, &info_ref); in fs_check_file()
|
D | file.c | 542 const struct file_info* file_get_info(struct transaction* tr, in file_get_info() function
|
/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 1771 file_info = file_get_info(tr, block_mac, &ref); in file_iterate_many_iter()
|