Searched refs:LOCK_REQUIRED (Results 1 – 2 of 2) sorted by relevance
70 LOCK_REQUIRED(bfc->bc_mutex); in truncate_backing_file()137 LOCK_REQUIRED(bfc->bc_mutex); in append_zeros()172 LOCK_REQUIRED(bfc->bc_mutex); in append_md_to_backing_file()230 LOCK_REQUIRED(bfc->bc_mutex); in incfs_write_blockmap_to_backing_file()261 LOCK_REQUIRED(bfc->bc_mutex); in incfs_write_signature_to_backing_file()333 LOCK_REQUIRED(bfc->bc_mutex); in write_new_status_to_backing_file()434 LOCK_REQUIRED(bfc->bc_mutex); in incfs_write_fh_to_backing_file()466 LOCK_REQUIRED(bfc->bc_mutex); in incfs_write_mapping_fh_to_backing_file()492 LOCK_REQUIRED(bfc->bc_mutex); in incfs_write_data_block_to_backing_file()534 LOCK_REQUIRED(bfc->bc_mutex); in incfs_write_hash_block_to_backing_file()
19 #define LOCK_REQUIRED(lock) WARN_ON_ONCE(!mutex_is_locked(&lock)) macro