/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | lustre_mds.h | 58 struct obd_uuid *uuid; member in struct:mds_group_info
|
H A D | obd_class.h | 796 static inline int obd_add_conn(struct obd_import *imp, struct obd_uuid *uuid, obd_add_conn() argument 812 static inline int obd_del_conn(struct obd_import *imp, struct obd_uuid *uuid) obd_del_conn() argument 829 struct obd_uuid *uuid; obd_get_uuid() local
|
/linux-4.4.14/drivers/mfd/ |
H A D | wm831x-otp.c | 70 char uuid[WM831X_UNIQUE_ID_LEN]; wm831x_otp_init() local
|
/linux-4.4.14/drivers/nvdimm/ |
H A D | pfn.h | 24 u8 uuid[16]; member in struct:nd_pfn_sb
|
H A D | btt_devs.c | 206 static bool uuid_is_null(u8 *uuid) uuid_is_null() argument 161 __nd_btt_create(struct nd_region *nd_region, unsigned long lbasize, u8 *uuid, struct nd_namespace_common *ndns) __nd_btt_create() argument
|
H A D | pfn_devs.c | 181 __nd_pfn_create(struct nd_region *nd_region, u8 *uuid, enum nd_pfn_mode mode, struct nd_namespace_common *ndns) __nd_pfn_create() argument
|
H A D | core.c | 125 u8 uuid[16]; nd_uuid_parse() local 159 u8 uuid[16]; nd_uuid_store() local
|
H A D | label.h | 91 u8 uuid[NSLABEL_UUID_LEN]; member in struct:nd_namespace_label
|
H A D | btt.h | 57 u8 uuid[16]; member in struct:btt_sb
|
H A D | label.c | 246 char *nd_label_gen_id(struct nd_label_id *label_id, u8 *uuid, u32 flags) nd_label_gen_id() argument 617 u8 uuid[NSLABEL_UUID_LEN]; __blk_label_update() local 837 static int del_labels(struct nd_mapping *nd_mapping, u8 *uuid) del_labels() argument
|
H A D | nd.h | 142 u8 *uuid; member in struct:nd_btt 154 u8 *uuid; member in struct:nd_pfn
|
H A D | btt.c | 1305 btt_init(struct nd_btt *nd_btt, unsigned long long rawsize, u32 lbasize, u8 *uuid, struct nd_region *nd_region) btt_init() argument
|
H A D | namespace_devs.c | 120 bool nd_is_uuid_unique(struct device *dev, u8 *uuid) nd_is_uuid_unique() argument 855 u8 *uuid = NULL; __size_store() local 946 u8 **uuid = NULL; size_store() local 1027 u8 *uuid; uuid_show() local 1108 u8 *uuid = NULL; uuid_store() local 1217 u8 *uuid = NULL; dpa_extents_show() local 1444 static bool has_uuid_at_pos(struct nd_region *nd_region, u8 *uuid, has_uuid_at_pos() argument
|
/linux-4.4.14/fs/xfs/ |
H A D | uuid.c | 36 uuid_getnodeuniq(uuid_t *uuid, int fsid [2]) uuid_getnodeuniq() argument 46 uuid_is_nil(uuid_t *uuid) uuid_is_nil() argument
|
H A D | xfs_mount.c | 68 uuid_t *uuid = &mp->m_sb.sb_uuid; xfs_uuid_mount() local 111 uuid_t *uuid = &mp->m_sb.sb_uuid; xfs_uuid_unmount() local
|
H A D | xfs_ioctl32.h | 203 unsigned char uuid[16]; /* unique id of the filesystem */ member in struct:compat_xfs_fsop_geom_v1
|
H A D | xfs_log_recover.c | 1837 uuid_t *uuid; xlog_recover_get_buf_lsn() local
|
/linux-4.4.14/arch/arm/include/asm/mach/ |
H A D | sharpsl_param.h | 19 unsigned char uuid[16]; member in struct:sharpsl_param_info
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
H A D | lustre_peer.c | 72 int lustre_uuid_to_peer(const char *uuid, lnet_nid_t *peer_nid, int index) lustre_uuid_to_peer() argument 97 int class_add_uuid(const char *uuid, __u64 nid) class_add_uuid() argument 148 int class_del_uuid(const char *uuid) class_del_uuid() argument 190 int class_check_uuid(struct obd_uuid *uuid, __u64 nid) class_check_uuid() argument
|
H A D | class_obd.c | 260 struct obd_uuid uuid; class_handle_ioctl() local
|
H A D | llog.c | 107 llog_read_header(const struct lu_env *env, struct llog_handle *handle, struct obd_uuid *uuid) llog_read_header() argument 141 llog_init_handle(const struct lu_env *env, struct llog_handle *handle, int flags, struct obd_uuid *uuid) llog_init_handle() argument
|
H A D | genops.c | 418 int class_uuid2dev(struct obd_uuid *uuid) class_uuid2dev() argument
|
H A D | obd_mount.c | 175 static int lustre_start_simple(char *obdname, char *type, char *uuid, lustre_start_simple() argument 209 struct obd_uuid *uuid; lustre_start_mgc() local
|
H A D | obd_config.c | 180 char *typename, *name, *uuid; class_attach() local 544 struct obd_uuid uuid; class_add_conn() local 578 struct obd_uuid uuid; class_del_conn() local
|
H A D | lprocfs_status.c | 368 LUSTRE_RO_ATTR(uuid); variable
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | connection.c | 48 ptlrpc_connection_get(lnet_process_id_t peer, lnet_nid_t self, struct obd_uuid *uuid) ptlrpc_connection_get() argument
|
H A D | recover.c | 324 struct obd_uuid uuid; ptlrpc_recover_import() local
|
H A D | events.c | 434 int ptlrpc_uuid_to_peer(struct obd_uuid *uuid, ptlrpc_uuid_to_peer() argument
|
H A D | import.c | 130 static void deuuidify(char *uuid, const char *prefix, char **uuid_start, deuuidify() argument
|
H A D | lproc_ptlrpc.c | 1225 char *uuid; lprocfs_wr_import() local
|
H A D | client.c | 68 struct ptlrpc_connection *ptlrpc_uuid_to_connection(struct obd_uuid *uuid) ptlrpc_uuid_to_connection() argument
|
/linux-4.4.14/drivers/md/ |
H A D | dm-uevent.c | 49 char uuid[DM_UUID_LEN]; member in struct:dm_uevent
|
H A D | dm-log-userspace-transfer.c | 170 int dm_consult_userspace(const char *uuid, uint64_t luid, int request_type, dm_consult_userspace() argument
|
H A D | bitmap.h | 125 __u8 uuid[16]; /* 8 128 bit uuid - must match md device uuid */ member in struct:bitmap_super_s
|
H A D | dm-log-userspace-base.c | 46 char uuid[DM_UUID_LEN]; member in struct:log_c 84 static int userspace_do_request(struct log_c *lc, const char *uuid, userspace_do_request() argument
|
H A D | md-cluster.c | 88 char uuid[16]; member in struct:cluster_msg 939 char *uuid = sb->device_uuid; add_new_disk() local
|
H A D | dm-cache-metadata.c | 67 __u8 uuid[16]; member in struct:cache_disk_superblock
|
H A D | dm-era-target.c | 165 __u8 uuid[UUID_LEN]; member in struct:superblock_disk
|
H A D | dm-ioctl.c | 34 char *uuid; member in struct:hash_cell 160 static struct hash_cell *alloc_cell(const char *name, const char *uuid, alloc_cell() argument 207 static int dm_hash_insert(const char *name, const char *uuid, struct mapped_device *md) dm_hash_insert() argument 1932 int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid) dm_copy_name_and_uuid() argument
|
H A D | dm-thin-metadata.c | 100 __u8 uuid[16]; member in struct:thin_disk_superblock
|
H A D | md.h | 281 char uuid[16]; member in struct:mddev
|
/linux-4.4.14/fs/btrfs/ |
H A D | uuid-tree.c | 26 static void btrfs_uuid_to_key(u8 *uuid, u8 type, struct btrfs_key *key) btrfs_uuid_to_key() argument 34 static int btrfs_uuid_tree_lookup(struct btrfs_root *uuid_root, u8 *uuid, btrfs_uuid_tree_lookup() argument 238 static int btrfs_uuid_iter_rem(struct btrfs_root *uuid_root, u8 *uuid, u8 type, btrfs_uuid_iter_rem() argument 307 u8 uuid[BTRFS_UUID_SIZE]; btrfs_uuid_tree_iterate() local 93 btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, struct btrfs_root *uuid_root, u8 *uuid, u8 type, u64 subid_cpu) btrfs_uuid_tree_add() argument 157 btrfs_uuid_tree_rem(struct btrfs_trans_handle *trans, struct btrfs_root *uuid_root, u8 *uuid, u8 type, u64 subid) btrfs_uuid_tree_rem() argument
|
H A D | root-tree.c | 36 uuid_le uuid; btrfs_read_root_item() local
|
H A D | volumes.h | 107 u8 uuid[BTRFS_UUID_SIZE]; member in struct:btrfs_device
|
H A D | disk-io.c | 1325 uuid_le uuid; btrfs_create_tree() local
|
H A D | ioctl.c | 75 char uuid[BTRFS_UUID_SIZE]; /* in */ member in struct:btrfs_ioctl_received_subvol_args_32 421 int btrfs_is_empty_uuid(u8 *uuid) btrfs_is_empty_uuid() argument
|
H A D | send.c | 578 tlv_put_uuid(struct send_ctx *sctx, u16 attr, const u8 *uuid) tlv_put_uuid() argument
|
H A D | volumes.c | 6203 u8 uuid[BTRFS_UUID_SIZE]; read_one_chunk() local 242 __find_device(struct list_head *head, u64 devid, u8 *uuid) __find_device() argument 4125 btrfs_check_uuid_tree_entry(struct btrfs_fs_info *fs_info, u8 *uuid, u8 type, u64 subid) btrfs_check_uuid_tree_entry() argument 6102 btrfs_find_device(struct btrfs_fs_info *fs_info, u64 devid, u8 *uuid, u8 *fsid) btrfs_find_device() argument 6155 btrfs_alloc_device(struct btrfs_fs_info *fs_info, const u64 *devid, const u8 *uuid) btrfs_alloc_device() argument
|
H A D | ctree.h | 277 u8 uuid[BTRFS_UUID_SIZE]; member in struct:btrfs_dev_item 796 u8 uuid[BTRFS_UUID_SIZE]; member in struct:btrfs_root_item
|
/linux-4.4.14/drivers/md/bcache/ |
H A D | util.c | 141 int bch_parse_uuid(const char *s, char *uuid) bch_parse_uuid() argument
|
H A D | super.c | 447 static struct uuid_entry *uuid_find(struct cache_set *c, const char *uuid) uuid_find() argument
|
/linux-4.4.14/include/uapi/linux/ |
H A D | dm-log-userspace.h | 417 char uuid[DM_UUID_LEN]; member in struct:dm_ulog_request
|
H A D | bcache.h | 163 __u8 uuid[16]; member in struct:cache_sb 318 __u8 uuid[16]; member in struct:uuid_entry::__anon13928::__anon13929 366 __u8 uuid[16]; member in struct:uuid_entry_v0
|
H A D | dm-ioctl.h | 143 char uuid[DM_UUID_LEN]; /* unique identifier for member in struct:dm_ioctl
|
H A D | btrfs.h | 175 __u8 uuid[BTRFS_UUID_SIZE]; /* in/out */ member in struct:btrfs_ioctl_dev_info_args 478 char uuid[BTRFS_UUID_SIZE]; /* in */ member in struct:btrfs_ioctl_received_subvol_args
|
/linux-4.4.14/include/linux/ |
H A D | nd.h | 71 u8 *uuid; member in struct:nd_namespace_pmem 86 u8 *uuid; member in struct:nd_namespace_blk
|
H A D | tboot.h | 83 u8 uuid[16]; member in struct:tboot
|
H A D | f2fs_fs.h | 86 __u8 uuid[16]; /* 128-bit uuid for volume */ member in struct:f2fs_super_block
|
H A D | mod_devicetable.h | 625 uuid_le uuid; member in struct:mei_cl_device_id
|
H A D | genhd.h | 99 char uuid[PARTITION_META_INFO_UUIDLTH]; member in struct:partition_meta_info
|
/linux-4.4.14/drivers/thermal/int340x_thermal/ |
H A D | int3400_thermal.c | 144 u8 uuid[16]; int3400_thermal_get_uuids() local 159 int3400_thermal_run_osc(acpi_handle handle, enum int3400_thermal_uuid uuid, bool enable) int3400_thermal_run_osc() argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
H A D | ldlm_lib.c | 57 static int import_set_conn(struct obd_import *imp, struct obd_uuid *uuid, import_set_conn() argument 128 int import_set_conn_priority(struct obd_import *imp, struct obd_uuid *uuid) import_set_conn_priority() argument 133 int client_import_add_conn(struct obd_import *imp, struct obd_uuid *uuid, client_import_add_conn() argument 140 int client_import_del_conn(struct obd_import *imp, struct obd_uuid *uuid) client_import_del_conn() argument 199 client_import_find_conn(struct obd_import *imp, lnet_nid_t peer, struct obd_uuid *uuid) client_import_find_conn() argument
|
/linux-4.4.14/drivers/misc/mei/ |
H A D | bus-fixup.c | 279 const uuid_le uuid; member in struct:mei_fixup 295 const uuid_le *uuid = mei_me_cl_uuid(cldev->me_cl); mei_cl_bus_dev_fixup() local
|
H A D | bus.c | 512 const uuid_le *uuid; mei_cl_device_find() local 650 const uuid_le *uuid = mei_me_cl_uuid(cldev->me_cl); uuid_show() local 676 const uuid_le *uuid = mei_me_cl_uuid(cldev->me_cl); modalias_show() local 704 const uuid_le *uuid = mei_me_cl_uuid(cldev->me_cl); mei_cl_device_uevent() local
|
H A D | hbm.c | 330 const uuid_le *uuid = &res->client_properties.protocol_name; mei_hbm_me_cl_add() local
|
H A D | client.c | 270 void mei_me_cl_rm_by_uuid(struct mei_device *dev, const uuid_le *uuid) mei_me_cl_rm_by_uuid() argument 291 void mei_me_cl_rm_by_uuid_id(struct mei_device *dev, const uuid_le *uuid, u8 id) mei_me_cl_rm_by_uuid_id() argument 141 __mei_me_cl_by_uuid(struct mei_device *dev, const uuid_le *uuid) __mei_me_cl_by_uuid() argument 169 mei_me_cl_by_uuid(struct mei_device *dev, const uuid_le *uuid) mei_me_cl_by_uuid() argument 221 __mei_me_cl_by_uuid_id(struct mei_device *dev, const uuid_le *uuid, u8 client_id) __mei_me_cl_by_uuid_id() argument 250 mei_me_cl_by_uuid_id(struct mei_device *dev, const uuid_le *uuid, u8 client_id) mei_me_cl_by_uuid_id() argument
|
/linux-4.4.14/fs/nfsd/ |
H A D | nfsfh.h | 86 mk_fsid(int vers, u32 *fsidv, dev_t dev, ino_t ino, u32 fsid, unsigned char *uuid) mk_fsid() argument
|
H A D | export.c | 342 static int check_export(struct inode *inode, int *flags, unsigned char *uuid) check_export() argument
|
/linux-4.4.14/lib/ |
H A D | test_printf.c | 265 uuid(void) uuid() function 267 const char uuid[16] = {0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, uuid() local
|
H A D | vsprintf.c | 1261 char uuid[sizeof("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx")]; uuid_string() local
|
/linux-4.4.14/fs/afs/ |
H A D | cmservice.c | 534 __be32 uuid[11]; SRXAFSCB_TellMeAboutYourself() member in struct:__anon11330::__anon11331
|
/linux-4.4.14/drivers/pnp/pnpacpi/ |
H A D | rsparser.c | 142 u8 *uuid = vendor->uuid; vendor_resource_matches() local
|
/linux-4.4.14/drivers/acpi/ |
H A D | acpi_extlog.c | 185 u8 uuid[16]; extlog_get_l1addr() local
|
H A D | property.c | 128 const union acpi_object *uuid, *links; acpi_enumerate_nondev_subnodes() local 235 const union acpi_object *uuid, *properties; acpi_extract_properties() local
|
H A D | utils.c | 631 acpi_evaluate_dsm(acpi_handle handle, const u8 *uuid, int rev, int func, acpi_evaluate_dsm() argument 680 bool acpi_check_dsm(acpi_handle handle, const u8 *uuid, int rev, u64 funcs) acpi_check_dsm() argument
|
H A D | bus.c | 194 acpi_status acpi_str_to_uuid(char *str, u8 *uuid) acpi_str_to_uuid() argument 223 u8 uuid[16]; acpi_run_osc() local
|
H A D | nfit.c | 85 const u8 *uuid; acpi_nfit_ctl() local 830 const u8 *uuid = to_nfit_uuid(NFIT_DEV_DIMM); acpi_nfit_add_dimm() local 910 const u8 *uuid = to_nfit_uuid(NFIT_DEV_BUS); acpi_nfit_init_dsms() local
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | acresrc.h | 174 struct acpi_vendor_uuid *uuid; member in struct:acpi_vendor_walk_info
|
/linux-4.4.14/init/ |
H A D | do_mounts.c | 75 const char *uuid; member in struct:uuidcmp
|
/linux-4.4.14/drivers/xen/ |
H A D | tmem.c | 111 static int xen_tmem_new_pool(struct tmem_pool_uuid uuid, xen_tmem_new_pool() argument 236 static int tmem_cleancache_init_shared_fs(char *uuid, size_t pagesize) tmem_cleancache_init_shared_fs() argument
|
H A D | sys-hypervisor.c | 144 xen_domain_handle_t uuid; uuid_show() local 153 HYPERVISOR_ATTR_RO(uuid); variable
|
/linux-4.4.14/fs/gfs2/ |
H A D | sys.c | 73 static int gfs2_uuid_valid(const u8 *uuid) gfs2_uuid_valid() argument 87 const u8 *uuid = s->s_uuid; uuid_show() local 714 const u8 *uuid = s->s_uuid; gfs2_uevent() local
|
/linux-4.4.14/net/bluetooth/ |
H A D | hci_debugfs.c | 199 struct bt_uuid *uuid; uuids_show() local
|
H A D | hci_core.c | 2259 struct bt_uuid *uuid, *tmp; hci_uuids_clear() local
|
H A D | mgmt.c | 726 struct bt_uuid *uuid; create_uuid16_list() local 768 struct bt_uuid *uuid; create_uuid32_list() local 801 struct bt_uuid *uuid; create_uuid128_list() local 1211 struct bt_uuid *uuid; get_service_classes() local 2653 static u8 get_uuid_size(const u8 *uuid) get_uuid_size() argument 2698 struct bt_uuid *uuid; add_uuid() local 8381 static inline bool has_uuid(u8 *uuid, u16 uuid_count, u8 (*uuids)[16]) has_uuid() argument 8399 u8 uuid[16]; eir_has_uuids() local
|
/linux-4.4.14/fs/ubifs/ |
H A D | super.c | 400 __le32 *uuid = (__le32 *)c->uuid; ubifs_statfs() local
|
H A D | ubifs-media.h | 646 __u8 uuid[16]; member in struct:ubifs_sb_node
|
H A D | ubifs.h | 1248 unsigned char uuid[16]; member in struct:ubifs_info
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | sysinfo.h | 123 uuid_be uuid; member in struct:sysinfo_3_2_2::__anon2483
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
H A D | llite_lib.c | 73 class_uuid_t uuid; ll_init_sbi() local 152 struct obd_uuid *uuid; client_common_fill_super() local
|
H A D | lproc_llite.c | 209 LUSTRE_RO_ATTR(uuid); variable
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
H A D | mgc_request.c | 1136 char *uuid; mgc_apply_recover_logs() local
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_protocol.h | 231 u64 uuid[UI_EXTENDED_SIZE]; member in struct:p_uuids 235 u64 uuid; member in struct:p_rs_uuid
|
H A D | drbd_main.c | 881 u64 *uuid = device->ldev->md.uuid; drbd_print_uuids() local 901 u64 uuid; drbd_gen_and_send_sync_uuid() local 3032 u64 uuid[UI_SIZE]; /* UUIDs. */ member in struct:meta_data_on_disk
|
H A D | drbd_receiver.c | 2905 static void drbd_uuid_dump(struct drbd_device *device, char *text, u64 *uuid, drbd_uuid_dump() argument
|
H A D | drbd_int.h | 592 u64 uuid[UI_SIZE]; member in struct:drbd_md
|
/linux-4.4.14/fs/jfs/ |
H A D | jfs_incore.h | 180 char uuid[16]; /* 128-bit uuid for volume */ member in struct:jfs_sb_info
|
H A D | jfs_logmgr.c | 1737 char *uuid = sbi->uuid; lmLogFileSystem() local
|
H A D | jfs_logmgr.h | 76 char uuid[16]; /* 16: 128-bit journal uuid */ member in struct:logsuper 79 char uuid[16]; member in struct:logsuper::__anon11611 413 char uuid[16]; /* 16: 128-bit uuid of log device */ member in struct:jfs_log
|
/linux-4.4.14/fs/nilfs2/ |
H A D | sysfs.c | 937 NILFS_DEV_RO_ATTR(uuid); variable
|
/linux-4.4.14/scripts/mod/ |
H A D | file2alias.c | 137 static inline void add_uuid(char *str, uuid_le uuid) add_uuid() argument
|
/linux-4.4.14/include/uapi/rdma/hfi/ |
H A D | hfi1_user.h | 213 __u8 uuid[16]; member in struct:hfi1_user_info
|
/linux-4.4.14/kernel/ |
H A D | sysctl_binary.c | 1121 unsigned char uuid[16]; bin_uuid() local
|
/linux-4.4.14/fs/ocfs2/ |
H A D | stack_user.c | 158 char uuid[OCFS2_TEXT_UUID_LEN]; member in struct:ocfs2_control_message_down 284 static void ocfs2_control_send_down(const char *uuid, ocfs2_control_send_down() argument
|
H A D | super.c | 1995 static int ocfs2_setup_osb_uuid(struct ocfs2_super *osb, const unsigned char *uuid, ocfs2_setup_osb_uuid() argument
|
H A D | ocfs2.h | 322 u8 *uuid; member in struct:ocfs2_super
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
H A D | lmv_obd.c | 76 static int lmv_set_mdc_active(struct lmv_obd *lmv, struct obd_uuid *uuid, lmv_set_mdc_active() argument 143 struct obd_uuid *uuid; lmv_notify() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
H A D | lov_obd.c | 342 static int lov_set_osc_active(struct obd_device *obd, struct obd_uuid *uuid, lov_set_osc_active() argument 438 struct obd_uuid *uuid; lov_notify() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | debug.c | 67 u8 uuid[16]; member in struct:ath10k_dump_file_data
|
H A D | pci.c | 1373 char uuid[50]; ath10k_pci_fw_crashed_dump() local
|
H A D | core.h | 400 uuid_le uuid; member in struct:ath10k_fw_crash_data
|
/linux-4.4.14/drivers/char/ |
H A D | random.c | 1672 unsigned char buf[64], tmp_uuid[16], *uuid; proc_do_uuid() local
|
/linux-4.4.14/include/xen/interface/ |
H A D | xen.h | 742 uint64_t uuid[2]; member in struct:tmem_op::__anon14761::__anon14762
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_da_format.h | 63 uuid_t uuid; /* filesystem we belong to */ member in struct:xfs_da3_blkinfo 360 uuid_t uuid; /* filesystem we belong to */ member in struct:xfs_dir3_blk_hdr
|
H A D | xfs_fs.h | 172 unsigned char uuid[16]; /* unique id of the filesystem */ member in struct:xfs_fsop_geom_v1 198 unsigned char uuid[16]; /* unique id of the filesystem */ member in struct:xfs_fsop_geom
|
/linux-4.4.14/include/acpi/ |
H A D | acpi_bus.h | 69 acpi_evaluate_dsm_typed(acpi_handle handle, const u8 *uuid, int rev, int func, acpi_evaluate_dsm_typed() argument
|
H A D | acrestyp.h | 239 u8 uuid[ACPI_UUID_LENGTH]; member in struct:acpi_resource_vendor_typed
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
H A D | visorchipset.c | 2266 uuid_le uuid = SPAR_CONTROLVM_CHANNEL_PROTOCOL_UUID; visorchipset_init() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
H A D | osc_request.c | 2607 struct obd_uuid uuid; osc_iocontrol() local
|
/linux-4.4.14/fs/ocfs2/cluster/ |
H A D | heartbeat.c | 2211 char *uuid; o2hb_region_pin() local 2263 char *uuid; o2hb_region_unpin() local
|
/linux-4.4.14/include/net/bluetooth/ |
H A D | mgmt.h | 162 __u8 uuid[16]; member in struct:mgmt_cp_add_uuid 169 __u8 uuid[16]; member in struct:mgmt_cp_remove_uuid
|
H A D | hci_core.h | 104 u8 uuid[16]; member in struct:bt_uuid
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
H A D | lustre_user.h | 422 char uuid[UUID_MAX]; member in struct:obd_uuid 431 static inline int obd_uuid_empty(struct obd_uuid *uuid) obd_uuid_empty() argument 436 static inline void obd_str2uuid(struct obd_uuid *uuid, const char *tmp) obd_str2uuid() argument 443 static inline char *obd_uuid2str(const struct obd_uuid *uuid) obd_uuid2str() argument 460 static inline void obd_uuid2fsname(char *buf, char *uuid, int buflen) obd_uuid2fsname() argument
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | hfi.h | 214 u8 uuid[16]; member in struct:hfi1_ctxtdata
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfi.h | 297 u8 uuid[BFI_IOC_ATTR_UUID_SZ]; /*!< chinook uuid */ member in struct:bfi_ioc_attr_s
|
H A D | bfa_defs.h | 303 u8 uuid[BFA_ADAPTER_UUID_LEN]; member in struct:bfa_adapter_attr_s
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | perfmon.c | 1245 __pfm_find_buffer_fmt(pfm_uuid_t uuid) __pfm_find_buffer_fmt() argument 1262 pfm_find_buffer_fmt(pfm_uuid_t uuid) pfm_find_buffer_fmt() argument 1303 pfm_unregister_buffer_fmt(pfm_uuid_t uuid) pfm_unregister_buffer_fmt() argument
|