Searched refs:put_dirh (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_ree_fs.c | 706 static void put_dirh(struct tee_fs_dirfile_dirh *dirh, bool close) in put_dirh() function 747 put_dirh(dirh, true); in ree_fs_open() 861 put_dirh(dirh, true); in ree_fs_create() 903 put_dirh(dirh, res); in ree_fs_write() 956 put_dirh(dirh, res); in ree_fs_rename() 992 put_dirh(dirh, res); in ree_fs_remove() 1023 put_dirh(dirh, res); in ree_fs_truncate() 1060 put_dirh(dirh, false); in ree_fs_opendir_rpc() 1073 put_dirh(ree_fs_dirh, false); in ree_fs_closedir_rpc() 1098 put_dirh(dirh, res); in ree_fs_readdir_rpc()
|