Searched refs:put_dirh (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_ree_fs.c | 724 static void put_dirh(struct tee_fs_dirfile_dirh *dirh, bool close) in put_dirh() function 766 put_dirh(dirh, true); in ree_fs_open() 880 put_dirh(dirh, true); in ree_fs_create() 922 put_dirh(dirh, res); in ree_fs_write() 975 put_dirh(dirh, res); in ree_fs_rename() 1011 put_dirh(dirh, res); in ree_fs_remove() 1042 put_dirh(dirh, res); in ree_fs_truncate() 1079 put_dirh(dirh, false); in ree_fs_opendir_rpc() 1092 put_dirh(ree_fs_dirh, false); in ree_fs_closedir_rpc() 1117 put_dirh(dirh, res); in ree_fs_readdir_rpc()
|