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

/linux-master/fs/erofs/
H A Ddecompressor.c126 int *maptype, bool may_inplace)
144 *maptype = 3;
149 *maptype = 0;
156 *maptype = 1;
185 *maptype = 2;
214 int ret, maptype; local
235 &maptype, may_inplace);
258 if (maptype == 0) {
260 } else if (maptype == 1) {
262 } else if (maptype
124 z_erofs_lz4_handle_overlap(struct z_erofs_lz4_decompress_ctx *ctx, void *inpage, void *out, unsigned int *inputmargin, int *maptype, bool may_inplace) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c189 int ret, maptype; local
199 maptype = args->map.type;
201 return ret ? ret : (maptype == NVIF_IOCTL_MAP_V0_IO);
/linux-master/fs/smb/client/
H A Dcifs_unicode.c119 int maptype)
126 if ((maptype == SFM_MAP_UNI_RSVD) && convert_sfm_char(src_char, target))
128 else if ((maptype == SFU_MAP_UNI_RSVD) &&
118 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, int maptype) argument
/linux-master/fs/jfs/
H A Djfs_txnmgr.c2253 int maptype; local
2259 maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP;
2331 tblk, maptype);
2382 * maptype -
2450 struct maplock * maplock, struct tblock * tblk, int maptype)
2462 jfs_info("txFreeMap: tblk:0x%p maplock:0x%p maptype:0x%x",
2463 tblk, maplock, maptype);
2468 if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) {
2508 if (maptype
2449 txFreeMap(struct inode *ip, struct maplock * maplock, struct tblock * tblk, int maptype) argument
[all...]
/linux-master/drivers/mmc/host/
H A Dmmc_spi.c202 static char *maptype(struct mmc_command *cmd) function
228 cmd->opcode, maptype(cmd));
480 cmd->opcode, maptype(cmd));
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c312 u32 maptype; local
314 maptype = NFP_PCIE_BAR_PCIE2CPP_MapType_of(bar->barcfg);
335 switch (maptype) {

Completed in 389 milliseconds