Searched refs:bytenr (Results 1 – 7 of 7) sorted by relevance
/u-boot/fs/btrfs/ |
A D | disk-io.h | 15 struct extent_buffer* read_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr, 21 struct btrfs_fs_info *fs_info, u64 bytenr); 23 u64 bytenr, u32 blocksize);
|
A D | extent-io.c | 565 u64 bytenr, u32 blocksize) in __alloc_extent_buffer() argument 578 eb->start = bytenr; in __alloc_extent_buffer() 582 eb->cache_node.start = bytenr; in __alloc_extent_buffer() 642 u64 bytenr, u32 blocksize) in find_extent_buffer() argument 647 cache = lookup_cache_extent(&tree->cache, bytenr, blocksize); in find_extent_buffer() 648 if (cache && cache->start == bytenr && in find_extent_buffer() 671 u64 bytenr, u32 blocksize) in alloc_extent_buffer() argument 678 if (cache && cache->start == bytenr && in alloc_extent_buffer() 690 eb = __alloc_extent_buffer(fs_info, bytenr, blocksize); in alloc_extent_buffer() 715 u64 bytenr, u32 blocksize) in alloc_dummy_extent_buffer() argument [all …]
|
A D | extent-io.h | 130 u64 bytenr, u32 blocksize); 134 u64 bytenr, u32 blocksize); 137 u64 bytenr, u32 blocksize);
|
A D | conv-funcs.h | 144 DEFINE_CONV(btrfs_root_item, inode, generation, root_dirid, bytenr, byte_limit, 159 DEFINE_CONV(btrfs_header, bytenr, flags, generation, owner, nritems) 164 DEFINE_CONV(btrfs_super_block, bytenr, flags, magic, generation, root,
|
A D | disk-io.c | 355 u64 bytenr, u32 blocksize) in btrfs_find_tree_block() argument 358 bytenr, blocksize); in btrfs_find_tree_block() 362 struct btrfs_fs_info *fs_info, u64 bytenr) in btrfs_find_create_tree_block() argument 364 return alloc_extent_buffer(fs_info, bytenr, fs_info->nodesize); in btrfs_find_create_tree_block() 442 struct extent_buffer* read_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr, in read_tree_block() argument 461 if (bytenr < sectorsize || !IS_ALIGNED(bytenr, sectorsize)) { in read_tree_block() 463 bytenr, sectorsize); in read_tree_block() 467 eb = btrfs_find_create_tree_block(fs_info, bytenr); in read_tree_block()
|
A D | ctree.h | 754 BTRFS_SETGET_HEADER_FUNCS(header_bytenr, struct btrfs_header, bytenr, 64); 761 BTRFS_SETGET_STACK_FUNCS(stack_header_bytenr, struct btrfs_header, bytenr, 64); 827 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64); 832 BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64); 935 BTRFS_SETGET_STACK_FUNCS(super_bytenr, struct btrfs_super_block, bytenr, 64);
|
/u-boot/fs/btrfs/kernel-shared/ |
A D | btrfs_tree.h | 687 __le64 bytenr; member 1151 __le64 bytenr; /* this block number */ member 1285 __le64 bytenr; /* Which block this node is supposed to live in */ member
|
Completed in 15 milliseconds