Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0005-calloc-Use-calloc-at-most-places.patch1191 - visual = grub_malloc (sizeof (visual[0]) * logical_len);
1192 + visual = grub_calloc (logical_len, sizeof (visual[0]));
1201 - * (logical_len + 2));
1202 + *visual_out = visual_ptr = grub_calloc (logical_len + 2,
1206 for (ptr = logical; ptr <= logical + logical_len; ptr++)