Home
last modified time | relevance | path

Searched refs:logical_len (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dscrub.c1652 u32 logical_len, in scrub_stripe_reset_bitmaps()
1658 const u64 logical_end = logical_start + logical_len;
1681 logical_len); in scrub_find_fill_first_stripe()
1666 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.c3196 u64 logical_len = ordered_extent->num_bytes; in btrfs_finish_one_ordered()
3230 logical_len = ordered_extent->truncated_len; in btrfs_finish_one_ordered()
3232 if (!logical_len) in btrfs_finish_one_ordered()
3294 logical_len); in btrfs_finish_one_ordered()
3382 unwritten_start += logical_len; in btrfs_finish_one_ordered()
3398 if ((ret || !logical_len) && in btrfs_finish_one_ordered()
3202 u64 logical_len = ordered_extent->num_bytes; btrfs_finish_one_ordered() local