Lines Matching refs:lock
188 pthread_mutex_t lock; member
714 pthread_mutex_lock(&fuse->global->lock); in fuse_reply_entry()
717 pthread_mutex_unlock(&fuse->global->lock); in fuse_reply_entry()
726 pthread_mutex_unlock(&fuse->global->lock); in fuse_reply_entry()
786 pthread_mutex_lock(&fuse->global->lock); in handle_lookup()
791 pthread_mutex_unlock(&fuse->global->lock); in handle_lookup()
809 pthread_mutex_lock(&fuse->global->lock); in handle_forget()
819 pthread_mutex_unlock(&fuse->global->lock); in handle_forget()
829 pthread_mutex_lock(&fuse->global->lock); in handle_getattr()
833 pthread_mutex_unlock(&fuse->global->lock); in handle_getattr()
852 pthread_mutex_lock(&fuse->global->lock); in handle_setattr()
856 pthread_mutex_unlock(&fuse->global->lock); in handle_setattr()
916 pthread_mutex_lock(&fuse->global->lock); in handle_mknod()
921 pthread_mutex_unlock(&fuse->global->lock); in handle_mknod()
945 pthread_mutex_lock(&fuse->global->lock); in handle_mkdir()
950 pthread_mutex_unlock(&fuse->global->lock); in handle_mkdir()
993 pthread_mutex_lock(&fuse->global->lock); in handle_unlink()
998 pthread_mutex_unlock(&fuse->global->lock); in handle_unlink()
1010 pthread_mutex_lock(&fuse->global->lock); in handle_unlink()
1015 pthread_mutex_unlock(&fuse->global->lock); in handle_unlink()
1041 pthread_mutex_lock(&fuse->global->lock); in handle_rmdir()
1046 pthread_mutex_unlock(&fuse->global->lock); in handle_rmdir()
1058 pthread_mutex_lock(&fuse->global->lock); in handle_rmdir()
1063 pthread_mutex_unlock(&fuse->global->lock); in handle_rmdir()
1095 pthread_mutex_lock(&fuse->global->lock); in handle_rename()
1123 pthread_mutex_unlock(&fuse->global->lock); in handle_rename()
1144 pthread_mutex_lock(&fuse->global->lock); in handle_rename()
1153 pthread_mutex_lock(&fuse->global->lock); in handle_rename()
1157 pthread_mutex_unlock(&fuse->global->lock); in handle_rename()
1180 pthread_mutex_lock(&fuse->global->lock); in handle_open()
1184 pthread_mutex_unlock(&fuse->global->lock); in handle_open()
1271 pthread_mutex_lock(&fuse->global->lock); in handle_statfs()
1274 pthread_mutex_unlock(&fuse->global->lock); in handle_statfs()
1345 pthread_mutex_lock(&fuse->global->lock); in handle_opendir()
1349 pthread_mutex_unlock(&fuse->global->lock); in handle_opendir()
1640 pthread_mutex_lock(&global->lock); in read_package_list()
1647 pthread_mutex_unlock(&global->lock); in read_package_list()
1666 pthread_mutex_unlock(&global->lock); in read_package_list()
1790 pthread_mutex_init(&global.lock, NULL); in run()