/kernel/linux/linux-5.10/lib/ |
H A D | uuid.c | 13 #include <linux/uuid.h> 26 * @uuid: where to put the generated UUID 33 void generate_random_uuid(unsigned char uuid[16]) in generate_random_uuid() argument 35 get_random_bytes(uuid, 16); in generate_random_uuid() 37 uuid[6] = (uuid[6] & 0x0F) | 0x40; in generate_random_uuid() 39 uuid[8] = (uuid[8] & 0x3F) | 0x80; in generate_random_uuid() 78 * @uuid: UUID string to check 88 bool uuid_is_valid(const char *uuid) in uuid_is_valid() argument 105 __uuid_parse(const char *uuid, __u8 b[16], const u8 ei[16]) __uuid_parse() argument 123 guid_parse(const char *uuid, guid_t *u) guid_parse() argument 129 uuid_parse(const char *uuid, uuid_t *u) uuid_parse() argument [all...] |
H A D | test_uuid.c | 2 * Test cases for lib/uuid.c module. 10 #include <linux/uuid.h> 13 const char *uuid; member 20 .uuid = "c33f4995-3701-450e-9fbf-206a2e98e576", 25 .uuid = "64b4371c-77c1-48f9-8221-29f054fc023b", 30 .uuid = "0cb4ddff-a545-4401-9d06-688af53e7f84", 70 if (guid_parse(data->uuid, &le)) in test_uuid_test() 71 test_uuid_failed("conversion", false, false, data->uuid, NULL); in test_uuid_test() 76 test_uuid_failed("cmp", false, false, data->uuid, buf); in test_uuid_test() 81 if (uuid_parse(data->uuid, in test_uuid_test() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | uuid.c | 13 #include <linux/uuid.h> 26 * @uuid: where to put the generated UUID 33 void generate_random_uuid(unsigned char uuid[16]) in generate_random_uuid() argument 35 get_random_bytes(uuid, 16); in generate_random_uuid() 37 uuid[6] = (uuid[6] & 0x0F) | 0x40; in generate_random_uuid() 39 uuid[8] = (uuid[8] & 0x3F) | 0x80; in generate_random_uuid() 78 * @uuid: UUID string to check 88 bool uuid_is_valid(const char *uuid) in uuid_is_valid() argument 105 __uuid_parse(const char *uuid, __u8 b[16], const u8 ei[16]) __uuid_parse() argument 123 guid_parse(const char *uuid, guid_t *u) guid_parse() argument 129 uuid_parse(const char *uuid, uuid_t *u) uuid_parse() argument [all...] |
H A D | test_uuid.c | 2 * Test cases for lib/uuid.c module. 10 #include <linux/uuid.h> 13 const char *uuid; member 20 .uuid = "c33f4995-3701-450e-9fbf-206a2e98e576", 25 .uuid = "64b4371c-77c1-48f9-8221-29f054fc023b", 30 .uuid = "0cb4ddff-a545-4401-9d06-688af53e7f84", 70 if (guid_parse(data->uuid, &le)) in test_uuid_test() 71 test_uuid_failed("conversion", false, false, data->uuid, NULL); in test_uuid_test() 76 test_uuid_failed("cmp", false, false, data->uuid, buf); in test_uuid_test() 81 if (uuid_parse(data->uuid, in test_uuid_test() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | uuid-tree.c | 6 #include <linux/uuid.h> 14 static void btrfs_uuid_to_key(u8 *uuid, u8 type, struct btrfs_key *key) in btrfs_uuid_to_key() argument 17 key->objectid = get_unaligned_le64(uuid); in btrfs_uuid_to_key() 18 key->offset = get_unaligned_le64(uuid + sizeof(u64)); in btrfs_uuid_to_key() 22 static int btrfs_uuid_tree_lookup(struct btrfs_root *uuid_root, u8 *uuid, in btrfs_uuid_tree_lookup() argument 44 btrfs_uuid_to_key(uuid, type, &key); in btrfs_uuid_tree_lookup() 61 "uuid item with illegal size %lu!", in btrfs_uuid_tree_lookup() 82 int btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, u8 *uuid, u8 type, in btrfs_uuid_tree_add() argument 95 ret = btrfs_uuid_tree_lookup(uuid_root, uuid, type, subid_cpu); in btrfs_uuid_tree_add() 104 btrfs_uuid_to_key(uuid, typ in btrfs_uuid_tree_add() 147 btrfs_uuid_tree_remove(struct btrfs_trans_handle *trans, u8 *uuid, u8 type, u64 subid) btrfs_uuid_tree_remove() argument 229 btrfs_uuid_iter_rem(struct btrfs_root *uuid_root, u8 *uuid, u8 type, u64 subid) btrfs_uuid_iter_rem() argument 257 btrfs_check_uuid_tree_entry(struct btrfs_fs_info *fs_info, u8 *uuid, u8 type, u64 subvolid) btrfs_check_uuid_tree_entry() argument 343 u8 uuid[BTRFS_UUID_SIZE]; btrfs_uuid_tree_iterate() local [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | uuid-tree.c | 6 #include <linux/uuid.h> 15 #include "uuid-tree.h" 17 static void btrfs_uuid_to_key(u8 *uuid, u8 type, struct btrfs_key *key) in btrfs_uuid_to_key() argument 20 key->objectid = get_unaligned_le64(uuid); in btrfs_uuid_to_key() 21 key->offset = get_unaligned_le64(uuid + sizeof(u64)); in btrfs_uuid_to_key() 25 static int btrfs_uuid_tree_lookup(struct btrfs_root *uuid_root, u8 *uuid, in btrfs_uuid_tree_lookup() argument 47 btrfs_uuid_to_key(uuid, type, &key); in btrfs_uuid_tree_lookup() 64 "uuid item with illegal size %lu!", in btrfs_uuid_tree_lookup() 85 int btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, u8 *uuid, u8 type, in btrfs_uuid_tree_add() argument 98 ret = btrfs_uuid_tree_lookup(uuid_root, uuid, typ in btrfs_uuid_tree_add() 149 btrfs_uuid_tree_remove(struct btrfs_trans_handle *trans, u8 *uuid, u8 type, u64 subid) btrfs_uuid_tree_remove() argument 231 btrfs_uuid_iter_rem(struct btrfs_root *uuid_root, u8 *uuid, u8 type, u64 subid) btrfs_uuid_iter_rem() argument 259 btrfs_check_uuid_tree_entry(struct btrfs_fs_info *fs_info, u8 *uuid, u8 type, u64 subvolid) btrfs_check_uuid_tree_entry() argument 345 u8 uuid[BTRFS_UUID_SIZE]; btrfs_uuid_tree_iterate() local [all...] |
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | eir.c | 54 u8 eir_append_service_data(u8 *eir, u16 eir_len, u16 uuid, u8 *data, in eir_append_service_data() argument 57 eir[eir_len++] = sizeof(u8) + sizeof(uuid) + data_len; in eir_append_service_data() 59 put_unaligned_le16(uuid, &eir[eir_len]); in eir_append_service_data() 60 eir_len += sizeof(uuid); in eir_append_service_data() 70 struct bt_uuid *uuid; in create_uuid16_list() local 75 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid16_list() 78 if (uuid->size != 16) in create_uuid16_list() 81 uuid16 = get_unaligned_le16(&uuid->uuid[12]); in create_uuid16_list() 112 struct bt_uuid *uuid; in create_uuid32_list() local 145 struct bt_uuid *uuid; create_uuid128_list() local 367 eir_get_service_data(u8 *eir, size_t eir_len, u16 uuid, size_t *len) eir_get_service_data() argument [all...] |
/kernel/linux/common_modules/tzdriver/ion/ |
H A D | dynamic_ion_mem.c | 75 static int release_ion_srv(const struct tc_uuid *uuid)
in release_ion_srv() argument 82 if (memcpy_s(&smc_cmd.uuid, sizeof(smc_cmd.uuid), uuid, sizeof(*uuid))) {
in release_ion_srv() 83 tloge("copy uuid failed\n");
in release_ion_srv() 198 static struct dynamic_mem_item *find_memitem_by_uuid_locked(const struct tc_uuid *uuid)
in find_memitem_by_uuid_locked() argument 202 if (!memcmp(&item->uuid, uuid, sizeof(*uuid)))
in find_memitem_by_uuid_locked() 251 find_ddr_sec_region_by_uuid(const struct tc_uuid *uuid, uint32_t *ddr_sec_region) find_ddr_sec_region_by_uuid() argument 265 alloc_dyn_mem_item(uint32_t configid, uint32_t cafd, const struct tc_uuid *uuid, uint32_t size) alloc_dyn_mem_item() argument 299 trans_configid2memid(uint32_t configid, uint32_t cafd, const struct tc_uuid *uuid, uint32_t size, int32_t *ret_origin) trans_configid2memid() argument 373 load_app_use_configid(uint32_t configid, uint32_t cafd, const struct tc_uuid *uuid, uint32_t size, int32_t *ret_origin) load_app_use_configid() argument 391 kill_ion_by_uuid(const struct tc_uuid *uuid) kill_ion_by_uuid() argument [all...] |
H A D | dynamic_ion_mem.h | 45 struct tc_uuid uuid;
member 50 struct tc_uuid uuid;
member 73 const struct tc_uuid *uuid, uint32_t size, int32_t *ret_origin);
75 void kill_ion_by_uuid(const struct tc_uuid *uuid);
103 const struct tc_uuid *uuid, uint32_t size)
in load_app_use_configid() 107 (void)uuid;
in load_app_use_configid() 118 static inline void kill_ion_by_uuid(const struct tc_uuid *uuid)
in kill_ion_by_uuid() argument 120 (void)uuid;
in kill_ion_by_uuid() 102 load_app_use_configid(uint32_t configid, uint32_t cafd, const struct tc_uuid *uuid, uint32_t size) load_app_use_configid() argument
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | btt_devs.c | 24 kfree(nd_btt->uuid); in nd_btt_release() 72 if (nd_btt->uuid) in uuid_show() 73 return sprintf(buf, "%pUb\n", nd_btt->uuid); in uuid_show() 84 rc = nd_uuid_store(dev, &nd_btt->uuid, buf, len); in uuid_store() 91 static DEVICE_ATTR_RW(uuid); 183 unsigned long lbasize, u8 *uuid, in __nd_btt_create() 198 if (uuid) { in __nd_btt_create() 199 uuid = kmemdup(uuid, 16, GFP_KERNEL); in __nd_btt_create() 200 if (!uuid) in __nd_btt_create() 182 __nd_btt_create(struct nd_region *nd_region, unsigned long lbasize, u8 *uuid, struct nd_namespace_common *ndns) __nd_btt_create() argument [all...] |
H A D | namespace_devs.c | 31 kfree(nspm->uuid); in namespace_pmem_release() 43 kfree(nsblk->uuid); in namespace_blk_release() 59 uuid2 = nspm->uuid; in is_uuid_busy() 63 uuid2 = nsblk->uuid; in is_uuid_busy() 67 uuid2 = nd_btt->uuid; in is_uuid_busy() 71 uuid2 = nd_pfn->uuid; in is_uuid_busy() 88 * nd_is_uuid_unique - verify that no other namespace has @uuid 90 * @uuid: uuid to check 92 bool nd_is_uuid_unique(struct device *dev, u8 *uuid) in nd_is_uuid_unique() argument 941 uuid_not_set(const u8 *uuid, struct device *dev, const char *where) uuid_not_set() argument 960 u8 *uuid = NULL; __size_store() local 1053 u8 **uuid = NULL; size_store() local 1167 u8 *uuid = namespace_to_uuid(dev); uuid_show() local 1254 u8 *uuid = NULL; uuid_store() local 1382 u8 *uuid = NULL; dpa_extents_show() local 1834 has_uuid_at_pos(struct nd_region *nd_region, u8 *uuid, u64 cookie, u16 pos) has_uuid_at_pos() argument 2227 u8 *uuid = namespace_to_uuid(devs[i]); add_namespace_resource() local [all...] |
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | btt_devs.c | 23 kfree(nd_btt->uuid); in nd_btt_release() 71 if (nd_btt->uuid) in uuid_show() 72 return sprintf(buf, "%pUb\n", nd_btt->uuid); in uuid_show() 83 rc = nd_uuid_store(dev, &nd_btt->uuid, buf, len); in uuid_store() 90 static DEVICE_ATTR_RW(uuid); 184 unsigned long lbasize, uuid_t *uuid, in __nd_btt_create() 199 if (uuid) { in __nd_btt_create() 200 uuid = kmemdup(uuid, 16, GFP_KERNEL); in __nd_btt_create() 201 if (!uuid) in __nd_btt_create() 183 __nd_btt_create(struct nd_region *nd_region, unsigned long lbasize, uuid_t *uuid, struct nd_namespace_common *ndns) __nd_btt_create() argument [all...] |
H A D | namespace_devs.c | 32 kfree(nspm->uuid); in namespace_pmem_release() 46 uuid2 = nspm->uuid; in is_uuid_busy() 50 uuid2 = nd_btt->uuid; in is_uuid_busy() 54 uuid2 = nd_pfn->uuid; in is_uuid_busy() 71 * nd_is_uuid_unique - verify that no other namespace has @uuid 73 * @uuid: uuid to check 75 bool nd_is_uuid_unique(struct device *dev, uuid_t *uuid) in nd_is_uuid_unique() argument 82 if (device_for_each_child(&nvdimm_bus->dev, uuid, in nd_is_uuid_unique() 177 return nspm->uuid; in nd_dev_to_uuid() 733 uuid_not_set(const uuid_t *uuid, struct device *dev, const char *where) uuid_not_set() argument 753 uuid_t *uuid = NULL; __size_store() local 939 uuid_t *uuid = namespace_to_uuid(dev); uuid_show() local 1006 uuid_t uuid; namespace_update_uuid() local 1028 uuid_t *uuid = NULL; uuid_store() local 1136 uuid_t *uuid = NULL; dpa_extents_show() local 1554 has_uuid_at_pos(struct nd_region *nd_region, const uuid_t *uuid, u64 cookie, u16 pos) has_uuid_at_pos() argument 1676 uuid_t uuid; create_namespace_pmem() local 1894 uuid_t *uuid = namespace_to_uuid(devs[i]); add_namespace_resource() local [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-log-userspace-base.c | 46 char uuid[DM_UUID_LEN]; member 84 static int userspace_do_request(struct log_c *lc, const char *uuid, in userspace_do_request() argument 96 r = dm_consult_userspace(uuid, lc->luid, request_type, data, in userspace_do_request() 107 r = dm_consult_userspace(uuid, lc->luid, DM_ULOG_CTR, in userspace_do_request() 115 r = dm_consult_userspace(uuid, lc->luid, DM_ULOG_RESUME, NULL, in userspace_do_request() 163 r = userspace_do_request(lc, lc->uuid, DM_ULOG_FLUSH, NULL, 0, NULL, NULL); in do_flush() 226 strncpy(lc->uuid, argv[0], DM_UUID_LEN); in userspace_ctr() 262 r = dm_consult_userspace(lc->uuid, lc->luid, DM_ULOG_CTR, in userspace_ctr() 276 r = dm_consult_userspace(lc->uuid, lc->luid, DM_ULOG_GET_REGION_SIZE, in userspace_ctr() 338 (void) dm_consult_userspace(lc->uuid, l in userspace_dtr() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-log-userspace-base.c | 47 char uuid[DM_UUID_LEN]; member 85 static int userspace_do_request(struct log_c *lc, const char *uuid, in userspace_do_request() argument 97 r = dm_consult_userspace(uuid, lc->luid, request_type, data, in userspace_do_request() 108 r = dm_consult_userspace(uuid, lc->luid, DM_ULOG_CTR, in userspace_do_request() 116 r = dm_consult_userspace(uuid, lc->luid, DM_ULOG_RESUME, NULL, in userspace_do_request() 164 r = userspace_do_request(lc, lc->uuid, DM_ULOG_FLUSH, NULL, 0, NULL, NULL); in do_flush() 227 strncpy(lc->uuid, argv[0], DM_UUID_LEN); in userspace_ctr() 263 r = dm_consult_userspace(lc->uuid, lc->luid, DM_ULOG_CTR, in userspace_ctr() 277 r = dm_consult_userspace(lc->uuid, lc->luid, DM_ULOG_GET_REGION_SIZE, in userspace_ctr() 339 (void) dm_consult_userspace(lc->uuid, l in userspace_dtr() [all...] |
/kernel/linux/common_modules/tzdriver/ |
H A D | dynamic_mem.h | 45 struct tc_uuid uuid;
member 50 struct tc_uuid uuid;
member 73 const struct tc_uuid *uuid, uint32_t size, int32_t *ret_origin);
75 void kill_ion_by_uuid(const struct tc_uuid *uuid);
103 const struct tc_uuid *uuid, uint32_t size)
in load_app_use_configid() 107 (void)uuid;
in load_app_use_configid() 118 static inline void kill_ion_by_uuid(const struct tc_uuid *uuid)
in kill_ion_by_uuid() argument 120 (void)uuid;
in kill_ion_by_uuid() 102 load_app_use_configid(uint32_t configid, uint32_t cafd, const struct tc_uuid *uuid, uint32_t size) load_app_use_configid() argument
|
/kernel/linux/linux-6.6/drivers/firmware/arm_ffa/ |
H A D | bus.c | 28 while (!uuid_is_null(&id_table->uuid)) { in ffa_device_match() 35 if (uuid_is_null(&ffa_dev->uuid)) in ffa_device_match() 36 ffa_device_match_uuid(ffa_dev, &id_table->uuid); in ffa_device_match() 38 if (uuid_equal(&ffa_dev->uuid, &id_table->uuid)) in ffa_device_match() 67 ffa_dev->vm_id, &ffa_dev->uuid); in ffa_device_uevent() 84 return sprintf(buf, "%pUb\n", &ffa_dev->uuid); in uuid_show() 86 static DEVICE_ATTR_RO(uuid); 174 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id, in ffa_device_register() argument 199 uuid_copy(&ffa_dev->uuid, uui in ffa_device_register() [all...] |
/kernel/linux/linux-6.6/tools/power/acpi/tools/pfrut/ |
H A D | pfrut.c | 24 #include <uuid/uuid.h> 169 char *uuid; in print_cap() local 171 uuid = malloc(37); in print_cap() 172 if (!uuid) { in print_cap() 173 perror("Can not allocate uuid buffer\n"); in print_cap() 177 uuid_unparse(cap->code_type, uuid); in print_cap() 178 printf("code injection image type:%s\n", uuid); in print_cap() 182 uuid_unparse(cap->drv_type, uuid); in print_cap() 183 printf("driver update image type:%s\n", uuid); in print_cap() [all...] |
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | property.c | 13 #include <linux/uuid.h> 32 u32 uuid[4]; member 177 dir->uuid = kmemdup(&block[dir_offset], sizeof(*dir->uuid), in __tb_property_parse_dir() 179 if (!dir->uuid) { in __tb_property_parse_dir() 237 * @uuid: UUID used to identify the particular directory 239 * Creates new, empty property directory. If @uuid is %NULL then the 242 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid) in tb_property_create_dir() argument 251 if (uuid) { in tb_property_create_dir() 252 dir->uuid in tb_property_create_dir() [all...] |
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | property.c | 13 #include <linux/uuid.h> 32 u32 uuid[4]; member 177 dir->uuid = kmemdup(&block[dir_offset], sizeof(*dir->uuid), in __tb_property_parse_dir() 179 if (!dir->uuid) { in __tb_property_parse_dir() 237 * @uuid: UUID used to identify the particular directory 239 * Creates new, empty property directory. If @uuid is %NULL then the 242 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid) in tb_property_create_dir() argument 251 if (uuid) { in tb_property_create_dir() 252 dir->uuid in tb_property_create_dir() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | uuid.h | 11 #include <uapi/linux/uuid.h> 81 static inline bool uuid_is_null(const uuid_t *uuid) in uuid_is_null() argument 83 return uuid_equal(uuid, &uuid_null); in uuid_is_null() 86 void generate_random_uuid(unsigned char uuid[16]); 92 bool __must_check uuid_is_valid(const char *uuid); 97 int guid_parse(const char *uuid, guid_t *u); 98 int uuid_parse(const char *uuid, uuid_t *u);
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | session_manager.c | 106 *(uint32_t *)service->uuid); in put_service_struct() 154 tlogi("uuid-%x, usage=%d\n", *(uint32_t *)service->uuid, in dump_services_status() 207 const unsigned char *uuid, int uuid_size) in tc_find_service_in_dev() 211 if (!dev || !uuid || uuid_size != UUID_LEN) in tc_find_service_in_dev() 216 memcmp(dev->services[i]->uuid, uuid, UUID_LEN) == 0) in tc_find_service_in_dev() 241 service = tc_find_service_in_dev(dev_file, cmd->uuid, UUID_LEN); in tc_find_session_by_uuid() 263 const unsigned char *uuid, unsigned int uuid_len) in tc_ns_need_load_image() 271 if (!uuid || uuid_le in tc_ns_need_load_image() 206 tc_find_service_in_dev(const struct tc_ns_dev_file *dev, const unsigned char *uuid, int uuid_size) tc_find_service_in_dev() argument 262 tc_ns_need_load_image(unsigned int file_id, const unsigned char *uuid, unsigned int uuid_len) tc_ns_need_load_image() argument 527 tc_ref_service_in_dev(struct tc_ns_dev_file *dev, const unsigned char *uuid, int uuid_size, bool *is_full) tc_ref_service_in_dev() argument 549 tc_ns_service_init(const unsigned char *uuid, uint32_t uuid_len, struct tc_ns_service **new_service) tc_ns_service_init() argument 581 tc_find_service_from_all( const unsigned char *uuid, uint32_t uuid_len) tc_find_service_from_all() argument 1103 close_session(struct tc_ns_dev_file *dev, struct tc_ns_session *session, const unsigned char *uuid, unsigned int uuid_len, unsigned int session_id) close_session() argument [all...] |
/kernel/linux/linux-5.10/fs/afs/ |
H A D | server.c | 90 struct afs_server *afs_find_server_by_uuid(struct afs_net *net, const uuid_t *uuid) in afs_find_server_by_uuid() argument 96 _enter("%pU", uuid); in afs_find_server_by_uuid() 113 diff = memcmp(uuid, &server->uuid, sizeof(*uuid)); in afs_find_server_by_uuid() 158 diff = memcmp(&candidate->uuid, &server->uuid, sizeof(uuid_t)); in afs_install_server() 220 const uuid_t *uuid, in afs_alloc_server() 237 server->uuid = *uuid; in afs_alloc_server() 219 afs_alloc_server(struct afs_cell *cell, const uuid_t *uuid, struct afs_addr_list *alist) afs_alloc_server() argument 258 afs_vl_lookup_addrs(struct afs_cell *cell, struct key *key, const uuid_t *uuid) afs_vl_lookup_addrs() argument 283 afs_lookup_server(struct afs_cell *cell, struct key *key, const uuid_t *uuid, u32 addr_version) afs_lookup_server() argument [all...] |
H A D | vlclient.c | 57 struct afs_uuid *uuid; in afs_deliver_vl_get_entry_by_name_u() local 76 uuid = (struct afs_uuid *)&entry->fs_server[n]; in afs_deliver_vl_get_entry_by_name_u() 77 uuid->time_low = xdr->time_low; in afs_deliver_vl_get_entry_by_name_u() 78 uuid->time_mid = htons(ntohl(xdr->time_mid)); in afs_deliver_vl_get_entry_by_name_u() 79 uuid->time_hi_and_version = htons(ntohl(xdr->time_hi_and_version)); in afs_deliver_vl_get_entry_by_name_u() 80 uuid->clock_seq_hi_and_reserved = (u8)ntohl(xdr->clock_seq_hi_and_reserved); in afs_deliver_vl_get_entry_by_name_u() 81 uuid->clock_seq_low = (u8)ntohl(xdr->clock_seq_low); in afs_deliver_vl_get_entry_by_name_u() 83 uuid->node[j] = (u8)ntohl(xdr->node[j]); in afs_deliver_vl_get_entry_by_name_u() 126 * Dispatch a get volume entry by name or ID operation (uuid variant). If the 197 /* Extract the returned uuid, uniquifie in afs_deliver_vl_get_addrs_u() 268 afs_vl_get_addrs_u(struct afs_vl_cursor *vc, const uuid_t *uuid) afs_vl_get_addrs_u() argument 619 afs_yfsvl_get_endpoints(struct afs_vl_cursor *vc, const uuid_t *uuid) afs_yfsvl_get_endpoints() argument [all...] |
/kernel/linux/linux-6.6/fs/afs/ |
H A D | vlclient.c | 57 struct afs_uuid *uuid; in afs_deliver_vl_get_entry_by_name_u() local 76 uuid = (struct afs_uuid *)&entry->fs_server[n]; in afs_deliver_vl_get_entry_by_name_u() 77 uuid->time_low = xdr->time_low; in afs_deliver_vl_get_entry_by_name_u() 78 uuid->time_mid = htons(ntohl(xdr->time_mid)); in afs_deliver_vl_get_entry_by_name_u() 79 uuid->time_hi_and_version = htons(ntohl(xdr->time_hi_and_version)); in afs_deliver_vl_get_entry_by_name_u() 80 uuid->clock_seq_hi_and_reserved = (u8)ntohl(xdr->clock_seq_hi_and_reserved); in afs_deliver_vl_get_entry_by_name_u() 81 uuid->clock_seq_low = (u8)ntohl(xdr->clock_seq_low); in afs_deliver_vl_get_entry_by_name_u() 83 uuid->node[j] = (u8)ntohl(xdr->node[j]); in afs_deliver_vl_get_entry_by_name_u() 126 * Dispatch a get volume entry by name or ID operation (uuid variant). If the 197 /* Extract the returned uuid, uniquifie in afs_deliver_vl_get_addrs_u() 268 afs_vl_get_addrs_u(struct afs_vl_cursor *vc, const uuid_t *uuid) afs_vl_get_addrs_u() argument 620 afs_yfsvl_get_endpoints(struct afs_vl_cursor *vc, const uuid_t *uuid) afs_yfsvl_get_endpoints() argument [all...] |