Searched refs:delayed_nodes (Results 1 – 2 of 2) sorted by relevance
83 xa_lock(&root->delayed_nodes); in btrfs_get_delayed_node()84 node = xa_load(&root->delayed_nodes, ino); in btrfs_get_delayed_node()91 xa_unlock(&root->delayed_nodes); in btrfs_get_delayed_node()121 xa_unlock(&root->delayed_nodes); in btrfs_get_delayed_node()124 xa_unlock(&root->delayed_nodes); in btrfs_get_delayed_node()161 ret = xa_reserve(&root->delayed_nodes, ino, GFP_NOFS); in btrfs_get_or_create_delayed_node()165 xa_lock(&root->delayed_nodes); in btrfs_get_or_create_delayed_node()166 ptr = xa_load(&root->delayed_nodes, ino); in btrfs_get_or_create_delayed_node()169 xa_unlock(&root->delayed_nodes); in btrfs_get_or_create_delayed_node()172 ptr = __xa_store(&root->delayed_nodes, ino, node, GFP_ATOMIC); in btrfs_get_or_create_delayed_node()[all …]
644 xa_init(&root->delayed_nodes); in btrfs_alloc_root() 1832 if (WARN_ON(!xa_empty(&root->delayed_nodes))) in btrfs_free_fs_roots() 1833 xa_destroy(&root->delayed_nodes); in btrfs_free_fs_roots()