Home
last modified time | relevance | path

Searched refs:BTRFS_FSID_SIZE (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/fs/btrfs/
H A Dctree.h78 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
144 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
H A Dbtrfs_tree.h14 #define BTRFS_FSID_SIZE 16 macro
/openbmc/linux/fs/btrfs/
H A Dextent_io.h254 BTRFS_FSID_SIZE); in write_extent_buffer_chunk_tree_uuid()
261 BTRFS_FSID_SIZE); in write_extent_buffer_fsid()
H A Dvolumes.c387 memcpy(fs_devs->fsid, fsid, BTRFS_FSID_SIZE); in alloc_fs_devices()
469 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()
1903 ptr, BTRFS_FSID_SIZE); in btrfs_add_dev_item()
2554 u8 fs_uuid[BTRFS_FSID_SIZE]; in btrfs_finish_sprout()
2598 BTRFS_FSID_SIZE); in btrfs_finish_sprout()
6966 u8 fs_uuid[BTRFS_FSID_SIZE]; in read_one_dev()
[all …]
H A Dvolumes.h282 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
294 u8 metadata_uuid[BTRFS_FSID_SIZE];
H A Ddisk-io.c270 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()
H A Dcheck-integrity.c1667 if (memcmp(h->fsid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE)) in btrfsic_test_for_metadata()
H A Dscrub.c629 BTRFS_FSID_SIZE) != 0) { in scrub_verify_one_metadata()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h464 __u8 fsid[BTRFS_FSID_SIZE];
650 __u8 fsid[BTRFS_FSID_SIZE];
693 __u8 metadata_uuid[BTRFS_FSID_SIZE];
H A Dbtrfs.h62 #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 Dbtrfs.h161 #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); \