Searched refs:open_mutex (Results 1 – 5 of 5) sorted by relevance
308 static DEFINE_MUTEX(open_mutex); in hostfs_file_open()337 mutex_lock(&open_mutex); in hostfs_file_open()340 mutex_unlock(&open_mutex); in hostfs_file_open()345 mutex_unlock(&open_mutex); in hostfs_file_open()355 mutex_unlock(&open_mutex); in hostfs_file_open()360 mutex_unlock(&open_mutex); in hostfs_file_open()
20 struct mutex open_mutex; member
46 mutex_lock(&NCP_FINFO(inode)->open_mutex); in ncp_make_open()93 mutex_unlock(&NCP_FINFO(inode)->open_mutex); in ncp_make_open()
292 mutex_lock(&NCP_FINFO(inode)->open_mutex); in ncp_make_closed()302 mutex_unlock(&NCP_FINFO(inode)->open_mutex); in ncp_make_closed()
74 mutex_init(&ei->open_mutex); in init_once()