Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dextent_io.h322 BTRFS_FSID_SIZE); in write_extent_buffer_chunk_tree_uuid()
329 BTRFS_FSID_SIZE); in write_extent_buffer_fsid()
H A Dvolumes.h335 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
360 u8 metadata_uuid[BTRFS_FSID_SIZE];
H A Ddisk-io.c287 BTRFS_FSID_SIZE) == 0); in btree_csum_one_bio()
332 u8 fsid[BTRFS_FSID_SIZE]; in check_tree_block_fsid()
335 BTRFS_FSID_SIZE); in check_tree_block_fsid()
343 if (memcmp(fsid, fs_info->fs_devices->metadata_uuid, BTRFS_FSID_SIZE) == 0) in check_tree_block_fsid()
347 if (!memcmp(fsid, seed_devs->fsid, BTRFS_FSID_SIZE)) in check_tree_block_fsid()
2446 memcmp(fs_info->fs_devices->fsid, sb->fsid, BTRFS_FSID_SIZE) != 0) { in btrfs_validate_super()
2454 BTRFS_FSID_SIZE) != 0) { in btrfs_validate_super()
2462 BTRFS_FSID_SIZE) != 0) { in btrfs_validate_super()
3468 memcpy(&sb->s_uuid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE); in open_ctree()
4110 BTRFS_FSID_SIZE); in write_all_supers()
H A Dscrub.c740 BTRFS_FSID_SIZE) != 0) { in scrub_verify_one_metadata()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h492 __u8 fsid[BTRFS_FSID_SIZE];
678 __u8 fsid[BTRFS_FSID_SIZE];
721 __u8 metadata_uuid[BTRFS_FSID_SIZE];
H A Dbtrfs.h62 #define BTRFS_FSID_SIZE 16 macro
279 __u8 fsid[BTRFS_FSID_SIZE]; /* out */
288 __u8 metadata_uuid[BTRFS_FSID_SIZE]; /* out */
/linux/include/trace/events/
H A Dbtrfs.h160 #define BTRFS_FSID_SIZE 16 macro
161 #define TP_STRUCT__entry_fsid __array(u8, fsid, BTRFS_FSID_SIZE)
167 BTRFS_FSID_SIZE); \
169 memset(__entry->fsid, 0, BTRFS_FSID_SIZE); \