/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent_map.h | 40 u64 ram_bytes; member
|
H A D | file-item.c | 125 btrfs_insert_file_extent(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 objectid, u64 pos, u64 disk_offset, u64 disk_num_bytes, u64 num_bytes, u64 offset, u64 ram_bytes, u8 compression, u8 encryption, u16 other_encoding) btrfs_insert_file_extent() argument
|
H A D | block-group.c | 2989 btrfs_add_reserved_bytes(struct btrfs_block_group *cache, u64 ram_bytes, u64 num_bytes, int delalloc) btrfs_add_reserved_bytes() argument
|
H A D | extent-tree.c | 4271 int btrfs_reserve_extent(struct btrfs_root *root, u64 ram_bytes, in btrfs_reserve_extent() argument 3995 find_free_extent(struct btrfs_root *root, u64 ram_bytes, u64 num_bytes, u64 empty_size, u64 hint_byte_orig, struct btrfs_key *ins, u64 flags, int delalloc) find_free_extent() argument 4519 btrfs_alloc_reserved_file_extent(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 owner, u64 offset, u64 ram_bytes, struct btrfs_key *ins) btrfs_alloc_reserved_file_extent() argument
|
H A D | inode.c | 1485 u64 ram_bytes; in run_delalloc_nocow() local 2522 u64 ram_bytes = btrfs_stack_file_extent_ram_bytes(stack_fi); in insert_reserved_file_extent() local 6930 btrfs_create_dio_extent(struct btrfs_inode *inode, const u64 start, const u64 len, const u64 orig_start, const u64 block_start, const u64 block_len, const u64 orig_block_len, const u64 ram_bytes, const int type) btrfs_create_dio_extent() argument 7015 can_nocow_extent(struct inode *inode, u64 offset, u64 *len, u64 *orig_start, u64 *orig_block_len, u64 *ram_bytes, bool strict) can_nocow_extent() argument 7242 create_io_em(struct btrfs_inode *inode, u64 start, u64 len, u64 orig_start, u64 block_start, u64 block_len, u64 orig_block_len, u64 ram_bytes, int compress_type, int type) create_io_em() argument 7322 u64 block_start, orig_start, orig_block_len, ram_bytes; btrfs_get_blocks_direct_write() local [all...] |
/kernel/linux/linux-5.10/fs/btrfs/tests/ |
H A D | inode-tests.c | 15 insert_extent(struct btrfs_root *root, u64 start, u64 len, u64 ram_bytes, u64 offset, u64 disk_bytenr, u64 disk_len, u32 type, u8 compression, int slot) insert_extent() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent-tree.h | 18 u64 ram_bytes; member
|
H A D | extent_map.h | 42 u64 ram_bytes; member
|
H A D | ordered-data.h | 98 u64 ram_bytes; member
|
H A D | ordered-data.c | 149 alloc_ordered_extent( struct btrfs_inode *inode, u64 file_offset, u64 num_bytes, u64 ram_bytes, u64 disk_bytenr, u64 disk_num_bytes, u64 offset, unsigned long flags, int compress_type) alloc_ordered_extent() argument 265 btrfs_alloc_ordered_extent( struct btrfs_inode *inode, u64 file_offset, u64 num_bytes, u64 ram_bytes, u64 disk_bytenr, u64 disk_num_bytes, u64 offset, unsigned long flags, int compress_type) btrfs_alloc_ordered_extent() argument
|
H A D | block-group.c | 3714 btrfs_add_reserved_bytes(struct btrfs_block_group *cache, u64 ram_bytes, u64 num_bytes, int delalloc, bool force_wrong_size_class) btrfs_add_reserved_bytes() argument
|
H A D | extent-tree.c | 4518 int btrfs_reserve_extent(struct btrfs_root *root, u64 ram_bytes, in btrfs_reserve_extent() argument 4772 btrfs_alloc_reserved_file_extent(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 owner, u64 offset, u64 ram_bytes, struct btrfs_key *ins) btrfs_alloc_reserved_file_extent() argument
|
H A 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 in insert_ordered_extent_file_extent() local 6941 btrfs_create_dio_extent(struct btrfs_inode *inode, struct btrfs_dio_data *dio_data, const u64 start, const u64 len, const u64 orig_start, const u64 block_start, const u64 block_len, const u64 orig_block_len, const u64 ram_bytes, const int type) btrfs_create_dio_extent() argument 7052 can_nocow_extent(struct inode *inode, u64 offset, u64 *len, u64 *orig_start, u64 *orig_block_len, u64 *ram_bytes, bool nowait, bool strict) can_nocow_extent() argument 7246 create_io_em(struct btrfs_inode *inode, u64 start, u64 len, u64 orig_start, u64 block_start, u64 block_len, u64 orig_block_len, u64 ram_bytes, int compress_type, int type) create_io_em() argument 7301 u64 block_start, orig_start, orig_block_len, ram_bytes; btrfs_get_blocks_direct_write() local 9843 u64 ram_bytes; btrfs_encoded_read_inline() local 10208 u64 num_bytes, ram_bytes, disk_num_bytes; btrfs_do_encoded_write() local [all...] |
H A D | send.c | 5532 u64 ram_bytes; in send_encoded_inline_extent() local
|
/kernel/linux/linux-6.6/fs/btrfs/tests/ |
H A D | inode-tests.c | 16 insert_extent(struct btrfs_root *root, u64 start, u64 len, u64 ram_bytes, u64 offset, u64 disk_bytenr, u64 disk_len, u32 type, u8 compression, int slot) insert_extent() argument
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | btrfs_tree.h | 767 __le64 ram_bytes; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 331 __le64 ram_bytes; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 331 __le64 ram_bytes; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 357 __le64 ram_bytes; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btrfs_tree.h | 1035 __le64 ram_bytes; member
|