Searched refs:BTRFS_FSID_SIZE (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | volumes.c | 362 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() 454 if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) == 0 in find_fsid() 456 BTRFS_FSID_SIZE) == 0) in find_fsid() 459 if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) == 0) in find_fsid() 481 BTRFS_FSID_SIZE) == 0 && in find_fsid_with_metadata_uuid() 483 BTRFS_FSID_SIZE) == 0) { in find_fsid_with_metadata_uuid() 496 fs_devices->fsid, BTRFS_FSID_SIZE) != 0 && in find_fsid_with_metadata_uuid() 498 BTRFS_FSID_SIZE) == 0) { in find_fsid_with_metadata_uuid() [all …]
|
| H A D | volumes.h | 216 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */ 217 u8 metadata_uuid[BTRFS_FSID_SIZE];
|
| H A D | disk-io.c | 475 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() 2480 BTRFS_FSID_SIZE)) { in validate_super() 2489 fs_info->super_copy->metadata_uuid, BTRFS_FSID_SIZE)) { in validate_super() 2498 BTRFS_FSID_SIZE) != 0) { in validate_super() 3133 memcpy(&sb->s_uuid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE); in open_ctree() 3919 BTRFS_FSID_SIZE); in write_all_supers()
|
| H A D | ctree.h | 165 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */ 232 u8 fsid[BTRFS_FSID_SIZE]; 270 u8 metadata_uuid[BTRFS_FSID_SIZE];
|
| H A D | extent_io.c | 5733 BTRFS_FSID_SIZE); in write_extent_buffer_chunk_tree_uuid() 5743 BTRFS_FSID_SIZE); in write_extent_buffer_fsid()
|
| H A D | check-integrity.c | 1712 if (memcmp(h->fsid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE)) in btrfsic_test_for_metadata()
|
| H A D | scrub.c | 1512 ret = memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE); in scrub_check_fsid()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | btrfs.h | 56 #define BTRFS_FSID_SIZE 16 macro 261 __u8 fsid[BTRFS_FSID_SIZE]; /* out */ 270 __u8 metadata_uuid[BTRFS_FSID_SIZE]; /* out */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | btrfs.h | 51 #define BTRFS_FSID_SIZE 16 macro 230 __u8 fsid[BTRFS_FSID_SIZE]; /* out */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | btrfs.h | 51 #define BTRFS_FSID_SIZE 16 macro 230 __u8 fsid[BTRFS_FSID_SIZE]; /* out */
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | btrfs.h | 159 #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); \
|