Home
last modified time | relevance | path

Searched refs:run_lock (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/locking/
H A Dtest-ww_mutex.c705 static DEFINE_MUTEX(run_lock);
710 if (!mutex_trylock(&run_lock)) { in run_tests_store()
716 mutex_unlock(&run_lock); in run_tests_store()
759 mutex_lock(&run_lock); in test_ww_mutex_init()
761 mutex_unlock(&run_lock); in test_ww_mutex_init()
/linux/fs/ntfs3/
H A Dfrecord.c2380 down_write(&ni->file.run_lock); in ni_read_frame()
2385 up_write(&ni->file.run_lock); in ni_read_frame()
2399 down_read(&ni->file.run_lock); in ni_read_frame()
2402 up_read(&ni->file.run_lock); in ni_read_frame()
2420 down_read(&ni->file.run_lock); in ni_read_frame()
2422 up_read(&ni->file.run_lock); in ni_read_frame()
2457 down_read(&ni->file.run_lock); in ni_read_frame()
2460 up_read(&ni->file.run_lock); in ni_read_frame()
2513 down_write(&ni->file.run_lock); in ni_write_frame()
2517 up_write(&ni->file.run_lock); in ni_write_frame()
[all …]
H A Drecord.c128 rw_lock = &mft_ni->file.run_lock; in mi_read()
457 down_read(&ni->file.run_lock); in mi_format_new()
464 up_read(&ni->file.run_lock); in mi_format_new()
H A Dfile.c414 down_write(&ni->file.run_lock); in ntfs_truncate()
418 up_write(&ni->file.run_lock); in ntfs_truncate()
1414 down_write(&ni->file.run_lock); in ntfs_file_release()
1420 up_write(&ni->file.run_lock); in ntfs_file_release()
H A Dntfs_fs.h196 struct rw_semaphore run_lock; member
401 struct rw_semaphore run_lock; member
H A Dindex.c367 struct rw_semaphore *lock = &indx->run_lock; in scan_nres_bitmap()
916 init_rwsem(&indx->run_lock); in indx_init()
1042 struct rw_semaphore *lock = &indx->run_lock; in indx_read_ra()