Searched refs:LOCK_REQUIRED (Results 1 – 2 of 2) sorted by relevance
67 LOCK_REQUIRED(bfc->bc_mutex); in truncate_backing_file()104 LOCK_REQUIRED(bfc->bc_mutex); in append_zeros()177 LOCK_REQUIRED(bfc->bc_mutex); in append_md_to_backing_file()237 LOCK_REQUIRED(bfc->bc_mutex); in incfs_write_blockmap_to_backing_file()275 LOCK_REQUIRED(bfc->bc_mutex); in incfs_write_file_attr_to_backing_file()317 LOCK_REQUIRED(bfc->bc_mutex); in incfs_write_signature_to_backing_file()408 LOCK_REQUIRED(bfc->bc_mutex); in incfs_write_fh_to_backing_file()434 LOCK_REQUIRED(bfc->bc_mutex); in incfs_write_data_block_to_backing_file()469 LOCK_REQUIRED(bfc->bc_mutex); in incfs_write_hash_block_to_backing_file()549 LOCK_REQUIRED(bfc->bc_mutex); in incfs_read_file_header()[all …]
19 #define LOCK_REQUIRED(lock) WARN_ON_ONCE(!mutex_is_locked(&lock)) macro