Home
last modified time | relevance | path

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

/Linux-v6.1/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.c3180 mutex_lock(&fs_info->tree_log_mutex); in btrfs_sync_log()
3193 mutex_unlock(&fs_info->tree_log_mutex); in btrfs_sync_log()
3200 mutex_unlock(&fs_info->tree_log_mutex); in btrfs_sync_log()
Dctree.h730 struct mutex tree_log_mutex; member
Ddisk-io.c3063 mutex_init(&fs_info->tree_log_mutex); in btrfs_init_fs_info()