Home
last modified time | relevance | path

Searched defs:io_ctl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dblock-group.h152 struct btrfs_io_ctl io_ctl; member
H A Dfree-space-cache.c303 static int io_ctl_init(struct btrfs_io_ctl *io_ctl, struct inode *inode, in io_ctl_init() argument
334 static void io_ctl_free(struct btrfs_io_ctl *io_ctl) in io_ctl_free() argument
340 io_ctl_unmap_page(struct btrfs_io_ctl *io_ctl) io_ctl_unmap_page() argument
348 io_ctl_map_page(struct btrfs_io_ctl *io_ctl, int clear) io_ctl_map_page() argument
359 io_ctl_drop_pages(struct btrfs_io_ctl *io_ctl) io_ctl_drop_pages() argument
374 io_ctl_prepare_pages(struct btrfs_io_ctl *io_ctl, bool uptodate) io_ctl_prepare_pages() argument
414 io_ctl_set_generation(struct btrfs_io_ctl *io_ctl, u64 generation) io_ctl_set_generation() argument
434 io_ctl_check_generation(struct btrfs_io_ctl *io_ctl, u64 generation) io_ctl_check_generation() argument
463 io_ctl_set_crc(struct btrfs_io_ctl *io_ctl, int index) io_ctl_set_crc() argument
485 io_ctl_check_crc(struct btrfs_io_ctl *io_ctl, int index) io_ctl_check_crc() argument
516 io_ctl_add_entry(struct btrfs_io_ctl *io_ctl, u64 offset, u64 bytes, void *bitmap) io_ctl_add_entry() argument
546 io_ctl_add_bitmap(struct btrfs_io_ctl *io_ctl, void *bitmap) io_ctl_add_bitmap() argument
569 io_ctl_zero_remaining_pages(struct btrfs_io_ctl *io_ctl) io_ctl_zero_remaining_pages() argument
586 io_ctl_read_entry(struct btrfs_io_ctl *io_ctl, struct btrfs_free_space *entry, u8 *type) io_ctl_read_entry() argument
613 io_ctl_read_bitmap(struct btrfs_io_ctl *io_ctl, struct btrfs_free_space *entry) io_ctl_read_bitmap() argument
673 struct btrfs_io_ctl io_ctl; __load_free_space_cache() local
942 write_cache_extent_entries(struct btrfs_io_ctl *io_ctl, struct btrfs_free_space_ctl *ctl, struct btrfs_block_group *block_group, int *entries, int *bitmaps, struct list_head *bitmap_list) write_cache_extent_entries() argument
1071 write_pinned_extent_entries( struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_io_ctl *io_ctl, int *entries) write_pinned_extent_entries() argument
1123 write_bitmap_entries(struct btrfs_io_ctl *io_ctl, struct list_head *bitmap_list) write_bitmap_entries() argument
1161 cleanup_write_cache_enospc(struct inode *inode, struct btrfs_io_ctl *io_ctl, struct extent_state **cached_state) cleanup_write_cache_enospc() argument
1170 __btrfs_wait_cache_io(struct btrfs_root *root, struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_io_ctl *io_ctl, struct btrfs_path *path, u64 offset) __btrfs_wait_cache_io() argument
1228 btrfs_wait_cache_io_root(struct btrfs_root *root, struct btrfs_trans_handle *trans, struct btrfs_io_ctl *io_ctl, struct btrfs_path *path) btrfs_wait_cache_io_root() argument
1256 __btrfs_write_out_cache(struct btrfs_root *root, struct inode *inode, struct btrfs_free_space_ctl *ctl, struct btrfs_block_group *block_group, struct btrfs_io_ctl *io_ctl, struct btrfs_trans_handle *trans) __btrfs_write_out_cache() argument
3971 struct btrfs_io_ctl io_ctl; btrfs_write_out_ino_cache() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dblock-group.h206 struct btrfs_io_ctl io_ctl; member
H A Dfree-space-cache.c379 static int io_ctl_init(struct btrfs_io_ctl *io_ctl, struct inode *inode, in io_ctl_init() argument
404 static void io_ctl_free(struct btrfs_io_ctl *io_ctl) in io_ctl_free() argument
410 io_ctl_unmap_page(struct btrfs_io_ctl *io_ctl) io_ctl_unmap_page() argument
418 io_ctl_map_page(struct btrfs_io_ctl *io_ctl, int clear) io_ctl_map_page() argument
429 io_ctl_drop_pages(struct btrfs_io_ctl *io_ctl) io_ctl_drop_pages() argument
447 io_ctl_prepare_pages(struct btrfs_io_ctl *io_ctl, bool uptodate) io_ctl_prepare_pages() argument
496 io_ctl_set_generation(struct btrfs_io_ctl *io_ctl, u64 generation) io_ctl_set_generation() argument
511 io_ctl_check_generation(struct btrfs_io_ctl *io_ctl, u64 generation) io_ctl_check_generation() argument
534 io_ctl_set_crc(struct btrfs_io_ctl *io_ctl, int index) io_ctl_set_crc() argument
551 io_ctl_check_crc(struct btrfs_io_ctl *io_ctl, int index) io_ctl_check_crc() argument
577 io_ctl_add_entry(struct btrfs_io_ctl *io_ctl, u64 offset, u64 bytes, void *bitmap) io_ctl_add_entry() argument
607 io_ctl_add_bitmap(struct btrfs_io_ctl *io_ctl, void *bitmap) io_ctl_add_bitmap() argument
630 io_ctl_zero_remaining_pages(struct btrfs_io_ctl *io_ctl) io_ctl_zero_remaining_pages() argument
647 io_ctl_read_entry(struct btrfs_io_ctl *io_ctl, struct btrfs_free_space *entry, u8 *type) io_ctl_read_entry() argument
674 io_ctl_read_bitmap(struct btrfs_io_ctl *io_ctl, struct btrfs_free_space *entry) io_ctl_read_bitmap() argument
740 struct btrfs_io_ctl io_ctl; __load_free_space_cache() local
1068 write_cache_extent_entries(struct btrfs_io_ctl *io_ctl, struct btrfs_free_space_ctl *ctl, struct btrfs_block_group *block_group, int *entries, int *bitmaps, struct list_head *bitmap_list) write_cache_extent_entries() argument
1197 write_pinned_extent_entries( struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_io_ctl *io_ctl, int *entries) write_pinned_extent_entries() argument
1248 write_bitmap_entries(struct btrfs_io_ctl *io_ctl, struct list_head *bitmap_list) write_bitmap_entries() argument
1286 cleanup_write_cache_enospc(struct inode *inode, struct btrfs_io_ctl *io_ctl, struct extent_state **cached_state) cleanup_write_cache_enospc() argument
1295 __btrfs_wait_cache_io(struct btrfs_root *root, struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_io_ctl *io_ctl, struct btrfs_path *path, u64 offset) __btrfs_wait_cache_io() argument
1376 __btrfs_write_out_cache(struct btrfs_root *root, struct inode *inode, struct btrfs_free_space_ctl *ctl, struct btrfs_block_group *block_group, struct btrfs_io_ctl *io_ctl, struct btrfs_trans_handle *trans) __btrfs_write_out_cache() argument
[all...]

Completed in 7 milliseconds