Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fat/
Dcache.c312 unsigned long *mapped_blocks, sector_t *bmap) in fat_get_mapped_cluster() argument
325 *mapped_blocks = sbi->sec_per_clus - offset; in fat_get_mapped_cluster()
326 if (*mapped_blocks > last_block - sector) in fat_get_mapped_cluster()
327 *mapped_blocks = last_block - sector; in fat_get_mapped_cluster()
359 unsigned long *mapped_blocks, int create, bool from_bmap) in fat_bmap() argument
365 *mapped_blocks = 0; in fat_bmap()
369 *mapped_blocks = 1; in fat_bmap()
384 return fat_get_mapped_cluster(inode, sector, last_block, mapped_blocks, in fat_bmap()
Dinode.c125 unsigned long mapped_blocks; in __fat_get_block() local
129 err = fat_bmap(inode, iblock, &phys, &mapped_blocks, create, false); in __fat_get_block()
134 *max_blocks = min(mapped_blocks, *max_blocks); in __fat_get_block()
160 mapped_blocks = sbi->sec_per_clus - offset; in __fat_get_block()
162 *max_blocks = min(mapped_blocks, *max_blocks); in __fat_get_block()
165 err = fat_bmap(inode, iblock, &phys, &mapped_blocks, create, false); in __fat_get_block()
176 BUG_ON(*max_blocks != mapped_blocks); in __fat_get_block()
302 unsigned long mapped_blocks; in fat_get_block_bmap() local
306 err = fat_bmap(inode, iblock, &bmap, &mapped_blocks, create, true); in fat_get_block_bmap()
312 max_blocks = min(mapped_blocks, max_blocks); in fat_get_block_bmap()
Dfat.h320 unsigned long *mapped_blocks, sector_t *bmap);
322 unsigned long *mapped_blocks, int create, bool from_bmap);
Ddir.c87 unsigned long mapped_blocks; in fat__get_entry() local
94 err = fat_bmap(dir, iblock, &phys, &mapped_blocks, 0, false); in fat__get_entry()
/linux-6.1.9/drivers/md/
Ddm-thin-metadata.c139 __le64 mapped_blocks; member
236 uint64_t mapped_blocks; member
839 details.mapped_blocks = cpu_to_le64(td->mapped_blocks); in __write_changed_details()
1052 details_le.mapped_blocks = 0; in __open_device()
1067 (*td)->mapped_blocks = le64_to_cpu(details_le.mapped_blocks); in __open_device()
1151 snap->mapped_blocks = td->mapped_blocks; in __set_snapshot_details()
1661 td->mapped_blocks++; in __insert()
1727 td->mapped_blocks -= total_count; in __remove_range()
1988 *result = td->mapped_blocks; in dm_thin_get_mapped_count()
/linux-6.1.9/fs/exfat/
Dinode.c276 unsigned long mapped_blocks = 0; in exfat_get_block() local
305 mapped_blocks = sbi->sect_per_clus - sec_offset; in exfat_get_block()
306 max_blocks = min(mapped_blocks, max_blocks); in exfat_get_block()
/linux-6.1.9/drivers/misc/habanalabs/gaudi2/
Dgaudi2P.h512 struct user_mapped_block mapped_blocks[NUM_USER_MAPPED_BLOCKS]; member
Dgaudi2.c2758 struct user_mapped_block *blocks = gaudi2->mapped_blocks; in gaudi2_user_mapped_dec_init()
2775 struct user_mapped_block *blocks = gaudi2->mapped_blocks; in gaudi2_user_mapped_blocks_init()
9861 if (block_addr == CFG_BASE + gaudi2->mapped_blocks[i].address) { in gaudi2_get_hw_block_id()
9864 *block_size = gaudi2->mapped_blocks[i].size; in gaudi2_get_hw_block_id()
9888 if (block_size != gaudi2->mapped_blocks[block_id].size) { in gaudi2_block_mmap()
9893 offset_in_bar = CFG_BASE + gaudi2->mapped_blocks[block_id].address - STM_FLASH_BASE_ADDR; in gaudi2_block_mmap()