Searched refs:ram_bytes (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | extent_map.h | 30 u64 ram_bytes; member
|
D | file.c | 604 split->ram_bytes = em->ram_bytes; in btrfs_drop_extent_cache() 610 split->ram_bytes = split->len; in btrfs_drop_extent_cache() 636 split->ram_bytes = em->ram_bytes; in btrfs_drop_extent_cache() 648 split->ram_bytes = split->len; in btrfs_drop_extent_cache() 2201 hole_em->ram_bytes = hole_em->len; in fill_holes()
|
D | file-item.c | 44 u64 num_bytes, u64 offset, u64 ram_bytes, in btrfs_insert_file_extent() argument 73 btrfs_set_file_extent_ram_bytes(leaf, item, ram_bytes); in btrfs_insert_file_extent() 908 em->ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi); in btrfs_extent_item_to_extent_map()
|
D | inode.c | 107 u64 orig_block_len, u64 ram_bytes, 778 em->ram_bytes = async_extent->ram_size; in submit_compressed_extents() 995 em->ram_bytes = ram_size; in cow_file_range() 1223 u64 ram_bytes; in run_delalloc_nocow() local 1318 ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi); in run_delalloc_nocow() 1415 em->ram_bytes = ram_bytes; in run_delalloc_nocow() 2054 u64 num_bytes, u64 ram_bytes, in insert_reserved_file_extent() argument 2105 btrfs_set_file_extent_ram_bytes(leaf, fi, ram_bytes); in insert_reserved_file_extent() 4802 hole_em->ram_bytes = hole_size; in btrfs_cont_expand() 7109 u64 *ram_bytes) in can_nocow_extent() argument [all …]
|
D | ctree.h | 886 __le64 ram_bytes; member 3149 ram_bytes, 64); 3829 u64 num_bytes, u64 offset, u64 ram_bytes, 3867 u64 *ram_bytes);
|
D | ioctl.c | 3147 em->ram_bytes = em->len; in clone_update_extent_map()
|
D | tree-log.c | 4011 btrfs_set_token_file_extent_ram_bytes(leaf, fi, em->ram_bytes, &token); in log_one_extent()
|
/linux-4.1.27/fs/btrfs/tests/ |
D | inode-tests.c | 27 u64 ram_bytes, u64 offset, u64 disk_bytenr, in insert_extent() argument 56 btrfs_set_file_extent_ram_bytes(leaf, fi, ram_bytes); in insert_extent()
|