Searched refs:diag2fc_store (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/hypfs/ |
H A D | hypfs_vm.c | 58 void *diag2fc_store(char *query, unsigned int *count, int offset) in diag2fc_store() function 102 d2fc = diag2fc_store(diag2fc_guest_query, &count, sizeof(d2fc->hdr)); in dbfs_diag2fc_create()
|
H A D | hypfs_vm.h | 46 void *diag2fc_store(char *query, unsigned int *count, int offset);
|
H A D | hypfs_vm_fs.c | 93 data = diag2fc_store(diag2fc_guest_query, &count, 0); in hypfs_vm_create_files()
|
/kernel/linux/linux-5.10/arch/s390/hypfs/ |
H A D | hypfs_vm.c | 89 static void *diag2fc_store(char *query, unsigned int *count, int offset) in diag2fc_store() function 188 data = diag2fc_store(guest_query, &count, 0); in hypfs_vm_create_files() 254 d2fc = diag2fc_store(guest_query, &count, sizeof(d2fc->hdr)); in dbfs_diag2fc_create()
|
Completed in 2 milliseconds