Searched refs:uuid (Results 151 - 175 of 366) sorted by relevance

1234567891011>>

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_format.h51 uuid_t uuid; /* filesystem we belong to */ member in struct:xfs_da3_blkinfo
328 uuid_t uuid; /* filesystem we belong to */ member in struct:xfs_dir3_blk_hdr
H A Dxfs_fs.h125 unsigned char uuid[16]; /* unique id of the filesystem */ member in struct:xfs_fsop_geom_v1
151 unsigned char uuid[16]; /* unique id of the filesystem */ member in struct:xfs_fsop_geom_v4
178 unsigned char uuid[16]; /* unique id of the filesystem */ member in struct:xfs_fsop_geom
/linux-master/scripts/mod/
H A Ddevicetable-offsets.c199 DEVID_FIELD(mei_cl_device_id, uuid);
239 DEVID_FIELD(tee_client_device_id, uuid);
/linux-master/include/net/bluetooth/
H A Dmgmt.h174 __u8 uuid[16]; member in struct:mgmt_cp_add_uuid
181 __u8 uuid[16]; member in struct:mgmt_cp_remove_uuid
711 __u8 uuid[16]; member in struct:mgmt_rp_read_exp_features_info::__anon3064
718 __u8 uuid[16]; member in struct:mgmt_cp_set_exp_feature
723 __u8 uuid[16]; member in struct:mgmt_rp_set_exp_feature
1113 __u8 uuid[16]; member in struct:mgmt_ev_exp_feature_changed
/linux-master/fs/btrfs/
H A Ddev-replace.c960 memcpy(uuid_tmp, tgt_device->uuid, sizeof(uuid_tmp));
961 memcpy(tgt_device->uuid, src_device->uuid, sizeof(tgt_device->uuid));
962 memcpy(src_device->uuid, uuid_tmp, sizeof(src_device->uuid));
H A Dvolumes.c12 #include <linux/uuid.h>
31 #include "uuid-tree.h"
663 if (memcmp(device->uuid, disk_super->dev_item.uuid, BTRFS_UUID_SIZE))
672 "BTRFS: Invalid seeding and uuid-changed device detected\n");
792 .uuid = disk_super->dev_item.uuid,
821 disk_super->dev_item.uuid, path);
881 * disk with same uuid and devid.We keep the one
970 * uuid mute
6927 btrfs_alloc_device(struct btrfs_fs_info *fs_info, const u64 *devid, const u8 *uuid, const char *path) argument
6981 btrfs_report_missing_device(struct btrfs_fs_info *fs_info, u64 devid, u8 *uuid, bool error) argument
7039 handle_missing_device(struct btrfs_fs_info *fs_info, u64 devid, u8 *uuid) argument
7070 u8 uuid[BTRFS_UUID_SIZE]; local
[all...]
H A Dioctl.c25 #include <linux/uuid.h>
55 #include "uuid-tree.h"
73 char uuid[BTRFS_UUID_SIZE]; /* in */ member in struct:btrfs_ioctl_received_subvol_args_32
555 int __pure btrfs_is_empty_uuid(u8 *uuid) argument
560 if (uuid[i])
705 generate_random_guid(root_item->uuid);
757 ret = btrfs_uuid_tree_add(trans, root_item->uuid,
2203 memcpy(subvol_info->uuid, root_item->uuid, BTRFS_UUID_SIZE);
2920 if (!btrfs_is_empty_uuid(di_args->uuid))
[all...]
H A Dvolumes.h148 /* physical drive uuid (or lvm uuid) */
149 u8 uuid[BTRFS_UUID_SIZE]; member in struct:btrfs_device
314 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
614 u8 *uuid; member in struct:btrfs_dev_lookup_args
696 const u64 *devid, const u8 *uuid,
/linux-master/fs/overlayfs/
H A Dparams.c80 return ovl_parameter_uuid[config->uuid].name;
155 fsparam_enum("uuid", Opt_uuid, ovl_parameter_uuid),
608 config->uuid = result.uint_32;
732 ofs->config.uuid = ovl_uuid_def();
814 if (!config->upperdir && config->uuid == OVL_UUID_ON) {
815 pr_info("option \"uuid=on\" requires an upper fs, falling back to uuid=null.\n");
816 config->uuid = OVL_UUID_NULL;
994 if (ofs->config.uuid != ovl_uuid_def())
995 seq_printf(m, ",uuid
[all...]
H A Doverlayfs.h8 #include <linux/uuid.h>
103 * The tuple (fh,uuid) is a universal unique identifier for a copy up origin,
106 * origin.uuid - uuid of the lower filesystem
140 uuid_t uuid; /* uuid of filesystem */ member in struct:ovl_fb
601 return ofs->config.uuid != OVL_UUID_OFF;
606 return ofs->config.uuid == OVL_UUID_ON ||
607 ofs->config.uuid == OVL_UUID_AUTO;
/linux-master/drivers/nvme/host/
H A Dsysfs.c112 if (!uuid_is_null(&ids->uuid))
113 return sysfs_emit(buf, "uuid.%pU\n", &ids->uuid);
149 if (uuid_is_null(&ids->uuid)) {
154 return sysfs_emit(buf, "%pU\n", &ids->uuid);
156 static DEVICE_ATTR_RO(uuid);
274 if (uuid_is_null(&ids->uuid) &&
/linux-master/net/bluetooth/
H A Dmgmt.c2554 static u8 get_uuid_size(const u8 *uuid) argument
2558 if (memcmp(uuid, bluetooth_base_uuid, 12))
2561 val = get_unaligned_le32(&uuid[12]);
2595 struct bt_uuid *uuid; local
2608 uuid = kmalloc(sizeof(*uuid), GFP_KERNEL);
2609 if (!uuid) {
2614 memcpy(uuid->uuid, cp->uuid, 1
4478 exp_feature_changed(struct hci_dev *hdev, const u8 *uuid, bool enabled, struct sock *skip) argument
4940 const u8 *uuid; member in struct:mgmt_exp_feature
10023 has_uuid(u8 *uuid, u16 uuid_count, u8 (*uuids)[16]) argument
10041 u8 uuid[16]; local
[all...]
/linux-master/fs/bcachefs/
H A Dsuper.c199 static struct bch_fs *__bch2_uuid_to_fs(__uuid_t uuid) argument
206 if (!memcmp(&c->disk_sb.sb->uuid, &uuid, sizeof(uuid)))
212 struct bch_fs *bch2_uuid_to_fs(__uuid_t uuid) argument
217 c = __bch2_uuid_to_fs(uuid);
690 if (__bch2_uuid_to_fs(c->sb.uuid)) {
1101 if (!uuid_equal(&fs->sb->uuid, &sb->sb->uuid))
1311 ca->uuid
[all...]
/linux-master/fs/ocfs2/cluster/
H A Dheartbeat.c134 * region uuid. This is true for domains created for the file system but not
2270 char *uuid; local
2278 uuid = config_item_name(&reg->hr_item);
2282 if (strcmp(region_uuid, uuid))
2293 mlog(ML_CLUSTER, "Pin region %s\n", uuid);
2300 uuid, ret);
2322 char *uuid; local
2331 uuid = config_item_name(&reg->hr_item);
2333 if (strcmp(region_uuid, uuid))
2339 mlog(ML_CLUSTER, "Unpin region %s\n", uuid);
[all...]
/linux-master/fs/ocfs2/
H A Dstack_user.c64 * DOWN<space><32-char-cap-hex-uuid><space><8-char-hex-nodenum><newline>
145 /* DOWN<space><32-char-cap-hex-uuid><space><8-char-hex-nodenum><newline> */
149 char uuid[OCFS2_TEXT_UUID_LEN]; member in struct:ocfs2_control_message_down
275 static void ocfs2_control_send_down(const char *uuid, argument
282 c = ocfs2_connection_find(uuid);
467 ocfs2_control_send_down(msg->uuid, nodenum);
480 WARN_ON(offsetof(struct ocfs2_control_message_down, uuid) !=
/linux-master/fs/jfs/
H A Dsuper.c146 buf->f_fsid.val[0] = crc32_le(0, (char *)&sbi->uuid,
147 sizeof(sbi->uuid)/2);
149 (char *)&sbi->uuid + sizeof(sbi->uuid)/2,
150 sizeof(sbi->uuid)/2);
/linux-master/include/uapi/linux/
H A Dbtrfs.h247 __u8 uuid[BTRFS_UUID_SIZE]; /* in/out */ member in struct:btrfs_ioctl_dev_info_args
790 char uuid[BTRFS_UUID_SIZE]; /* in */ member in struct:btrfs_ioctl_received_subvol_args
879 __u8 uuid[BTRFS_UUID_SIZE]; member in struct:btrfs_ioctl_get_subvol_info_args
/linux-master/fs/afs/
H A Drotate.c126 op->volume->vid, op->volume->name, &op->server->uuid, m);
577 _debug("USING SERVER: %pU", &server->uuid);
727 s->flags, s->addr_version, &s->uuid);
/linux-master/arch/s390/kernel/
H A Dsysinfo.c247 seq_printf(m, "LPAR UUID: %pUb\n", &info->uuid);
264 if (uuid_is_null(&info->vm[i].uuid))
266 seq_printf(m, "VM%02d UUID: %pUb\n", i, &info->vm[i].uuid);
/linux-master/drivers/md/
H A Dmd-cluster.c111 char uuid[16]; member in struct:cluster_msg
515 sprintf(disk_uuid + len, "%pU", cmsg->uuid);
888 sprintf(str, "%pU", mddev->uuid);
1420 char *uuid = sb->device_uuid; local
1424 memcpy(cmsg.uuid, uuid, 16);
/linux-master/drivers/watchdog/
H A Dmei_wdt.c14 #include <linux/uuid.h>
646 { .uuid = MEI_UUID_WD, .version = MEI_CL_VERSION_ANY },
/linux-master/drivers/rtc/
H A Drtc-optee.c266 export_uuid(sess_arg.uuid, &rtc_device->id.uuid);
/linux-master/arch/x86/kernel/
H A Dtboot.c53 if (memcmp(&tboot_uuid, &tboot->uuid, sizeof(tboot->uuid))) {
/linux-master/drivers/thunderbolt/
H A Dtb_msgs.h13 #include <linux/uuid.h>
548 uuid_t uuid; member in struct:tb_xdp_header
/linux-master/drivers/platform/x86/amd/pmf/
H A Dtee-if.c13 #include <linux/uuid.h>
356 export_uuid(sess_arg.uuid, &amd_pmf_ta_uuid);

Completed in 319 milliseconds

1234567891011>>