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()
193 const struct nls_table *codepage, int map_type) in cifs_from_utf16() argument
228 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16()
234 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16()
Dsmb2misc.c420 int map_type; in cifs_convert_path_to_utf16() local
423 map_type = SFM_MAP_UNI_RSVD; in cifs_convert_path_to_utf16()
425 map_type = SFU_MAP_UNI_RSVD; in cifs_convert_path_to_utf16()
427 map_type = NO_MAP_UNI_RSVD; in cifs_convert_path_to_utf16()
435 cifs_sb->local_nls, map_type); in cifs_convert_path_to_utf16()
Dreaddir.c731 int map_type; in cifs_filldir() local
733 map_type = cifs_remap(cifs_sb); in cifs_filldir()
739 (size_t)max_len), nlt, map_type); in cifs_filldir()
Dcifs_unicode.h109 const struct nls_table *cp, int map_type);
/fs/btrfs/
Draid56.c1022 if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID5) in alloc_rbio()
1024 else if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) in alloc_rbio()
1862 if (rbio->bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) { in __raid_recover_end_io()
2160 (u64)bio->bi_iter.bi_size, bbio->map_type); in raid56_parity_recover()
Dvolumes.h317 u64 map_type; /* get from map_lookup->type */ member
Dscrub.c307 (page->recover->bbio->map_type & BTRFS_BLOCK_GROUP_RAID56_MASK); in scrub_is_page_on_raid56()
1531 if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID5) in scrub_nr_raid_mirrors()
1533 else if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) in scrub_nr_raid_mirrors()
1539 static inline void scrub_stripe_index_and_offset(u64 logical, u64 map_type, in scrub_stripe_index_and_offset() argument
1548 if (map_type & BTRFS_BLOCK_GROUP_RAID56_MASK) { in scrub_stripe_index_and_offset()
1659 bbio->map_type, in scrub_setup_recheck_block()
2453 !(bbio->map_type & BTRFS_BLOCK_GROUP_RAID56_MASK))) { in scrub_missing_raid56_pages()
Dvolumes.c5423 bbio->map_type = map->type; in __btrfs_map_block_for_discard()
5890 bbio->map_type = map->type; in __btrfs_map_block()
6214 if ((bbio->map_type & BTRFS_BLOCK_GROUP_RAID56_MASK) && in btrfs_map_bio()