Searched defs:ram_bytes (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/fs/btrfs/ |
D | extent_map.h | 42 u64 ram_bytes; member
|
D | extent-tree.h | 18 u64 ram_bytes; member
|
D | ordered-data.h | 98 u64 ram_bytes; member
|
D | ordered-data.c | 151 u64 ram_bytes, u64 disk_bytenr, u64 disk_num_bytes, in alloc_ordered_extent() 267 u64 num_bytes, u64 ram_bytes, u64 disk_bytenr, in btrfs_alloc_ordered_extent()
|
D | inode.c | 1999 u64 ram_bytes; in run_delalloc_nocow() local 2873 u64 ram_bytes = btrfs_stack_file_extent_ram_bytes(stack_fi); in insert_reserved_file_extent() local 2975 u64 ram_bytes = oe->ram_bytes; in insert_ordered_extent_file_extent() local 6949 const u64 ram_bytes, in btrfs_create_dio_extent() 7054 u64 *ram_bytes, bool nowait, bool strict) in can_nocow_extent() 7249 u64 ram_bytes, int compress_type, in create_io_em() 7301 u64 block_start, orig_start, orig_block_len, ram_bytes; in btrfs_get_blocks_direct_write() local 9843 u64 ram_bytes; in btrfs_encoded_read_inline() local 10208 u64 num_bytes, ram_bytes, disk_num_bytes; in btrfs_do_encoded_write() local
|
D | extent-tree.c | 4518 int btrfs_reserve_extent(struct btrfs_root *root, u64 ram_bytes, in btrfs_reserve_extent() 4774 u64 offset, u64 ram_bytes, in btrfs_alloc_reserved_file_extent()
|
D | block-group.c | 3715 u64 ram_bytes, u64 num_bytes, int delalloc, in btrfs_add_reserved_bytes()
|
D | send.c | 5532 u64 ram_bytes; in send_encoded_inline_extent() local
|
/linux-6.6.21/fs/btrfs/tests/ |
D | inode-tests.c | 17 u64 ram_bytes, u64 offset, u64 disk_bytenr, in insert_extent()
|
/linux-6.6.21/include/uapi/linux/ |
D | btrfs_tree.h | 1035 __le64 ram_bytes; member
|