Searched refs:mapped_blocks (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/fs/fat/ |
H A D | cache.c | 305 unsigned long *mapped_blocks, int create) fat_bmap() 315 *mapped_blocks = 0; fat_bmap() 319 *mapped_blocks = 1; fat_bmap() 346 *mapped_blocks = sbi->sec_per_clus - offset; fat_bmap() 347 if (*mapped_blocks > last_block - sector) fat_bmap() 348 *mapped_blocks = last_block - sector; fat_bmap() 304 fat_bmap(struct inode *inode, sector_t sector, sector_t *phys, unsigned long *mapped_blocks, int create) fat_bmap() argument
|
H A D | inode.c | 116 unsigned long mapped_blocks; __fat_get_block() local 120 err = fat_bmap(inode, iblock, &phys, &mapped_blocks, create); __fat_get_block() 125 *max_blocks = min(mapped_blocks, *max_blocks); __fat_get_block() 145 mapped_blocks = sbi->sec_per_clus - offset; __fat_get_block() 147 *max_blocks = min(mapped_blocks, *max_blocks); __fat_get_block() 150 err = fat_bmap(inode, iblock, &phys, &mapped_blocks, create); __fat_get_block() 155 BUG_ON(*max_blocks != mapped_blocks); __fat_get_block()
|
H A D | fat.h | 289 unsigned long *mapped_blocks, int create);
|
H A D | dir.c | 85 unsigned long mapped_blocks; fat__get_entry() local 94 err = fat_bmap(dir, iblock, &phys, &mapped_blocks, 0); fat__get_entry()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-thin-metadata.c | 136 __le64 mapped_blocks; member in struct:disk_device_details 212 uint64_t mapped_blocks; member in struct:dm_thin_device 749 details.mapped_blocks = cpu_to_le64(td->mapped_blocks); __write_changed_details() 940 details_le.mapped_blocks = 0; __open_device() 955 (*td)->mapped_blocks = le64_to_cpu(details_le.mapped_blocks); __open_device() 1040 snap->mapped_blocks = td->mapped_blocks; __set_snapshot_details() 1440 td->mapped_blocks++; __insert() 1468 td->mapped_blocks--; __remove() 1657 *result = td->mapped_blocks; dm_thin_get_mapped_count()
|
Completed in 120 milliseconds