Home
last modified time | relevance | path

Searched refs:chunk_offset (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dvolumes.c1600 u64 chunk_offset, u64 start, u64 num_bytes) in btrfs_alloc_dev_extent() argument
1631 btrfs_set_dev_extent_chunk_offset(leaf, extent, chunk_offset); in btrfs_alloc_dev_extent()
2664 static int btrfs_free_chunk(struct btrfs_trans_handle *trans, u64 chunk_offset) in btrfs_free_chunk() argument
2677 key.offset = chunk_offset; in btrfs_free_chunk()
2699 static int btrfs_del_sys_chunk(struct btrfs_fs_info *fs_info, u64 chunk_offset) in btrfs_del_sys_chunk() argument
2733 key.offset == chunk_offset) { in btrfs_del_sys_chunk()
2775 int btrfs_remove_chunk(struct btrfs_trans_handle *trans, u64 chunk_offset) in btrfs_remove_chunk() argument
2784 em = get_chunk_map(fs_info, chunk_offset, 1); in btrfs_remove_chunk()
2836 ret = btrfs_free_chunk(trans, chunk_offset); in btrfs_remove_chunk()
2842 trace_btrfs_chunk_free(fs_info, map, chunk_offset, em->len); in btrfs_remove_chunk()
[all …]
Dvolumes.h455 int btrfs_chunk_readonly(struct btrfs_fs_info *fs_info, u64 chunk_offset);
479 u64 chunk_offset, u64 chunk_size);
480 int btrfs_remove_chunk(struct btrfs_trans_handle *trans, u64 chunk_offset);
Dscrub.c3416 u64 chunk_offset, u64 length, in scrub_chunk() argument
3428 em = lookup_extent_mapping(&map_tree->map_tree, chunk_offset, 1); in scrub_chunk()
3445 if (em->start != chunk_offset) in scrub_chunk()
3455 chunk_offset, length); in scrub_chunk()
3475 u64 chunk_offset; in scrub_enumerate_chunks() local
3539 chunk_offset = btrfs_dev_extent_chunk_offset(l, dev_extent); in scrub_enumerate_chunks()
3545 cache = btrfs_lookup_block_group(fs_info, chunk_offset); in scrub_enumerate_chunks()
3626 ret = scrub_chunk(sctx, scrub_dev, chunk_offset, length, in scrub_enumerate_chunks()
Dctree.h1784 chunk_offset, 64);
2710 u64 bytes_used, u64 type, u64 chunk_offset,
2715 const u64 chunk_offset);
Dextent-tree.c10152 u64 type, u64 chunk_offset, u64 size) in btrfs_make_block_group() argument
10160 cache = btrfs_create_block_group_cache(fs_info, chunk_offset, size); in btrfs_make_block_group()
10184 add_new_free_space(cache, chunk_offset, chunk_offset + size); in btrfs_make_block_group()
10544 const u64 chunk_offset) in btrfs_start_trans_remove_block_group() argument
10552 em = lookup_extent_mapping(em_tree, chunk_offset, 1); in btrfs_start_trans_remove_block_group()
10554 ASSERT(em && em->start == chunk_offset); in btrfs_start_trans_remove_block_group()
/linux-4.19.296/fs/ceph/
Ddir.c599 loff_t chunk_offset; in need_reset_readdir() local
611 chunk_offset = rinfo->dir_entries[0].offset; in need_reset_readdir()
612 return new_pos < chunk_offset || in need_reset_readdir()
613 is_hash_order(new_pos) != is_hash_order(chunk_offset); in need_reset_readdir()
/linux-4.19.296/include/uapi/linux/
Dbtrfs_tree.h530 __le64 chunk_offset; member