| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | extent_map.h | 40 u64 ram_bytes; member
|
| H A D | block-group.h | 267 u64 ram_bytes, u64 num_bytes, int delalloc);
|
| H A D | file-item.c | 129 u64 num_bytes, u64 offset, u64 ram_bytes, in btrfs_insert_file_extent() argument 158 btrfs_set_file_extent_ram_bytes(leaf, item, ram_bytes); in btrfs_insert_file_extent() 1063 em->ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi); in btrfs_extent_item_to_extent_map()
|
| H A D | file.c | 590 split->ram_bytes = em->ram_bytes; in btrfs_drop_extent_cache() 596 split->ram_bytes = split->len; in btrfs_drop_extent_cache() 620 split->ram_bytes = em->ram_bytes; in btrfs_drop_extent_cache() 632 split->ram_bytes = split->len; in btrfs_drop_extent_cache() 2422 hole_em->ram_bytes = hole_em->len; in fill_holes()
|
| H A D | inode.c | 91 u64 ram_bytes, int compress_type, 1485 u64 ram_bytes; in run_delalloc_nocow() local 1562 ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi); in run_delalloc_nocow() 1653 extent_end = found_key.offset + ram_bytes; in run_delalloc_nocow() 1704 ram_bytes, BTRFS_COMPRESS_NONE, in run_delalloc_nocow() 2522 u64 ram_bytes = btrfs_stack_file_extent_ram_bytes(stack_fi); in insert_reserved_file_extent() local 2571 ret = btrfs_inode_set_file_extent_range(inode, file_pos, ram_bytes); in insert_reserved_file_extent() 4828 hole_em->ram_bytes = hole_size; in btrfs_cont_expand() 6940 const u64 ram_bytes, in btrfs_create_dio_extent() argument 6948 block_len, orig_block_len, ram_bytes, in btrfs_create_dio_extent() [all …]
|
| H A D | ctree.h | 2342 struct btrfs_file_extent_item, ram_bytes, 64); 2371 ram_bytes, 64); 2583 u64 offset, u64 ram_bytes, 2588 int btrfs_reserve_extent(struct btrfs_root *root, u64 ram_bytes, u64 num_bytes, 2956 u64 num_bytes, u64 offset, u64 ram_bytes, 2990 u64 *ram_bytes, bool strict);
|
| H A D | extent-tree.c | 3987 u64 ram_bytes, u64 num_bytes, u64 empty_size, in find_free_extent() argument 4170 ret = btrfs_add_reserved_bytes(block_group, ram_bytes, in find_free_extent() 4259 int btrfs_reserve_extent(struct btrfs_root *root, u64 ram_bytes, in btrfs_reserve_extent() argument 4272 ret = find_free_extent(root, ram_bytes, num_bytes, empty_size, in btrfs_reserve_extent() 4282 ram_bytes = num_bytes; in btrfs_reserve_extent() 4509 u64 offset, u64 ram_bytes, in btrfs_alloc_reserved_file_extent() argument 4521 return btrfs_add_delayed_data_ref(trans, &generic_ref, ram_bytes); in btrfs_alloc_reserved_file_extent()
|
| H A D | block-group.c | 2973 u64 ram_bytes, u64 num_bytes, int delalloc) in btrfs_add_reserved_bytes() argument 2988 space_info, -ram_bytes); in btrfs_add_reserved_bytes() 2996 if (num_bytes < ram_bytes) in btrfs_add_reserved_bytes()
|
| H A D | tree-checker.c | 293 if (CHECK_FE_ALIGNED(leaf, slot, fi, ram_bytes, sectorsize) || in check_extent_data_item()
|
| H A D | tree-log.c | 4306 btrfs_set_token_file_extent_ram_bytes(&token, fi, em->ram_bytes); in log_one_extent()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | btrfs_tree.h | 752 __le64 ram_bytes; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | btrfs_tree.h | 767 __le64 ram_bytes; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | btrfs_tree.h | 752 __le64 ram_bytes; member
|
| /OK3568_Linux_fs/kernel/fs/btrfs/tests/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | btrfs.h | 382 __field( u64, ram_bytes ) 398 __entry->ram_bytes = btrfs_file_extent_ram_bytes(l, fi); 417 __entry->extent_end, __entry->num_bytes, __entry->ram_bytes,
|