Home
last modified time | relevance | path

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

/linux-6.1.9/fs/erofs/
Ddecompressor.c125 void *inpage, unsigned int *inputmargin, int *maptype, in z_erofs_lz4_handle_overlap() argument
148 *maptype = 0; in z_erofs_lz4_handle_overlap()
156 *maptype = 1; in z_erofs_lz4_handle_overlap()
185 *maptype = 2; in z_erofs_lz4_handle_overlap()
214 int ret, maptype; in z_erofs_lz4_decompress_mem() local
235 &maptype, may_inplace); in z_erofs_lz4_decompress_mem()
263 if (maptype == 0) { in z_erofs_lz4_decompress_mem()
265 } else if (maptype == 1) { in z_erofs_lz4_decompress_mem()
267 } else if (maptype == 2) { in z_erofs_lz4_decompress_mem()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvif/
Dobject.c189 int ret, maptype; in nvif_object_map_handle() local
199 maptype = args->map.type; in nvif_object_map_handle()
201 return ret ? ret : (maptype == NVIF_IOCTL_MAP_V0_IO); in nvif_object_map_handle()
/linux-6.1.9/fs/cifs/
Dcifs_unicode.c120 int maptype) in cifs_mapchar() argument
127 if ((maptype == SFM_MAP_UNI_RSVD) && convert_sfm_char(src_char, target)) in cifs_mapchar()
129 else if ((maptype == SFU_MAP_UNI_RSVD) && in cifs_mapchar()
/linux-6.1.9/fs/jfs/
Djfs_txnmgr.c2248 int maptype; in txUpdateMap() local
2254 maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP; in txUpdateMap()
2326 tblk, maptype); in txUpdateMap()
2445 struct maplock * maplock, struct tblock * tblk, int maptype) in txFreeMap() argument
2458 tblk, maplock, maptype); in txFreeMap()
2463 if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) { in txFreeMap()
2503 if (maptype == COMMIT_PWMAP || maptype == COMMIT_WMAP) { in txFreeMap()
/linux-6.1.9/drivers/mmc/host/
Dmmc_spi.c223 static char *maptype(struct mmc_command *cmd) in maptype() function
249 cmd->opcode, maptype(cmd)); in mmc_spi_response_get()
501 cmd->opcode, maptype(cmd)); in mmc_spi_command_send()
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/nfpcore/
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()