/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent_io.h | 254 BTRFS_FSID_SIZE); in write_extent_buffer_chunk_tree_uuid() 261 BTRFS_FSID_SIZE); in write_extent_buffer_fsid()
|
H A D | volumes.h | 282 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */ 294 u8 metadata_uuid[BTRFS_FSID_SIZE];
|
H A D | volumes.c | 387 memcpy(fs_devs->fsid, fsid, BTRFS_FSID_SIZE); in alloc_fs_devices() 389 metadata_fsid ?: fsid, BTRFS_FSID_SIZE); in alloc_fs_devices() 433 if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) != 0) in match_fsid_fs_devices() 439 if (memcmp(metadata_fsid, fs_devices->metadata_uuid, BTRFS_FSID_SIZE) != 0) in match_fsid_fs_devices() 469 BTRFS_FSID_SIZE) != 0 && in check_fsid_changed() 470 memcmp(fs_devices->metadata_uuid, fsid, BTRFS_FSID_SIZE) == 0; in check_fsid_changed() 732 BTRFS_FSID_SIZE) != 0) in find_fsid_changed() 737 BTRFS_FSID_SIZE) == 0 && in find_fsid_changed() 739 BTRFS_FSID_SIZE) == 0) in find_fsid_changed() 843 BTRFS_FSID_SIZE); in device_list_add() [all...] |
H A D | disk-io.c | 270 BTRFS_FSID_SIZE) == 0); in btree_csum_one_bio() 315 u8 fsid[BTRFS_FSID_SIZE]; in check_tree_block_fsid() 318 BTRFS_FSID_SIZE); in check_tree_block_fsid() 325 if (memcmp(fsid, fs_info->fs_devices->metadata_uuid, BTRFS_FSID_SIZE) == 0) in check_tree_block_fsid() 329 if (!memcmp(fsid, seed_devs->fsid, BTRFS_FSID_SIZE)) in check_tree_block_fsid() 2393 if (memcmp(fs_info->fs_devices->fsid, sb->fsid, BTRFS_FSID_SIZE) != 0) { in btrfs_validate_super() 2401 BTRFS_FSID_SIZE) != 0) { in btrfs_validate_super() 2409 BTRFS_FSID_SIZE) != 0) { in btrfs_validate_super() 3344 memcpy(&sb->s_uuid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE); in open_ctree() 4119 BTRFS_FSID_SIZE); in write_all_supers() [all...] |
H A D | scrub.c | 629 BTRFS_FSID_SIZE) != 0) { in scrub_verify_one_metadata()
|
H A D | check-integrity.c | 1667 if (memcmp(h->fsid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE)) in btrfsic_test_for_metadata()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | btrfs.h | 56 #define BTRFS_FSID_SIZE 16 macro 262 __u8 fsid[BTRFS_FSID_SIZE]; /* out */ 271 __u8 metadata_uuid[BTRFS_FSID_SIZE]; /* out */
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btrfs_tree.h | 464 __u8 fsid[BTRFS_FSID_SIZE]; 650 __u8 fsid[BTRFS_FSID_SIZE]; 693 __u8 metadata_uuid[BTRFS_FSID_SIZE];
|
H A D | btrfs.h | 62 #define BTRFS_FSID_SIZE 16 macro 278 __u8 fsid[BTRFS_FSID_SIZE]; /* out */ 287 __u8 metadata_uuid[BTRFS_FSID_SIZE]; /* out */
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | btrfs.h | 39 #define BTRFS_FSID_SIZE 16 macro 165 __u8 fsid[BTRFS_FSID_SIZE]; 173 __u8 metadata_uuid[BTRFS_FSID_SIZE];
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | btrfs.h | 39 #define BTRFS_FSID_SIZE 16 macro 165 __u8 fsid[BTRFS_FSID_SIZE]; 173 __u8 metadata_uuid[BTRFS_FSID_SIZE];
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | volumes.c | 362 memcpy(fs_devs->fsid, fsid, BTRFS_FSID_SIZE); in alloc_fs_devices() 365 memcpy(fs_devs->metadata_uuid, metadata_fsid, BTRFS_FSID_SIZE); in alloc_fs_devices() 367 memcpy(fs_devs->metadata_uuid, fsid, BTRFS_FSID_SIZE); in alloc_fs_devices() 455 if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) == 0 in find_fsid() 457 BTRFS_FSID_SIZE) == 0) in find_fsid() 460 if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) == 0) in find_fsid() 482 BTRFS_FSID_SIZE) == 0 && in find_fsid_with_metadata_uuid() 484 BTRFS_FSID_SIZE) == 0) { in find_fsid_with_metadata_uuid() 497 fs_devices->fsid, BTRFS_FSID_SIZE) != 0 && in find_fsid_with_metadata_uuid() 499 BTRFS_FSID_SIZE) in find_fsid_with_metadata_uuid() [all...] |
H A D | volumes.h | 216 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */ 217 u8 metadata_uuid[BTRFS_FSID_SIZE];
|
H A D | disk-io.c | 475 BTRFS_FSID_SIZE) == 0); in csum_dirty_buffer() 501 u8 fsid[BTRFS_FSID_SIZE]; in check_tree_block_fsid() 505 BTRFS_FSID_SIZE); in check_tree_block_fsid() 516 if (!memcmp(fsid, metadata_uuid, BTRFS_FSID_SIZE)) in check_tree_block_fsid() 520 if (!memcmp(fsid, seed_devs->fsid, BTRFS_FSID_SIZE)) in check_tree_block_fsid() 2508 if (memcmp(fs_info->fs_devices->fsid, sb->fsid, BTRFS_FSID_SIZE) != 0) { in validate_super() 2516 BTRFS_FSID_SIZE) != 0) { in validate_super() 2524 BTRFS_FSID_SIZE) != 0) { in validate_super() 3159 memcpy(&sb->s_uuid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE); in open_ctree() 3945 BTRFS_FSID_SIZE); in write_all_supers() [all...] |
H A D | ctree.h | 165 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */ 232 u8 fsid[BTRFS_FSID_SIZE]; 270 u8 metadata_uuid[BTRFS_FSID_SIZE];
|
H A D | extent_io.c | 5740 BTRFS_FSID_SIZE); in write_extent_buffer_chunk_tree_uuid() 5750 BTRFS_FSID_SIZE); in write_extent_buffer_fsid()
|
H A D | check-integrity.c | 1712 if (memcmp(h->fsid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE)) in btrfsic_test_for_metadata()
|
H A D | scrub.c | 1512 ret = memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE); in scrub_check_fsid()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | btrfs.h | 29 #define BTRFS_FSID_SIZE 16 macro 149 __u8 fsid[BTRFS_FSID_SIZE];
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 159 #define BTRFS_FSID_SIZE 16 macro 160 #define TP_STRUCT__entry_fsid __array(u8, fsid, BTRFS_FSID_SIZE) 166 BTRFS_FSID_SIZE); \ 168 memset(__entry->fsid, 0, BTRFS_FSID_SIZE); \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 161 #define BTRFS_FSID_SIZE 16 macro 162 #define TP_STRUCT__entry_fsid __array(u8, fsid, BTRFS_FSID_SIZE) 168 BTRFS_FSID_SIZE); \ 170 memset(__entry->fsid, 0, BTRFS_FSID_SIZE); \
|