Home
last modified time | relevance | path

Searched refs:map_type (Results 1 – 8 of 8) sorted by relevance

/fs/cifs/
Dcifs_unicode.c32 int map_type; in cifs_remap() local
35 map_type = SFM_MAP_UNI_RSVD; in cifs_remap()
37 map_type = SFU_MAP_UNI_RSVD; in cifs_remap()
39 map_type = NO_MAP_UNI_RSVD; in cifs_remap()
41 return map_type; in cifs_remap()
189 const struct nls_table *codepage, int map_type) in cifs_from_utf16() argument
224 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16()
230 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16()
Dsmb2misc.c391 int map_type; in cifs_convert_path_to_utf16() local
394 map_type = SFM_MAP_UNI_RSVD; in cifs_convert_path_to_utf16()
396 map_type = SFU_MAP_UNI_RSVD; in cifs_convert_path_to_utf16()
398 map_type = NO_MAP_UNI_RSVD; in cifs_convert_path_to_utf16()
406 cifs_sb->local_nls, map_type); in cifs_convert_path_to_utf16()
Dreaddir.c728 int map_type; in cifs_filldir() local
730 map_type = cifs_remap(cifs_sb); in cifs_filldir()
736 (size_t)max_len), nlt, map_type); in cifs_filldir()
Dcifs_unicode.h109 const struct nls_table *cp, int map_type);
/fs/btrfs/
Dvolumes.h312 u64 map_type; /* get from map_lookup->type */ member
Dscrub.c1263 if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID5) in scrub_nr_raid_mirrors()
1265 else if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) in scrub_nr_raid_mirrors()
1271 static inline void scrub_stripe_index_and_offset(u64 logical, u64 map_type, in scrub_stripe_index_and_offset() argument
1280 if (map_type & BTRFS_BLOCK_GROUP_RAID56_MASK) { in scrub_stripe_index_and_offset()
1388 bbio->map_type, in scrub_setup_recheck_block()
1439 (page->recover->bbio->map_type & BTRFS_BLOCK_GROUP_RAID56_MASK); in scrub_is_page_on_raid56()
2195 !(bbio->map_type & BTRFS_BLOCK_GROUP_RAID56_MASK))) { in scrub_missing_raid56_pages()
Draid56.c1002 if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID5) in alloc_rbio()
1004 else if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) in alloc_rbio()
1857 if (rbio->bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) { in __raid_recover_end_io()
Dvolumes.c5746 bbio->map_type = map->type; in __btrfs_map_block()