Searched refs:map_type (Results 1 – 9 of 9) sorted by relevance
/fs/smb/client/ |
D | cifs_unicode.c | 18 int map_type; in cifs_remap() local 21 map_type = SFM_MAP_UNI_RSVD; in cifs_remap() 23 map_type = SFU_MAP_UNI_RSVD; in cifs_remap() 25 map_type = NO_MAP_UNI_RSVD; in cifs_remap() 27 return map_type; in cifs_remap() 179 const struct nls_table *codepage, int map_type) in cifs_from_utf16() argument 214 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16() 220 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16()
|
D | smb2misc.c | 459 int map_type; in cifs_convert_path_to_utf16() local 462 map_type = SFM_MAP_UNI_RSVD; in cifs_convert_path_to_utf16() 464 map_type = SFU_MAP_UNI_RSVD; in cifs_convert_path_to_utf16() 466 map_type = NO_MAP_UNI_RSVD; in cifs_convert_path_to_utf16() 481 cifs_sb->local_nls, map_type); in cifs_convert_path_to_utf16()
|
D | cifs_unicode.h | 94 const struct nls_table *cp, int map_type);
|
D | readdir.c | 991 int map_type; in cifs_filldir() local 993 map_type = cifs_remap(cifs_sb); in cifs_filldir() 999 (size_t)max_len), nlt, map_type); in cifs_filldir()
|
/fs/btrfs/ |
D | raid56.c | 974 ASSERT(btrfs_nr_parity_stripes(bioc->map_type)); in alloc_rbio() 975 rbio->nr_data = real_stripes - btrfs_nr_parity_stripes(bioc->map_type); in alloc_rbio() 1937 if (rbio->bioc->map_type & BTRFS_BLOCK_GROUP_RAID6) { in __raid_recover_end_io() 2216 (u64)bio->bi_iter.bi_size, bioc->map_type); in raid56_parity_recover()
|
D | scrub.c | 427 (sector->recover->bioc->map_type & BTRFS_BLOCK_GROUP_RAID56_MASK); in scrub_is_page_on_raid56() 1407 if (bioc->map_type & BTRFS_BLOCK_GROUP_RAID5) in scrub_nr_raid_mirrors() 1409 else if (bioc->map_type & BTRFS_BLOCK_GROUP_RAID6) in scrub_nr_raid_mirrors() 1415 static inline void scrub_stripe_index_and_offset(u64 logical, u64 map_type, in scrub_stripe_index_and_offset() argument 1423 if (map_type & BTRFS_BLOCK_GROUP_RAID56_MASK) { in scrub_stripe_index_and_offset() 1523 bioc->map_type, in scrub_setup_recheck_block() 2388 !(bioc->map_type & BTRFS_BLOCK_GROUP_RAID56_MASK))) { in scrub_missing_raid56_pages()
|
D | volumes.h | 500 u64 map_type; /* get from map_lookup->type */ member
|
D | zoned.c | 1785 if (bioc->map_type & BTRFS_BLOCK_GROUP_RAID56_MASK) { in read_zone_info()
|
D | volumes.c | 6664 bioc->map_type = map->type; in __btrfs_map_block() 6948 } else if (bioc->map_type & BTRFS_BLOCK_GROUP_RAID56_MASK) { in btrfs_submit_bio()
|