Searched refs:btrfs_init_map_token (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | accessors.c | 28 void btrfs_init_map_token(struct btrfs_map_token *token, struct extent_buffer *eb) in btrfs_init_map_token() function
|
| H A D | ctree.c | 3177 btrfs_init_map_token(&token, right); in __push_leaf_right() 3374 btrfs_init_map_token(&token, left); in __push_leaf_left() 3401 btrfs_init_map_token(&token, right); in __push_leaf_left() 3534 btrfs_init_map_token(&token, right); in copy_for_split() 4028 btrfs_init_map_token(&token, leaf); in btrfs_truncate_item() 4122 btrfs_init_map_token(&token, leaf); in btrfs_extend_item() 4195 btrfs_init_map_token(&token, leaf); in setup_items_for_insert() 4482 btrfs_init_map_token(&token, leaf); in btrfs_del_items()
|
| H A D | accessors.h | 25 void btrfs_init_map_token(struct btrfs_map_token *token, struct extent_buffer *eb);
|
| H A D | tree-log.c | 4178 btrfs_init_map_token(&token, leaf); in fill_inode_item()
|
| H A D | inode.c | 4093 btrfs_init_map_token(&token, leaf); in fill_inode_item()
|