Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dordered-data.c171 struct btrfs_ordered_inode_tree *tree = &inode->ordered_tree; in btrfs_add_ordered_extent()
269 tree = &BTRFS_I(entry->inode)->ordered_tree; in btrfs_add_ordered_sum()
300 struct btrfs_ordered_inode_tree *tree = &inode->ordered_tree; in btrfs_mark_ordered_io_finished()
441 struct btrfs_ordered_inode_tree *tree = &inode->ordered_tree; in btrfs_dec_test_ordered_pending()
553 tree = &btrfs_inode->ordered_tree; in btrfs_remove_ordered_extent()
829 tree = &inode->ordered_tree; in btrfs_lookup_ordered_extent()
857 tree = &inode->ordered_tree; in btrfs_lookup_ordered_range()
896 struct btrfs_ordered_inode_tree *tree = &inode->ordered_tree; in btrfs_get_ordered_extents_for_logging()
929 tree = &inode->ordered_tree; in btrfs_lookup_first_ordered_extent()
955 struct btrfs_ordered_inode_tree *tree = &inode->ordered_tree; in btrfs_lookup_first_ordered_range()
[all …]
Dbtrfs_inode.h112 struct btrfs_ordered_inode_tree ordered_tree; member
Dtree-log.c4986 spin_lock_irq(&inode->ordered_tree.lock); in btrfs_log_changed_extents()
4991 spin_unlock_irq(&inode->ordered_tree.lock); in btrfs_log_changed_extents()
Dinode.c8319 spin_lock_irq(&inode->ordered_tree.lock); in btrfs_invalidate_folio()
8323 spin_unlock_irq(&inode->ordered_tree.lock); in btrfs_invalidate_folio()
8793 btrfs_ordered_inode_tree_init(&ei->ordered_tree); in btrfs_alloc_inode()