Searched refs:BTRFS_FSID_SIZE (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/fs/btrfs/ |
H A D | ctree.h | 78 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */ 144 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
|
H A D | btrfs_tree.h | 14 #define BTRFS_FSID_SIZE 16 macro
|
/openbmc/linux/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.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() 768 BTRFS_FSID_SIZE) != 0) in find_fsid_changed() 773 BTRFS_FSID_SIZE) == 0 && in find_fsid_changed() 775 BTRFS_FSID_SIZE) == 0) in find_fsid_changed() 879 BTRFS_FSID_SIZE); in device_list_add() [all …]
|
H A D | volumes.h | 288 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */ 300 u8 metadata_uuid[BTRFS_FSID_SIZE];
|
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() 3346 memcpy(&sb->s_uuid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE); in open_ctree() 4121 BTRFS_FSID_SIZE); in write_all_supers()
|
H A D | check-integrity.c | 1667 if (memcmp(h->fsid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE)) in btrfsic_test_for_metadata()
|
H A D | scrub.c | 629 BTRFS_FSID_SIZE) != 0) { in scrub_verify_one_metadata()
|
/openbmc/linux/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 */
|
/openbmc/linux/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); \
|