Searched refs:alloc_blocks (Results 1 – 10 of 10) sorted by relevance
357 xfs_fsblock_t alloc_blocks) in xfs_quota_need_throttle() argument527 alloc_blocks = plen * 2; in xfs_iomap_prealloc_size()530 qblocks = alloc_blocks; in xfs_iomap_prealloc_size()540 alloc_blocks); in xfs_iomap_prealloc_size()571 alloc_blocks = min(alloc_blocks, qblocks); in xfs_iomap_prealloc_size()575 alloc_blocks >>= shift; in xfs_iomap_prealloc_size()580 if (alloc_blocks) in xfs_iomap_prealloc_size()581 alloc_blocks = rounddown_pow_of_two(alloc_blocks); in xfs_iomap_prealloc_size()591 while (alloc_blocks && alloc_blocks >= freesp) in xfs_iomap_prealloc_size()592 alloc_blocks >>= 4; in xfs_iomap_prealloc_size()[all …]
352 if (ablock >= HFS_I(inode)->alloc_blocks) { in hfs_get_block()398 if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->first_blocks) in hfs_extend_file()401 res = hfs_ext_read_extent(inode, HFS_I(inode)->alloc_blocks); in hfs_extend_file()415 if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->first_blocks) { in hfs_extend_file()425 HFS_I(inode)->alloc_blocks, in hfs_extend_file()436 HFS_I(inode)->alloc_blocks - in hfs_extend_file()449 HFS_I(inode)->alloc_blocks += len; in hfs_extend_file()469 HFS_I(inode)->cached_start = HFS_I(inode)->alloc_blocks; in hfs_extend_file()507 alloc_cnt = HFS_I(inode)->alloc_blocks; in hfs_file_truncate()545 HFS_I(inode)->alloc_blocks = blk_cnt; in hfs_file_truncate()
54 if (HFS_I(tree->inode)->alloc_blocks > in hfs_btree_open()273 (loff_t)HFS_I(inode)->alloc_blocks * in hfs_bmap_reserve()
225 HFS_I(inode)->alloc_blocks = 0; in hfs_new_inode()284 HFS_I(inode)->alloc_blocks = be32_to_cpu(phys_size) / in hfs_inode_read_fork()417 *phys_size = cpu_to_be32(HFS_I(inode)->alloc_blocks * in hfs_inode_write_fork()
77 u16 alloc_blocks, clump_blocks; member
244 if (ablock >= hip->alloc_blocks) { in hfsplus_get_block()456 if (hip->alloc_blocks == hip->first_blocks) in hfsplus_file_extend()459 res = hfsplus_ext_read_extent(inode, hip->alloc_blocks); in hfsplus_file_extend()483 if (hip->alloc_blocks <= hip->first_blocks) { in hfsplus_file_extend()493 hip->alloc_blocks, in hfsplus_file_extend()504 hip->alloc_blocks - hip->cached_start, in hfsplus_file_extend()515 hip->alloc_blocks += len; in hfsplus_file_extend()534 hip->cached_start = hip->alloc_blocks; in hfsplus_file_extend()576 alloc_cnt = hip->alloc_blocks; in hfsplus_file_truncate()620 hip->alloc_blocks = blk_cnt; in hfsplus_file_truncate()
406 hip->alloc_blocks = 0; in hfsplus_new_inode()477 hip->alloc_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_inode_read_fork()497 fork->total_blocks = cpu_to_be32(HFSPLUS_I(inode)->alloc_blocks); in hfsplus_inode_write_fork()
362 (loff_t)hip->alloc_blocks << in hfs_bmap_reserve()365 hip->alloc_blocks << HFSPLUS_SB(tree->sb)->fs_shift; in hfs_bmap_reserve()
197 while (hip->alloc_blocks < hip->clump_blocks) { in hfsplus_create_attributes_file()204 (loff_t)hip->alloc_blocks << sbi->alloc_blksz_shift; in hfsplus_create_attributes_file()205 hip->fs_blocks = hip->alloc_blocks << sbi->fs_shift; in hfsplus_create_attributes_file()
221 u32 alloc_blocks; member
Completed in 19 milliseconds