Symbol: maptype
drivers/gpu/drm/nouveau/nvif/object.c
156
int ret, maptype;
drivers/gpu/drm/nouveau/nvif/object.c
166
maptype = args->map.type;
drivers/gpu/drm/nouveau/nvif/object.c
168
return ret ? ret : (maptype == NVIF_IOCTL_MAP_V0_IO);
drivers/mmc/host/mmc_spi.c
379
cmd->opcode, maptype(cmd), cmd->resp[0], cmd->resp[1]);
drivers/mmc/host/mmc_spi.c
477
cmd->opcode, maptype(cmd));
drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c
312
u32 maptype;
drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c
314
maptype = NFP_PCIE_BAR_PCIE2CPP_MapType_of(bar->barcfg);
drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c
335
switch (maptype) {
fs/erofs/decompressor.c
113
int *maptype, bool may_inplace)
fs/erofs/decompressor.c
126
*maptype = 0;
fs/erofs/decompressor.c
133
*maptype = 1;
fs/erofs/decompressor.c
155
*maptype = 3;
fs/erofs/decompressor.c
179
*maptype = 2;
fs/erofs/decompressor.c
208
int ret, maptype;
fs/erofs/decompressor.c
223
&maptype, may_inplace);
fs/erofs/decompressor.c
241
if (!maptype) {
fs/erofs/decompressor.c
243
} else if (maptype == 1) {
fs/erofs/decompressor.c
245
} else if (maptype == 2) {
fs/erofs/decompressor.c
247
} else if (maptype != 3) {
fs/jfs/jfs_txnmgr.c
2254
int maptype;
fs/jfs/jfs_txnmgr.c
2260
maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP;
fs/jfs/jfs_txnmgr.c
2332
tblk, maptype);
fs/jfs/jfs_txnmgr.c
2451
struct maplock * maplock, struct tblock * tblk, int maptype)
fs/jfs/jfs_txnmgr.c
2464
tblk, maplock, maptype);
fs/jfs/jfs_txnmgr.c
2469
if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) {
fs/jfs/jfs_txnmgr.c
2509
if (maptype == COMMIT_PWMAP || maptype == COMMIT_WMAP) {
fs/smb/client/cifs_unicode.c
104
int maptype)
fs/smb/client/cifs_unicode.c
111
if ((maptype == SFM_MAP_UNI_RSVD) && convert_sfm_char(src_char, target))
fs/smb/client/cifs_unicode.c
113
else if ((maptype == SFU_MAP_UNI_RSVD) &&