Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dvolumes.c466 BTRFS_FSID_SIZE) == 0 && in find_fsid_with_metadata_uuid()
468 BTRFS_FSID_SIZE) == 0) { in find_fsid_with_metadata_uuid()
483 BTRFS_FSID_SIZE) == 0) { in find_fsid_with_metadata_uuid()
677 BTRFS_FSID_SIZE) != 0 && in find_fsid_inprogress()
705 BTRFS_FSID_SIZE) != 0 && in find_fsid_changed()
709 BTRFS_FSID_SIZE) != 0) in find_fsid_changed()
716 BTRFS_FSID_SIZE) == 0) in find_fsid_changed()
825 BTRFS_FSID_SIZE); in device_list_add()
830 BTRFS_FSID_SIZE); in device_list_add()
2583 BTRFS_FSID_SIZE); in btrfs_finish_sprout()
[all …]
A Dvolumes.h278 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
279 u8 metadata_uuid[BTRFS_FSID_SIZE];
A Ddisk-io.c322 BTRFS_FSID_SIZE) == 0); in csum_one_extent_buffer()
461 u8 fsid[BTRFS_FSID_SIZE]; in check_tree_block_fsid()
465 BTRFS_FSID_SIZE); in check_tree_block_fsid()
476 if (!memcmp(fsid, metadata_uuid, BTRFS_FSID_SIZE)) in check_tree_block_fsid()
480 if (!memcmp(fsid, seed_devs->fsid, BTRFS_FSID_SIZE)) in check_tree_block_fsid()
2609 BTRFS_FSID_SIZE)) { in btrfs_validate_super()
2618 fs_info->super_copy->metadata_uuid, BTRFS_FSID_SIZE)) { in btrfs_validate_super()
2639 BTRFS_FSID_SIZE) != 0) { in btrfs_validate_super()
3509 memcpy(&sb->s_uuid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE); in open_ctree()
4281 BTRFS_FSID_SIZE); in write_all_supers()
A Dextent_io.c4772 memcpy(kaddr, srcv, BTRFS_FSID_SIZE); in write_extent_buffer_chunk_tree_uuid()
4782 memcpy(kaddr, srcv, BTRFS_FSID_SIZE); in write_extent_buffer_fsid()
A Dcheck-integrity.c1662 if (memcmp(h->fsid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE)) in btrfsic_test_for_metadata()
A Dscrub.c1684 ret = memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE); in scrub_check_fsid()
/linux-6.3-rc2/include/uapi/linux/
A Dbtrfs_tree.h460 __u8 fsid[BTRFS_FSID_SIZE];
646 __u8 fsid[BTRFS_FSID_SIZE];
689 __u8 metadata_uuid[BTRFS_FSID_SIZE];
A Dbtrfs.h62 #define BTRFS_FSID_SIZE 16 macro
277 __u8 fsid[BTRFS_FSID_SIZE]; /* out */
286 __u8 metadata_uuid[BTRFS_FSID_SIZE]; /* out */
/linux-6.3-rc2/include/trace/events/
A Dbtrfs.h162 #define BTRFS_FSID_SIZE 16 macro
163 #define TP_STRUCT__entry_fsid __array(u8, fsid, BTRFS_FSID_SIZE)
169 BTRFS_FSID_SIZE); \
171 memset(__entry->fsid, 0, BTRFS_FSID_SIZE); \

Completed in 56 milliseconds