Lines Matching refs:lock
119 pthread_mutex_t lock; member
425 pthread_mutex_init(&fuse->lock, NULL); in fuse_init()
479 pthread_mutex_lock(&fuse->lock); in fuse_reply_entry()
482 pthread_mutex_unlock(&fuse->lock); in fuse_reply_entry()
491 pthread_mutex_unlock(&fuse->lock); in fuse_reply_entry()
520 pthread_mutex_lock(&fuse->lock); in handle_lookup()
525 pthread_mutex_unlock(&fuse->lock); in handle_lookup()
539 pthread_mutex_lock(&fuse->lock); in handle_forget()
549 pthread_mutex_unlock(&fuse->lock); in handle_forget()
559 pthread_mutex_lock(&fuse->lock); in handle_getattr()
563 pthread_mutex_unlock(&fuse->lock); in handle_getattr()
578 pthread_mutex_lock(&fuse->lock); in handle_setattr()
582 pthread_mutex_unlock(&fuse->lock); in handle_setattr()
637 pthread_mutex_lock(&fuse->lock); in handle_mknod()
642 pthread_mutex_unlock(&fuse->lock); in handle_mknod()
663 pthread_mutex_lock(&fuse->lock); in handle_mkdir()
668 pthread_mutex_unlock(&fuse->lock); in handle_mkdir()
688 pthread_mutex_lock(&fuse->lock); in handle_unlink()
693 pthread_mutex_unlock(&fuse->lock); in handle_unlink()
712 pthread_mutex_lock(&fuse->lock); in handle_rmdir()
717 pthread_mutex_unlock(&fuse->lock); in handle_rmdir()
743 pthread_mutex_lock(&fuse->lock); in handle_rename()
763 pthread_mutex_unlock(&fuse->lock); in handle_rename()
784 pthread_mutex_lock(&fuse->lock); in handle_rename()
793 pthread_mutex_lock(&fuse->lock); in handle_rename()
797 pthread_mutex_unlock(&fuse->lock); in handle_rename()
809 pthread_mutex_lock(&fuse->lock); in handle_open()
813 pthread_mutex_unlock(&fuse->lock); in handle_open()
888 pthread_mutex_lock(&fuse->lock); in handle_statfs()
891 pthread_mutex_unlock(&fuse->lock); in handle_statfs()
953 pthread_mutex_lock(&fuse->lock); in handle_opendir()
957 pthread_mutex_unlock(&fuse->lock); in handle_opendir()