Home
last modified time | relevance | path

Searched refs:maptype (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c156 int ret, maptype; in nvif_object_map_handle() local
166 maptype = args->map.type; in nvif_object_map_handle()
168 return ret ? ret : (maptype == NVIF_IOCTL_MAP_V0_IO); in nvif_object_map_handle()
/linux/fs/smb/client/
H A Dcifs_unicode.c104 int maptype) in cifs_mapchar() argument
111 if ((maptype == SFM_MAP_UNI_RSVD) && convert_sfm_char(src_char, target)) in cifs_mapchar()
113 else if ((maptype == SFU_MAP_UNI_RSVD) && in cifs_mapchar()
/linux/fs/jfs/
H A Djfs_txnmgr.c2254 int maptype; in txUpdateMap() local
2260 maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP; in txUpdateMap()
2332 tblk, maptype); in txUpdateMap()
2451 struct maplock * maplock, struct tblock * tblk, int maptype) in txFreeMap() argument
2464 tblk, maplock, maptype); in txFreeMap()
2469 if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) { in txFreeMap()
2509 if (maptype == COMMIT_PWMAP || maptype == COMMIT_WMAP) { in txFreeMap()
/linux/drivers/mmc/host/
H A Dmmc_spi.c202 static char *maptype(struct mmc_command *cmd) in maptype() function
379 cmd->opcode, maptype(cmd), cmd->resp[0], cmd->resp[1]); in mmc_spi_response_get()
477 cmd->opcode, maptype(cmd)); in mmc_spi_command_send()
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c312 u32 maptype; in matching_bar() local
314 maptype = NFP_PCIE_BAR_PCIE2CPP_MapType_of(bar->barcfg); in matching_bar()
335 switch (maptype) { in matching_bar()