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

/linux-master/fs/btrfs/
H A Dextent_io.h319 BTRFS_FSID_SIZE);
326 BTRFS_FSID_SIZE);
H A Dvolumes.h314 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
339 u8 metadata_uuid[BTRFS_FSID_SIZE];
H A Dvolumes.c395 memcpy(fs_devs->fsid, fsid, BTRFS_FSID_SIZE);
396 memcpy(fs_devs->metadata_uuid, fsid, BTRFS_FSID_SIZE);
440 if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) != 0)
446 if (memcmp(metadata_fsid, fs_devices->metadata_uuid, BTRFS_FSID_SIZE) != 0)
775 disk_super->metadata_uuid, BTRFS_FSID_SIZE);
800 BTRFS_FSID_SIZE);
802 btrfs_sb_fsid_ptr(disk_super), BTRFS_FSID_SIZE);
1922 ptr, BTRFS_FSID_SIZE);
2399 args->fsid = kzalloc(BTRFS_FSID_SIZE, GFP_KERNEL);
2415 memcpy(args->fsid, disk_super->metadata_uuid, BTRFS_FSID_SIZE);
[all...]
H A Ddisk-io.c293 BTRFS_FSID_SIZE) == 0);
338 u8 fsid[BTRFS_FSID_SIZE];
341 BTRFS_FSID_SIZE);
349 if (memcmp(fsid, fs_info->fs_devices->metadata_uuid, BTRFS_FSID_SIZE) == 0)
353 if (!memcmp(fsid, seed_devs->fsid, BTRFS_FSID_SIZE))
2435 memcmp(fs_info->fs_devices->fsid, sb->fsid, BTRFS_FSID_SIZE) != 0) {
2443 BTRFS_FSID_SIZE) != 0) {
2451 BTRFS_FSID_SIZE) != 0) {
3364 memcpy(&sb->s_uuid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE);
4083 BTRFS_FSID_SIZE);
[all...]
H A Dscrub.c628 BTRFS_FSID_SIZE) != 0) {
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h485 __u8 fsid[BTRFS_FSID_SIZE];
671 __u8 fsid[BTRFS_FSID_SIZE];
714 __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-master/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 162 milliseconds