Home
last modified time | relevance | path

Searched refs:desc_count (Results 1 – 5 of 5) sorted by relevance

/fs/orangefs/
Dorangefs-bufmap.c150 int desc_count; member
225 bufmap->desc_count = user_desc->count; in orangefs_bufmap_alloc()
229 bufmap->buffer_index_array = bitmap_zalloc(bufmap->desc_count, GFP_KERNEL); in orangefs_bufmap_alloc()
234 kcalloc(bufmap->desc_count, sizeof(struct orangefs_bufmap_desc), in orangefs_bufmap_alloc()
294 for (offset = 0, i = 0; i < bufmap->desc_count; i++) { in orangefs_bufmap_map()
381 bufmap->desc_count, in orangefs_bufmap_initialize()
/fs/ext2/
Dialloc.c618 unsigned long desc_count = 0; in ext2_count_free_inodes() local
633 desc_count += le16_to_cpu(desc->bg_free_inodes_count); in ext2_count_free_inodes()
648 desc_count, bitmap_count); in ext2_count_free_inodes()
649 return desc_count; in ext2_count_free_inodes()
655 desc_count += le16_to_cpu(desc->bg_free_inodes_count); in ext2_count_free_inodes()
657 return desc_count; in ext2_count_free_inodes()
Dballoc.c1453 unsigned long desc_count = 0; in ext2_count_free_blocks() local
1460 desc_count = 0; in ext2_count_free_blocks()
1468 desc_count += le16_to_cpu(desc->bg_free_blocks_count); in ext2_count_free_blocks()
1481 desc_count, bitmap_count); in ext2_count_free_blocks()
1488 desc_count += le16_to_cpu(desc->bg_free_blocks_count); in ext2_count_free_blocks()
1490 return desc_count; in ext2_count_free_blocks()
/fs/ext4/
Dballoc.c761 ext4_fsblk_t desc_count; in ext4_count_free_clusters() local
773 desc_count = 0; in ext4_count_free_clusters()
785 desc_count += ext4_free_group_clusters(sb, gdp); in ext4_count_free_clusters()
803 desc_count, bitmap_count); in ext4_count_free_clusters()
806 desc_count = 0; in ext4_count_free_clusters()
815 desc_count += ext4_free_group_clusters(sb, gdp); in ext4_count_free_clusters()
818 return desc_count; in ext4_count_free_clusters()
Dialloc.c1445 unsigned long desc_count; in ext4_count_free_inodes() local
1454 desc_count = 0; in ext4_count_free_inodes()
1461 desc_count += ext4_free_inodes_count(sb, gdp); in ext4_count_free_inodes()
1478 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count); in ext4_count_free_inodes()
1479 return desc_count; in ext4_count_free_inodes()
1481 desc_count = 0; in ext4_count_free_inodes()
1486 desc_count += ext4_free_inodes_count(sb, gdp); in ext4_count_free_inodes()
1489 return desc_count; in ext4_count_free_inodes()