Home
last modified time | relevance | path

Searched refs:tree_log_mutex (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/btrfs/
Dtransaction.c2434 mutex_lock(&fs_info->tree_log_mutex); in btrfs_commit_transaction()
2449 mutex_unlock(&fs_info->tree_log_mutex); in btrfs_commit_transaction()
2465 mutex_unlock(&fs_info->tree_log_mutex); in btrfs_commit_transaction()
Dtree-log.c3175 mutex_lock(&fs_info->tree_log_mutex); in btrfs_sync_log()
3188 mutex_unlock(&fs_info->tree_log_mutex); in btrfs_sync_log()
3195 mutex_unlock(&fs_info->tree_log_mutex); in btrfs_sync_log()
Dctree.h736 struct mutex tree_log_mutex; member
Ddisk-io.c3070 mutex_init(&fs_info->tree_log_mutex); in btrfs_init_fs_info()