Searched refs:run_lock (Results 1 – 12 of 12) sorted by relevance
274 if (!down_trylock(&c->recovery.run_lock)) in bch2_run_async_recovery_passes()285 up(&c->recovery.run_lock); in bch2_run_async_recovery_passes()579 up(&r->run_lock); in bch2_async_recovery_passes_work()609 down(&c->recovery.run_lock); in bch2_run_recovery_passes()611 up(&c->recovery.run_lock); in bch2_run_recovery_passes()643 sema_init(&c->recovery.run_lock, 1); in bch2_fs_recovery_passes_init()
23 struct semaphore run_lock; member
3301 up(&c->recovery.run_lock); in bch2_fsck_online_thread_fn()3325 if (down_trylock(&c->recovery.run_lock)) { in bch2_ioctl_fsck_online()3357 up(&c->recovery.run_lock); in bch2_ioctl_fsck_online()
906 down_read(&ni->file.run_lock); in attr_data_get_block()909 up_read(&ni->file.run_lock); in attr_data_get_block()919 down_write(&ni->file.run_lock); in attr_data_get_block()1227 up_write(&ni->file.run_lock); in attr_data_get_block()1431 down_write(&ni->file.run_lock); in attr_wof_frame_info()1516 up_write(&ni->file.run_lock); in attr_wof_frame_info()1904 down_write(&ni->file.run_lock); in attr_collapse_range()2103 up_write(&ni->file.run_lock); in attr_collapse_range()2311 up_write(&ni->file.run_lock); in attr_punch_hole()2524 up_write(&ni->file.run_lock); in attr_insert_range()[all …]
2193 down_read(&ni->file.run_lock); in ni_decompress_file()2197 up_read(&ni->file.run_lock); in ni_decompress_file()2550 up_write(&ni->file.run_lock); in ni_read_frame()2568 up_read(&ni->file.run_lock); in ni_read_frame()2597 down_read(&ni->file.run_lock); in ni_read_frame()2600 up_read(&ni->file.run_lock); in ni_read_frame()2714 up_write(&ni->file.run_lock); in ni_write_frame()2797 down_write(&ni->file.run_lock); in ni_write_frame()2800 up_write(&ni->file.run_lock); in ni_write_frame()2807 down_read(&ni->file.run_lock); in ni_write_frame()[all …]
128 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()
455 down_write(&ni->file.run_lock); in ntfs_truncate()458 up_write(&ni->file.run_lock); in ntfs_truncate()1295 down_write(&ni->file.run_lock); in ntfs_file_release()1301 up_write(&ni->file.run_lock); in ntfs_file_release()
62 init_rwsem(&ni->file.run_lock); in ntfs_read_mft()465 init_rwsem(&ni->file.run_lock); in ntfs_read_mft()859 down_write(&ni->file.run_lock); in ntfs_set_size()864 up_write(&ni->file.run_lock); in ntfs_set_size()1600 init_rwsem(&ni->file.run_lock); in ntfs_create_inode()
511 down_write(&ni->file.run_lock); in ntfs_extend_mft()516 up_write(&ni->file.run_lock); in ntfs_extend_mft()536 up_write(&ni->file.run_lock); in ntfs_extend_mft()785 down_read(&ni->file.run_lock); in ntfs_clear_mft_tail()802 up_read(&ni->file.run_lock); in ntfs_clear_mft_tail()
193 struct rw_semaphore run_lock; member390 struct rw_semaphore run_lock; member
369 struct rw_semaphore *lock = &indx->run_lock; in scan_nres_bitmap()918 init_rwsem(&indx->run_lock); in indx_init()1043 struct rw_semaphore *lock = &indx->run_lock; in indx_read()
1116 is_mounted(sbi) ? &sbi->mft.ni->file.run_lock : in run_unpack_ex()
Completed in 54 milliseconds