Searched refs:block_count (Results 1 - 10 of 10) sorted by relevance

/fs/hfsplus/
H A Dextents.c56 count = be32_to_cpu(ext->block_count);
71 count += be32_to_cpu(ext->block_count);
81 if (ext->block_count)
83 return be32_to_cpu(ext->start_block) + be32_to_cpu(ext->block_count);
298 be32_to_cpu(extent[i].block_count));
303 u32 alloc_block, u32 block_count)
310 count = be32_to_cpu(extent->block_count);
319 block_count += count;
320 extent->block_count = cpu_to_be32(block_count);
302 hfsplus_add_extent(struct hfsplus_extent *extent, u32 offset, u32 alloc_block, u32 block_count) argument
[all...]
H A Dhfsplus_raw.h90 __be32 block_count; member in struct:hfsplus_extent
H A Dinode.c446 count += be32_to_cpu(fork->extents[i].block_count);
/fs/udf/
H A Dballoc.c176 uint32_t block_count)
190 if (first_block + block_count > part_len)
191 block_count = part_len - first_block;
206 while (bit < (sb->s_blocksize << 3) && block_count > 0) {
209 block_count--;
215 } while (block_count > 0);
581 uint32_t first_block, uint32_t block_count)
619 if (alloc_count > block_count) {
620 alloc_count = block_count;
762 uint32_t block_count)
173 udf_bitmap_prealloc_blocks(struct super_block *sb, struct udf_bitmap *bitmap, uint16_t partition, uint32_t first_block, uint32_t block_count) argument
579 udf_table_prealloc_blocks(struct super_block *sb, struct inode *table, uint16_t partition, uint32_t first_block, uint32_t block_count) argument
759 udf_prealloc_blocks(struct super_block *sb, struct inode *inode, uint16_t partition, uint32_t first_block, uint32_t block_count) argument
[all...]
/fs/reiserfs/
H A Dresize.c34 unsigned long int block_count, free_blocks; local
80 block_count = SB_BLOCK_COUNT(s);
220 free_blocks + (block_count_new - block_count -
/fs/f2fs/
H A Ddebug.c78 si->block_count[i] = sbi->block_count[i];
273 si->block_count[SSR], si->segment_count[SSR]);
275 si->block_count[LFS], si->segment_count[LFS]);
H A Df2fs.h558 unsigned int block_count[2]; /* # of allocated blocks */ member in struct:f2fs_sb_info
1422 unsigned int block_count[2]; member in struct:f2fs_stat_info
1452 ((sbi)->block_count[(curseg)->alloc_type]++)
H A Dsuper.c512 total_count = le64_to_cpu(sbi->raw_super->block_count);
/fs/hfs/
H A Dextent.c217 u16 alloc_block, u16 block_count)
233 block_count += count;
234 extent->count = cpu_to_be16(block_count);
216 hfs_add_extent(struct hfs_extent *extent, u16 offset, u16 alloc_block, u16 block_count) argument
/fs/affs/
H A Dfile.c360 AFFS_HEAD(ext_bh)->block_count = cpu_to_be32(block + 1);
897 AFFS_HEAD(ext_bh)->block_count = cpu_to_be32(i);

Completed in 158 milliseconds