Home
last modified time | relevance | path

Searched refs:logical_len (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dscrub.c1526 u32 logical_len, in scrub_find_fill_first_stripe()
1532 const u64 logical_end = logical_start + logical_len; in scrub_find_fill_first_stripe()
1549 logical_len); in scrub_find_fill_first_stripe()
1521 scrub_find_fill_first_stripe(struct btrfs_block_group *bg, struct btrfs_path *extent_path, struct btrfs_path *csum_path, struct btrfs_device *dev, u64 physical, int mirror_num, u64 logical_start, u32 logical_len, struct scrub_stripe *stripe) scrub_find_fill_first_stripe() argument
H A Dinode.c3023 u64 logical_len = ordered_extent->num_bytes; in btrfs_finish_one_ordered() local
3053 logical_len = ordered_extent->truncated_len; in btrfs_finish_one_ordered()
3055 if (!logical_len) in btrfs_finish_one_ordered()
3101 logical_len); in btrfs_finish_one_ordered()
3168 unwritten_start += logical_len; in btrfs_finish_one_ordered()
3199 if ((ret || !logical_len) && in btrfs_finish_one_ordered()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode.c2602 u64 logical_len; in insert_ordered_extent_file_extent() local
2610 logical_len = oe->truncated_len; in insert_ordered_extent_file_extent()
2612 logical_len = oe->num_bytes; in insert_ordered_extent_file_extent()
2613 btrfs_set_stack_file_extent_num_bytes(&stack_fi, logical_len); in insert_ordered_extent_file_extent()
2614 btrfs_set_stack_file_extent_ram_bytes(&stack_fi, logical_len); in insert_ordered_extent_file_extent()
2639 u64 logical_len = ordered_extent->num_bytes; in btrfs_finish_ordered_io() local
2666 logical_len = ordered_extent->truncated_len; in btrfs_finish_ordered_io()
2668 if (!logical_len) in btrfs_finish_ordered_io()
2714 logical_len); in btrfs_finish_ordered_io()
2775 unwritten_start += logical_len; in btrfs_finish_ordered_io()
[all...]

Completed in 24 milliseconds