Home
last modified time | relevance | path

Searched refs:cur_offset (Results 1 – 13 of 13) sorted by relevance

/fs/btrfs/
A Dfile.c987 u64 cur_offset; in btrfs_check_nocow_lock() local
1011 cur_offset = lockstart; in btrfs_check_nocow_lock()
1026 cur_offset += num_bytes; in btrfs_check_nocow_lock()
2408 u64 cur_offset; in btrfs_replace_file_extents() local
2443 cur_offset = start; in btrfs_replace_file_extents()
2447 while (cur_offset < end) { in btrfs_replace_file_extents()
2494 cur_offset, in btrfs_replace_file_extents()
2563 len = end - cur_offset; in btrfs_replace_file_extents()
3092 u64 cur_offset; in btrfs_fallocate() local
3112 cur_offset = alloc_start; in btrfs_fallocate()
[all …]
A Dinode-item.c25 u32 cur_offset = 0; in btrfs_find_name_in_backref() local
30 while (cur_offset < item_size) { in btrfs_find_name_in_backref()
31 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_find_name_in_backref()
34 cur_offset += len + sizeof(*ref); in btrfs_find_name_in_backref()
52 u32 cur_offset = 0; in btrfs_find_name_in_ext_backref() local
64 while (cur_offset < item_size) { in btrfs_find_name_in_ext_backref()
65 extref = (struct btrfs_inode_extref *) (ptr + cur_offset); in btrfs_find_name_in_ext_backref()
75 cur_offset += ref_name_len + sizeof(*extref); in btrfs_find_name_in_ext_backref()
A Dfiemap.c446 u64 cur_offset = start; in fiemap_process_hole() local
456 while (cur_offset < end && cur_offset < i_size) { in fiemap_process_hole()
463 delalloc = btrfs_find_delalloc_in_range(inode, cur_offset, end, in fiemap_process_hole()
513 cur_offset = delalloc_end + 1; in fiemap_process_hole()
514 extent_offset += cur_offset - delalloc_start; in fiemap_process_hole()
A Dinode.c2042 u64 cur_offset = start; in run_delalloc_nocow() local
2182 if (cur_offset > end) in run_delalloc_nocow()
2217 cow_start = cur_offset; in run_delalloc_nocow()
2271 cur_offset = cow_start; in run_delalloc_nocow()
2290 if (cur_offset < end) { in run_delalloc_nocow()
2301 btrfs_qgroup_free_data(inode, NULL, cur_offset, end - cur_offset + 1, NULL); in run_delalloc_nocow()
5117 u64 cur_offset; in btrfs_cont_expand() local
5135 cur_offset = hole_start; in btrfs_cont_expand()
5137 em = btrfs_get_extent(inode, NULL, cur_offset, block_end - cur_offset); in btrfs_cont_expand()
9006 u64 cur_offset = start; in __btrfs_prealloc_file_range() local
[all …]
A Dcompression.c1191 u32 cur_offset; in btrfs_decompress_buf2page() local
1193 cur_offset = decompressed; in btrfs_decompress_buf2page()
1195 while (cur_offset < decompressed + buf_len) { in btrfs_decompress_buf2page()
1214 copy_start = max(cur_offset, bvec_offset); in btrfs_decompress_buf2page()
1229 cur_offset += copy_len; in btrfs_decompress_buf2page()
A Dtree-log.c1108 u32 cur_offset = 0; in unlink_extrefs_not_in_log() local
1110 while (cur_offset < item_size) { in unlink_extrefs_not_in_log()
1542 u32 cur_offset = 0; in count_inode_extrefs() local
1558 cur_offset = 0; in count_inode_extrefs()
1560 while (cur_offset < item_size) { in count_inode_extrefs()
5327 u32 cur_offset = 0; in btrfs_check_ref_name_override() local
5356 cur_offset); in btrfs_check_ref_name_override()
5404 cur_offset += this_len; in btrfs_check_ref_name_override()
6812 u32 cur_offset = 0; in btrfs_log_all_parents() local
6843 (ptr + cur_offset); in btrfs_log_all_parents()
[all …]
A Dbackref.c2654 u32 cur_offset; in iterate_inode_extrefs() local
2678 cur_offset = 0; in iterate_inode_extrefs()
2680 while (cur_offset < item_size) { in iterate_inode_extrefs()
2683 extref = (struct btrfs_inode_extref *)(ptr + cur_offset); in iterate_inode_extrefs()
2691 cur_offset += btrfs_inode_extref_name_len(eb, extref); in iterate_inode_extrefs()
2692 cur_offset += sizeof(*extref); in iterate_inode_extrefs()
A Dsend.c1276 u64 cur_offset; member
1334 offset == bctx->cur_offset) in iterate_backrefs()
1609 backref_ctx.cur_offset = data_offset; in find_extent_clone()
3903 u32 cur_offset = 0; in is_ancestor() local
3913 while (cur_offset < item_size) { in is_ancestor()
3923 (ptr + cur_offset); in is_ancestor()
3926 cur_offset += sizeof(*extref); in is_ancestor()
3931 cur_offset = item_size; in is_ancestor()
7152 u32 cur_offset = 0; in compare_refs() local
7167 while (cur_offset < item_size) { in compare_refs()
[all …]
A Drelocation.c2690 u64 cur_offset = prealloc_start; in prealloc_file_extent_cluster() local
2728 cur_offset = end + 1; in prealloc_file_extent_cluster()
2735 if (cur_offset < prealloc_end) in prealloc_file_extent_cluster()
2737 prealloc_end + 1 - cur_offset); in prealloc_file_extent_cluster()
A Dvolumes.c7323 u32 cur_offset; in btrfs_read_sys_array() local
7343 cur_offset = 0; in btrfs_read_sys_array()
7345 while (cur_offset < array_size) { in btrfs_read_sys_array()
7354 ASSERT(cur_offset + len <= array_size); in btrfs_read_sys_array()
7360 cur_offset += len; in btrfs_read_sys_array()
7369 ASSERT(cur_offset + len <= array_size); in btrfs_read_sys_array()
7377 cur_offset += len; in btrfs_read_sys_array()
/fs/squashfs/
A Dfile.c237 int cur_offset = squashfs_i(inode)->offset; in fill_meta_index() local
259 cur_offset = meta_entry->offset; in fill_meta_index()
266 cur_offset, cur_data_block); in fill_meta_index()
278 &cur_index_block, &cur_offset); in fill_meta_index()
295 meta_entry->offset = cur_offset; in fill_meta_index()
309 *index_offset = cur_offset; in fill_meta_index()
/fs/ceph/
A Daddr.c1487 u64 cur_offset; in ceph_submit_write() local
1490 cur_offset = page_offset(page); in ceph_submit_write()
1496 if (offset + len != cur_offset) { in ceph_submit_write()
1506 cur_offset - offset); in ceph_submit_write()
1518 offset = cur_offset; in ceph_submit_write()
/fs/
A Ddirect-io.c726 loff_t cur_offset = sdio->cur_page_fs_offset; in dio_send_cur_page() local
745 cur_offset != bio_next_offset) in dio_send_cur_page()

Completed in 97 milliseconds