Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dvolumes.c471 BTRFS_FSID_SIZE) == 0 && in find_fsid_with_metadata_uuid()
473 BTRFS_FSID_SIZE) == 0) { in find_fsid_with_metadata_uuid()
488 BTRFS_FSID_SIZE) == 0) { in find_fsid_with_metadata_uuid()
693 BTRFS_FSID_SIZE) != 0 && in find_fsid_inprogress()
721 BTRFS_FSID_SIZE) != 0 && in find_fsid_changed()
725 BTRFS_FSID_SIZE) != 0) in find_fsid_changed()
732 BTRFS_FSID_SIZE) == 0) in find_fsid_changed()
832 BTRFS_FSID_SIZE); in device_list_add()
837 BTRFS_FSID_SIZE); in device_list_add()
2560 BTRFS_FSID_SIZE); in btrfs_finish_sprout()
[all …]
A Dvolumes.h234 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
235 u8 metadata_uuid[BTRFS_FSID_SIZE];
A Ddisk-io.c436 BTRFS_FSID_SIZE) == 0); in csum_one_extent_buffer()
538 u8 fsid[BTRFS_FSID_SIZE]; in check_tree_block_fsid()
542 BTRFS_FSID_SIZE); in check_tree_block_fsid()
553 if (!memcmp(fsid, metadata_uuid, BTRFS_FSID_SIZE)) in check_tree_block_fsid()
557 if (!memcmp(fsid, seed_devs->fsid, BTRFS_FSID_SIZE)) in check_tree_block_fsid()
2643 BTRFS_FSID_SIZE)) { in validate_super()
2652 fs_info->super_copy->metadata_uuid, BTRFS_FSID_SIZE)) { in validate_super()
2661 BTRFS_FSID_SIZE) != 0) { in validate_super()
3437 memcpy(&sb->s_uuid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE); in open_ctree()
4190 BTRFS_FSID_SIZE); in write_all_supers()
A Dctree.h162 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
232 u8 fsid[BTRFS_FSID_SIZE];
270 u8 metadata_uuid[BTRFS_FSID_SIZE];
A Dcheck-integrity.c1664 if (memcmp(h->fsid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE)) in btrfsic_test_for_metadata()
A Dextent_io.c6888 memcpy(kaddr, srcv, BTRFS_FSID_SIZE); in write_extent_buffer_chunk_tree_uuid()
6898 memcpy(kaddr, srcv, BTRFS_FSID_SIZE); in write_extent_buffer_fsid()
A Dscrub.c1507 ret = memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE); in scrub_check_fsid()
/linux/include/uapi/linux/
A Dbtrfs.h56 #define BTRFS_FSID_SIZE 16 macro
261 __u8 fsid[BTRFS_FSID_SIZE]; /* out */
270 __u8 metadata_uuid[BTRFS_FSID_SIZE]; /* out */
/linux/include/trace/events/
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); \

Completed in 67 milliseconds