| /Linux-v5.15/fs/btrfs/ |
| D | extent_map.h | 40 u64 ram_bytes; member
|
| D | block-group.h | 285 u64 ram_bytes, u64 num_bytes, int delalloc);
|
| D | inode.c | 92 u64 ram_bytes, int compress_type, 1614 u64 ram_bytes; in run_delalloc_nocow() local 1691 ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi); in run_delalloc_nocow() 1789 extent_end = found_key.offset + ram_bytes; in run_delalloc_nocow() 1840 ram_bytes, BTRFS_COMPRESS_NONE, in run_delalloc_nocow() 2350 split_pre->ram_bytes = split_pre->len; in split_zoned_em() 2371 split_mid->ram_bytes = split_mid->len; in split_zoned_em() 2385 split_post->ram_bytes = split_post->len; in split_zoned_em() 2847 u64 ram_bytes = btrfs_stack_file_extent_ram_bytes(stack_fi); in insert_reserved_file_extent() local 2915 ret = btrfs_inode_set_file_extent_range(inode, file_pos, ram_bytes); in insert_reserved_file_extent() [all …]
|
| D | file-item.c | 136 u64 num_bytes, u64 offset, u64 ram_bytes, in btrfs_insert_file_extent() argument 164 btrfs_set_file_extent_ram_bytes(leaf, item, ram_bytes); in btrfs_insert_file_extent() 1211 em->ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi); in btrfs_extent_item_to_extent_map()
|
| D | file.c | 598 split->ram_bytes = em->ram_bytes; in btrfs_drop_extent_cache() 604 split->ram_bytes = split->len; in btrfs_drop_extent_cache() 628 split->ram_bytes = em->ram_bytes; in btrfs_drop_extent_cache() 640 split->ram_bytes = split->len; in btrfs_drop_extent_cache() 2441 hole_em->ram_bytes = hole_em->len; in fill_holes()
|
| D | ctree.h | 2457 struct btrfs_file_extent_item, ram_bytes, 64); 2486 ram_bytes, 64); 2708 u64 offset, u64 ram_bytes, 2713 int btrfs_reserve_extent(struct btrfs_root *root, u64 ram_bytes, u64 num_bytes, 3104 u64 num_bytes, u64 offset, u64 ram_bytes, 3138 u64 *ram_bytes, bool strict);
|
| D | extent-tree.c | 4120 u64 ram_bytes, u64 num_bytes, u64 empty_size, in find_free_extent() argument 4312 ret = btrfs_add_reserved_bytes(block_group, ram_bytes, in find_free_extent() 4401 int btrfs_reserve_extent(struct btrfs_root *root, u64 ram_bytes, in btrfs_reserve_extent() argument 4415 ret = find_free_extent(root, ram_bytes, num_bytes, empty_size, in btrfs_reserve_extent() 4425 ram_bytes = num_bytes; in btrfs_reserve_extent() 4649 u64 offset, u64 ram_bytes, in btrfs_alloc_reserved_file_extent() argument 4661 return btrfs_add_delayed_data_ref(trans, &generic_ref, ram_bytes); in btrfs_alloc_reserved_file_extent()
|
| D | block-group.c | 3263 u64 ram_bytes, u64 num_bytes, int delalloc) in btrfs_add_reserved_bytes() argument 3278 space_info, -ram_bytes); in btrfs_add_reserved_bytes() 3286 if (num_bytes < ram_bytes) in btrfs_add_reserved_bytes()
|
| D | tree-checker.c | 297 if (unlikely(CHECK_FE_ALIGNED(leaf, slot, fi, ram_bytes, sectorsize) || in check_extent_data_item()
|
| D | tree-log.c | 4409 btrfs_set_token_file_extent_ram_bytes(&token, fi, em->ram_bytes); in log_one_extent()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | btrfs_tree.h | 791 __le64 ram_bytes; member
|
| /Linux-v5.15/fs/btrfs/tests/ |
| D | inode-tests.c | 16 u64 ram_bytes, u64 offset, u64 disk_bytenr, in insert_extent() argument 44 btrfs_set_file_extent_ram_bytes(leaf, fi, ram_bytes); in insert_extent()
|
| /Linux-v5.15/include/trace/events/ |
| D | btrfs.h | 383 __field( u64, ram_bytes ) 399 __entry->ram_bytes = btrfs_file_extent_ram_bytes(l, fi); 418 __entry->extent_end, __entry->num_bytes, __entry->ram_bytes,
|