Home
last modified time | relevance | path

Searched refs:new_uuid (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Drecover.c308 int ptlrpc_recover_import(struct obd_import *imp, char *new_uuid, int async) in ptlrpc_recover_import() argument
323 if (new_uuid) { in ptlrpc_recover_import()
327 obd_str2uuid(&uuid, new_uuid); in ptlrpc_recover_import()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_ha.h54 int ptlrpc_recover_import(struct obd_import *imp, char *new_uuid, int async);
/linux-4.4.14/drivers/nvdimm/
Dnamespace_devs.c1053 struct device *dev, u8 *new_uuid, u8 **old_uuid) in namespace_update_uuid() argument
1060 if (!nd_is_uuid_unique(dev, new_uuid)) in namespace_update_uuid()
1087 nd_label_gen_id(&new_label_id, new_uuid, flags); in namespace_update_uuid()
1100 *old_uuid = new_uuid; in namespace_update_uuid()
/linux-4.4.14/fs/btrfs/
Dtransaction.c1320 uuid_le new_uuid; in create_pending_snapshot() local
1415 uuid_le_gen(&new_uuid); in create_pending_snapshot()
1416 memcpy(new_root_item->uuid, new_uuid.b, BTRFS_UUID_SIZE); in create_pending_snapshot()
1516 ret = btrfs_uuid_tree_add(trans, fs_info->uuid_root, new_uuid.b, in create_pending_snapshot()
Dioctl.c454 uuid_le new_uuid; in create_subvol() local
532 uuid_le_gen(&new_uuid); in create_subvol()
533 memcpy(root_item.uuid, new_uuid.b, BTRFS_UUID_SIZE); in create_subvol()
/linux-4.4.14/drivers/md/
Ddm-ioctl.c336 static void __set_cell_uuid(struct hash_cell *hc, char *new_uuid) in __set_cell_uuid() argument
339 hc->uuid = new_uuid; in __set_cell_uuid()
342 list_add(&hc->uuid_list, _uuid_buckets + hash_str(new_uuid)); in __set_cell_uuid()