Home
last modified time | relevance | path

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

/fs/cifs/
Dcifs_unicode.c19 int map_type; in cifs_remap() local
22 map_type = SFM_MAP_UNI_RSVD; in cifs_remap()
24 map_type = SFU_MAP_UNI_RSVD; in cifs_remap()
26 map_type = NO_MAP_UNI_RSVD; in cifs_remap()
28 return map_type; in cifs_remap()
180 const struct nls_table *codepage, int map_type) in cifs_from_utf16() argument
215 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16()
221 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16()
Dsmb2misc.c444 int map_type; in cifs_convert_path_to_utf16() local
447 map_type = SFM_MAP_UNI_RSVD; in cifs_convert_path_to_utf16()
449 map_type = SFU_MAP_UNI_RSVD; in cifs_convert_path_to_utf16()
451 map_type = NO_MAP_UNI_RSVD; in cifs_convert_path_to_utf16()
466 cifs_sb->local_nls, map_type); in cifs_convert_path_to_utf16()
Dreaddir.c732 int map_type; in cifs_filldir() local
734 map_type = cifs_remap(cifs_sb); in cifs_filldir()
740 (size_t)max_len), nlt, map_type); in cifs_filldir()
Dcifs_unicode.h94 const struct nls_table *cp, int map_type);
/fs/btrfs/
Draid56.c1039 if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID5) in alloc_rbio()
1041 else if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) in alloc_rbio()
1910 if (rbio->bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) { in __raid_recover_end_io()
2221 (u64)bio->bi_iter.bi_size, bbio->map_type); in raid56_parity_recover()
Dscrub.c261 (page->recover->bbio->map_type & BTRFS_BLOCK_GROUP_RAID56_MASK); in scrub_is_page_on_raid56()
1228 if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID5) in scrub_nr_raid_mirrors()
1230 else if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) in scrub_nr_raid_mirrors()
1236 static inline void scrub_stripe_index_and_offset(u64 logical, u64 map_type, in scrub_stripe_index_and_offset() argument
1245 if (map_type & BTRFS_BLOCK_GROUP_RAID56_MASK) { in scrub_stripe_index_and_offset()
1356 bbio->map_type, in scrub_setup_recheck_block()
2180 !(bbio->map_type & BTRFS_BLOCK_GROUP_RAID56_MASK))) { in scrub_missing_raid56_pages()
Dvolumes.h331 u64 map_type; /* get from map_lookup->type */ member
Dvolumes.c5908 bbio->map_type = map->type; in __btrfs_map_block_for_discard()
6422 bbio->map_type = map->type; in __btrfs_map_block()
6719 if ((bbio->map_type & BTRFS_BLOCK_GROUP_RAID56_MASK) && in btrfs_map_bio()