Searched refs:newmap (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/ceph/ |
D | osd_client.c | 2064 struct ceph_osdmap *newmap = NULL, *oldmap; in ceph_osdc_handle_map() local 2095 newmap = osdmap_apply_incremental(&p, next, in ceph_osdc_handle_map() 2098 if (IS_ERR(newmap)) { in ceph_osdc_handle_map() 2099 err = PTR_ERR(newmap); in ceph_osdc_handle_map() 2102 BUG_ON(!newmap); in ceph_osdc_handle_map() 2103 if (newmap != osdc->osdmap) { in ceph_osdc_handle_map() 2105 osdc->osdmap = newmap; in ceph_osdc_handle_map() 2118 if (newmap) in ceph_osdc_handle_map() 2140 newmap = ceph_osdmap_decode(&p, p+maplen); in ceph_osdc_handle_map() 2141 if (IS_ERR(newmap)) { in ceph_osdc_handle_map() [all …]
|
/linux-4.1.27/fs/ceph/ |
D | mds_client.c | 2989 struct ceph_mdsmap *newmap, in check_new_map() argument 2997 newmap->m_epoch, oldmap->m_epoch); in check_new_map() 3004 newstate = ceph_mdsmap_get_state(newmap, i); in check_new_map() 3010 ceph_mdsmap_is_laggy(newmap, i) ? " (laggy)" : "", in check_new_map() 3013 if (i >= newmap->m_max_mds || in check_new_map() 3015 ceph_mdsmap_get_addr(newmap, i), in check_new_map() 3059 for (i = 0; i < newmap->m_max_mds && i < mdsc->max_sessions; i++) { in check_new_map() 3063 if (!ceph_mdsmap_is_laggy(newmap, i)) in check_new_map() 3637 struct ceph_mdsmap *newmap, *oldmap; in ceph_mdsc_handle_map() local 3659 newmap = ceph_mdsmap_decode(&p, end); in ceph_mdsc_handle_map() [all …]
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 1994 struct MR_LD_VF_MAP *newmap = NULL, *savedmap = NULL; in megasas_get_ld_vf_affiliation_12() local 2078 newmap = new_affiliation->map; in megasas_get_ld_vf_affiliation_12() 2085 if (newmap->ref.targetId == in megasas_get_ld_vf_affiliation_12() 2088 if (newmap->policy[thisVf] != in megasas_get_ld_vf_affiliation_12() 2098 if (!found && newmap->policy[thisVf] != in megasas_get_ld_vf_affiliation_12() 2103 newmap = (struct MR_LD_VF_MAP *) in megasas_get_ld_vf_affiliation_12() 2104 ((unsigned char *)newmap + newmap->size); in megasas_get_ld_vf_affiliation_12() 2107 newmap = new_affiliation->map; in megasas_get_ld_vf_affiliation_12() 2114 newmap->ref.targetId) { in megasas_get_ld_vf_affiliation_12() 2117 newmap->policy[thisVf]) { in megasas_get_ld_vf_affiliation_12() [all …]
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 938 file name, perhaps newmap.map. Then exit your editor and return to the 942 Assuming that you saved your new keymap as the file newmap.map, you 945 /usr/src/linux-<version_number>/drivers/char/speakup/genmap newmap.map
|