Home
last modified time | relevance | path

Searched refs:BTRFS_FS_TREE_MOD_LOG_USERS (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/btrfs/
Dtree-mod-log.c63 set_bit(BTRFS_FS_TREE_MOD_LOG_USERS, &fs_info->flags); in btrfs_get_tree_mod_seq()
88 clear_bit(BTRFS_FS_TREE_MOD_LOG_USERS, &fs_info->flags); in btrfs_put_tree_mod_seq()
172 if (!test_bit(BTRFS_FS_TREE_MOD_LOG_USERS, &fs_info->flags)) in tree_mod_dont_log()
190 if (!test_bit(BTRFS_FS_TREE_MOD_LOG_USERS, &fs_info->flags)) in tree_mod_need_log()
Dctree.h582 BTRFS_FS_TREE_MOD_LOG_USERS, enumerator
Dextent-tree.c3316 if (test_bit(BTRFS_FS_TREE_MOD_LOG_USERS, &fs_info->flags)) in btrfs_free_tree_block()