Home
last modified time | relevance | path

Searched refs:BTRFS_FSID_SIZE (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-6.6/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.h282 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
294 u8 metadata_uuid[BTRFS_FSID_SIZE];
H A Dvolumes.c387 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()
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()
[all...]
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()
[all...]
H A Dscrub.c629 BTRFS_FSID_SIZE) != 0) { in scrub_verify_one_metadata()
H A Dcheck-integrity.c1667 if (memcmp(h->fsid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE)) in btrfsic_test_for_metadata()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbtrfs.h56 #define BTRFS_FSID_SIZE 16 macro
262 __u8 fsid[BTRFS_FSID_SIZE]; /* out */
271 __u8 metadata_uuid[BTRFS_FSID_SIZE]; /* out */
/kernel/linux/linux-6.6/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 */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbtrfs.h39 #define BTRFS_FSID_SIZE 16 macro
165 __u8 fsid[BTRFS_FSID_SIZE];
173 __u8 metadata_uuid[BTRFS_FSID_SIZE];
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbtrfs.h39 #define BTRFS_FSID_SIZE 16 macro
165 __u8 fsid[BTRFS_FSID_SIZE];
173 __u8 metadata_uuid[BTRFS_FSID_SIZE];
/kernel/linux/linux-5.10/fs/btrfs/
H A Dvolumes.c362 memcpy(fs_devs->fsid, fsid, BTRFS_FSID_SIZE); in alloc_fs_devices()
365 memcpy(fs_devs->metadata_uuid, metadata_fsid, BTRFS_FSID_SIZE); in alloc_fs_devices()
367 memcpy(fs_devs->metadata_uuid, fsid, BTRFS_FSID_SIZE); in alloc_fs_devices()
455 if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) == 0 in find_fsid()
457 BTRFS_FSID_SIZE) == 0) in find_fsid()
460 if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) == 0) in find_fsid()
482 BTRFS_FSID_SIZE) == 0 && in find_fsid_with_metadata_uuid()
484 BTRFS_FSID_SIZE) == 0) { in find_fsid_with_metadata_uuid()
497 fs_devices->fsid, BTRFS_FSID_SIZE) != 0 && in find_fsid_with_metadata_uuid()
499 BTRFS_FSID_SIZE) in find_fsid_with_metadata_uuid()
[all...]
H A Dvolumes.h216 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
217 u8 metadata_uuid[BTRFS_FSID_SIZE];
H A Ddisk-io.c475 BTRFS_FSID_SIZE) == 0); in csum_dirty_buffer()
501 u8 fsid[BTRFS_FSID_SIZE]; in check_tree_block_fsid()
505 BTRFS_FSID_SIZE); in check_tree_block_fsid()
516 if (!memcmp(fsid, metadata_uuid, BTRFS_FSID_SIZE)) in check_tree_block_fsid()
520 if (!memcmp(fsid, seed_devs->fsid, BTRFS_FSID_SIZE)) in check_tree_block_fsid()
2508 if (memcmp(fs_info->fs_devices->fsid, sb->fsid, BTRFS_FSID_SIZE) != 0) { in validate_super()
2516 BTRFS_FSID_SIZE) != 0) { in validate_super()
2524 BTRFS_FSID_SIZE) != 0) { in validate_super()
3159 memcpy(&sb->s_uuid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE); in open_ctree()
3945 BTRFS_FSID_SIZE); in write_all_supers()
[all...]
H A Dctree.h165 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
232 u8 fsid[BTRFS_FSID_SIZE];
270 u8 metadata_uuid[BTRFS_FSID_SIZE];
H A Dextent_io.c5740 BTRFS_FSID_SIZE); in write_extent_buffer_chunk_tree_uuid()
5750 BTRFS_FSID_SIZE); in write_extent_buffer_fsid()
H A Dcheck-integrity.c1712 if (memcmp(h->fsid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE)) in btrfsic_test_for_metadata()
H A Dscrub.c1512 ret = memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE); in scrub_check_fsid()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbtrfs.h29 #define BTRFS_FSID_SIZE 16 macro
149 __u8 fsid[BTRFS_FSID_SIZE];
/kernel/linux/linux-5.10/include/trace/events/
H A Dbtrfs.h159 #define BTRFS_FSID_SIZE 16 macro
160 #define TP_STRUCT__entry_fsid __array(u8, fsid, BTRFS_FSID_SIZE)
166 BTRFS_FSID_SIZE); \
168 memset(__entry->fsid, 0, BTRFS_FSID_SIZE); \
/kernel/linux/linux-6.6/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); \

Completed in 68 milliseconds