summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/accessors.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: add stack helpers for a few btrfs itemsJosef Bacik1-0/+37
2022-12-05btrfs: add nr_global_roots to the super block definitionJosef Bacik1-0/+2
2022-12-05btrfs: remove BTRFS_LEAF_DATA_OFFSETJosef Bacik1-4/+2
2022-12-05btrfs: add eb to btrfs_node_key_ptr_offsetJosef Bacik1-2/+2
2022-12-05btrfs: pass the extent buffer for the btrfs_item_nr helpersJosef Bacik1-9/+9
2022-12-05btrfs: move the csum helpers into ctree.hJosef Bacik1-5/+0
2022-12-05btrfs: move file_extent_item helpers into file-item.hJosef Bacik1-22/+0
2022-12-05btrfs: move leaf_data_end into ctree.cJosef Bacik1-13/+0
2022-12-05btrfs: move root helpers back into ctree.hJosef Bacik1-17/+0
2022-12-05btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval1-2/+13
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1068
2022-12-05btrfs: move btrfs_map_token to accessorsJosef Bacik1-0/+14