Home
last modified time | relevance | path

Searched refs:open_mutex (Results 1 – 5 of 5) sorted by relevance

/fs/hostfs/
Dhostfs_kern.c308 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()
/fs/ncpfs/
Dncp_fs_i.h20 struct mutex open_mutex; member
Dfile.c46 mutex_lock(&NCP_FINFO(inode)->open_mutex); in ncp_make_open()
93 mutex_unlock(&NCP_FINFO(inode)->open_mutex); in ncp_make_open()
Dncplib_kernel.c292 mutex_lock(&NCP_FINFO(inode)->open_mutex); in ncp_make_closed()
302 mutex_unlock(&NCP_FINFO(inode)->open_mutex); in ncp_make_closed()
Dinode.c74 mutex_init(&ei->open_mutex); in init_once()