Searched refs:desc_count (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/orangefs/ |
D | orangefs-bufmap.c | 150 int desc_count; member 228 bufmap->desc_count = user_desc->count; in orangefs_bufmap_alloc() 232 bufmap->buffer_index_array = bitmap_zalloc(bufmap->desc_count, GFP_KERNEL); in orangefs_bufmap_alloc() 237 kcalloc(bufmap->desc_count, sizeof(struct orangefs_bufmap_desc), in orangefs_bufmap_alloc() 297 for (offset = 0, i = 0; i < bufmap->desc_count; i++) { in orangefs_bufmap_map() 384 bufmap->desc_count, in orangefs_bufmap_initialize()
|
/linux-4.19.296/fs/ext2/ |
D | ialloc.c | 627 unsigned long desc_count = 0; in ext2_count_free_inodes() local 642 desc_count += le16_to_cpu(desc->bg_free_inodes_count); in ext2_count_free_inodes() 657 desc_count, bitmap_count); in ext2_count_free_inodes() 658 return desc_count; in ext2_count_free_inodes() 664 desc_count += le16_to_cpu(desc->bg_free_inodes_count); in ext2_count_free_inodes() 666 return desc_count; in ext2_count_free_inodes()
|
D | balloc.c | 1470 unsigned long desc_count = 0; in ext2_count_free_blocks() local 1477 desc_count = 0; in ext2_count_free_blocks() 1485 desc_count += le16_to_cpu(desc->bg_free_blocks_count); in ext2_count_free_blocks() 1498 desc_count, bitmap_count); in ext2_count_free_blocks() 1505 desc_count += le16_to_cpu(desc->bg_free_blocks_count); in ext2_count_free_blocks() 1507 return desc_count; in ext2_count_free_blocks()
|
/linux-4.19.296/fs/ext4/ |
D | balloc.c | 712 ext4_fsblk_t desc_count; in ext4_count_free_clusters() local 724 desc_count = 0; in ext4_count_free_clusters() 736 desc_count += ext4_free_group_clusters(sb, gdp); in ext4_count_free_clusters() 754 desc_count, bitmap_count); in ext4_count_free_clusters() 757 desc_count = 0; in ext4_count_free_clusters() 766 desc_count += ext4_free_group_clusters(sb, gdp); in ext4_count_free_clusters() 769 return desc_count; in ext4_count_free_clusters()
|
D | ialloc.c | 1279 unsigned long desc_count; in ext4_count_free_inodes() local 1288 desc_count = 0; in ext4_count_free_inodes() 1295 desc_count += ext4_free_inodes_count(sb, gdp); in ext4_count_free_inodes() 1312 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count); in ext4_count_free_inodes() 1313 return desc_count; in ext4_count_free_inodes() 1315 desc_count = 0; in ext4_count_free_inodes() 1320 desc_count += ext4_free_inodes_count(sb, gdp); in ext4_count_free_inodes() 1323 return desc_count; in ext4_count_free_inodes()
|