Home
last modified time | relevance | path

Searched refs:alloc_blocks (Results 1 – 8 of 8) sorted by relevance

/fs/hfs/
Dextent.c333 if (ablock >= HFS_I(inode)->alloc_blocks) { in hfs_get_block()
379 if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->first_blocks) in hfs_extend_file()
382 res = hfs_ext_read_extent(inode, HFS_I(inode)->alloc_blocks); in hfs_extend_file()
396 if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->first_blocks) { in hfs_extend_file()
406 HFS_I(inode)->alloc_blocks, in hfs_extend_file()
417 HFS_I(inode)->alloc_blocks - in hfs_extend_file()
430 HFS_I(inode)->alloc_blocks += len; in hfs_extend_file()
448 HFS_I(inode)->cached_start = HFS_I(inode)->alloc_blocks; in hfs_extend_file()
486 alloc_cnt = HFS_I(inode)->alloc_blocks; in hfs_file_truncate()
519 HFS_I(inode)->alloc_blocks = blk_cnt; in hfs_file_truncate()
Dinode.c187 HFS_I(inode)->alloc_blocks = 0; in hfs_new_inode()
244 HFS_I(inode)->alloc_blocks = be32_to_cpu(phys_size) / in hfs_inode_read_fork()
376 *phys_size = cpu_to_be32(HFS_I(inode)->alloc_blocks * in hfs_inode_write_fork()
Dhfs_fs.h59 u16 alloc_blocks, clump_blocks; member
Dbtree.c226 (loff_t)HFS_I(inode)->alloc_blocks * in hfs_bmap_alloc()
/fs/hfsplus/
Dextents.c189 if (ablock >= HFSPLUS_I(inode).alloc_blocks) { in hfsplus_get_block()
362 if (HFSPLUS_I(inode).alloc_blocks == HFSPLUS_I(inode).first_blocks) in hfsplus_file_extend()
365 res = hfsplus_ext_read_extent(inode, HFSPLUS_I(inode).alloc_blocks); in hfsplus_file_extend()
382 if (HFSPLUS_I(inode).alloc_blocks <= HFSPLUS_I(inode).first_blocks) { in hfsplus_file_extend()
392 HFSPLUS_I(inode).alloc_blocks, in hfsplus_file_extend()
403 HFSPLUS_I(inode).alloc_blocks - in hfsplus_file_extend()
416 HFSPLUS_I(inode).alloc_blocks += len; in hfsplus_file_extend()
430 HFSPLUS_I(inode).cached_start = HFSPLUS_I(inode).alloc_blocks; in hfsplus_file_extend()
467 alloc_cnt = HFSPLUS_I(inode).alloc_blocks; in hfsplus_file_truncate()
500 HFSPLUS_I(inode).alloc_blocks = blk_cnt; in hfsplus_file_truncate()
Dbtree.c202 (loff_t)HFSPLUS_I(inode).alloc_blocks << in hfs_bmap_alloc()
204 HFSPLUS_I(inode).fs_blocks = HFSPLUS_I(inode).alloc_blocks << in hfs_bmap_alloc()
Dinode.c309 HFSPLUS_I(inode).alloc_blocks = 0; in hfsplus_new_inode()
378 HFSPLUS_I(inode).alloc_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_inode_read_fork()
393 fork->total_blocks = cpu_to_be32(HFSPLUS_I(inode).alloc_blocks); in hfsplus_inode_write_fork()
Dhfsplus_fs.h159 u32 clump_blocks, alloc_blocks; member