/kernel/linux/linux-5.10/drivers/visorbus/ |
H A D | visorbus_main.c | 12 #include <linux/uuid.h>
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | namei.c | 160 * Make sure that the stored uuid matches the uuid of the lower in ovl_decode_real_fh() 163 if (!uuid_equal(&fh->fb.uuid, &mnt->mnt_sb->s_uuid)) in ovl_decode_real_fh() 350 * If lower fs uuid is not unique among lower fs we cannot match in ovl_check_origin_fh() 351 * fh->uuid to layer. in ovl_check_origin_fh()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfi.h | 290 u8 uuid[BFI_IOC_ATTR_UUID_SZ]; /*!< chinook uuid */ member
|
/kernel/linux/linux-6.6/drivers/misc/mei/hdcp/ |
H A D | mei_hdcp.c | 863 { .uuid = MEI_UUID_HDCP, .version = MEI_CL_VERSION_ANY },
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | sys.c | 353 GFS2_ATTR(uuid, 0444, uuid_show, NULL);
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_crtn.h | 683 int lpfc_vmid_get_appid(struct lpfc_vport *vport, char *uuid,
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_debugfs.c | 730 seq_printf(m, "0x%016llX\n", md->uuid[idx]); in device_data_gen_id_show()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | efistub.h | 1088 efi_guid_t uuid; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | core.h | 15 #include <linux/uuid.h>
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | nvme.h | 151 * Reports garbage in the namespace identifiers (eui64, nguid, uuid). 437 uuid_t uuid; member
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfi.h | 290 u8 uuid[BFI_IOC_ATTR_UUID_SZ]; /*!< chinook uuid */ member
|
H A D | bfa_defs.h | 262 BFA_ADAPTER_UUID_LEN = 16, /* adapter uuid length */ 296 u8 uuid[BFA_ADAPTER_UUID_LEN]; member
|
/third_party/libdrm/include/drm/ |
H A D | i915_drm.h | 1794 char uuid[36]; member
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxcapi.h | 31 struct __declspec(uuid(spec)) iface;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 548 IO.mapRequired("uuid", LoadCommand.uuid); in mapping()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_build.c | 777 if (wps_build_uuid_e(buf, p2p->cfg->uuid) < 0 || in p2p_build_wps_ie()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 395 u8 uuid[WPS_UUID_LEN]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_build.c | 777 if (wps_build_uuid_e(buf, p2p->cfg->uuid) < 0 || in p2p_build_wps_ie()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | disk-io.c | 15 #include <linux/uuid.h> 169 { .id = BTRFS_UUID_TREE_OBJECTID, .name_stem = "uuid" }, 508 * seed devices it's forbidden to have their uuid changed so reading in check_tree_block_fsid() 1177 generate_random_guid(root->root_item.uuid); in btrfs_create_tree() 1179 export_guid(root->root_item.uuid, &guid_null); in btrfs_create_tree() 2518 "superblock metadata_uuid doesn't match metadata uuid of fs_devices: %pU != %pU", in validate_super() 2918 task = kthread_run(btrfs_uuid_rescan_kthread, fs_info, "btrfs-uuid"); in btrfs_check_uuid_tree() 3212 * If we have a uuid root and we're not being told to rescan we need to in open_ctree() 3216 * uuid generation, and then if we crash we would rescan the uuid tre in open_ctree() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | disk-io.c | 15 #include <linux/uuid.h> 51 #include "uuid-tree.h" 885 generate_random_guid(root->root_item.uuid); in btrfs_create_tree() 887 export_guid(root->root_item.uuid, &guid_null); in btrfs_create_tree() 2403 "superblock metadata_uuid doesn't match metadata uuid of fs_devices: %pU != %pU", in btrfs_validate_super() 2864 task = kthread_run(btrfs_uuid_rescan_kthread, fs_info, "btrfs-uuid"); in btrfs_check_uuid_tree() 3404 * If we have a uuid root and we're not being told to rescan we need to in open_ctree() 3408 * uuid generation, and then if we crash we would rescan the uuid tree, in open_ctree() 4117 memcpy(dev_item->uuid, de in write_all_supers() [all...] |
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_worker.c | 966 drbd_uuid_set(device, UI_BITMAP, device->ldev->md.uuid[UI_CURRENT]); in drbd_resync_finished() 983 device->p_uuid[i] = device->ldev->md.uuid[i]; in drbd_resync_finished()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | super.c | 1951 static int ocfs2_setup_osb_uuid(struct ocfs2_super *osb, const unsigned char *uuid, in ocfs2_setup_osb_uuid() argument 1965 ret = snprintf(ptr, 3, "%02X", uuid[i]); in ocfs2_setup_osb_uuid() 2252 mlog(ML_ERROR, "Out of memory trying to setup our uuid.\n"); in ocfs2_initialize_super()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_node.c | 111 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid)) in xfs_dir3_free_verify() 351 uuid_copy(&hdr3->hdr.uuid, &mp->m_sb.sb_meta_uuid); in xfs_dir3_free_get_buf()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | super.c | 1943 static int ocfs2_setup_osb_uuid(struct ocfs2_super *osb, const unsigned char *uuid, in ocfs2_setup_osb_uuid() argument 1957 ret = snprintf(ptr, 3, "%02X", uuid[i]); in ocfs2_setup_osb_uuid() 2221 mlog(ML_ERROR, "Out of memory trying to setup our uuid.\n"); in ocfs2_initialize_super()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_node.c | 111 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid)) in xfs_dir3_free_verify() 351 uuid_copy(&hdr3->hdr.uuid, &mp->m_sb.sb_meta_uuid); in xfs_dir3_free_get_buf()
|