Searched refs:hosts (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/drivers/memstick/host/ |
D | jmb38x_ms.c | 73 struct memstick_host *hosts[]; member 812 if (!jm->hosts[cnt]) in jmb38x_ms_suspend() 814 memstick_suspend_host(jm->hosts[cnt]); in jmb38x_ms_suspend() 839 if (!jm->hosts[rc]) in jmb38x_ms_resume() 841 memstick_resume_host(jm->hosts[rc]); in jmb38x_ms_resume() 842 memstick_detect_change(jm->hosts[rc]); in jmb38x_ms_resume() 967 jm->hosts[cnt] = jmb38x_ms_alloc_host(jm, cnt); in jmb38x_ms_probe() 968 if (!jm->hosts[cnt]) in jmb38x_ms_probe() 971 rc = memstick_add_host(jm->hosts[cnt]); in jmb38x_ms_probe() 974 jmb38x_ms_free_host(jm->hosts[cnt]); in jmb38x_ms_probe() [all …]
|
/linux-4.19.296/fs/nfsd/ |
D | export.h | 23 char *hosts; /* colon separated list of hosts */ member
|
D | export.c | 303 kfree(locations[i].hosts); in nfsd4_fslocs_free() 419 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); in fsloc_parse() 420 if (!fsloc->locations[i].hosts) in fsloc_parse() 1189 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags() 1194 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
|
D | nfs4xdr.c | 2124 status = nfsd4_encode_components_esc(xdr, ':', location->hosts, in nfsd4_encode_fs_location4()
|
/linux-4.19.296/lib/ |
D | Kconfig | 62 hosts which can not be accessed in MMIO mode. Using the logical PIO 64 logic PIO space shared with MMIO hosts, such as PCI/PCIe, then the
|