Searched refs:hfsplus_block_allocate (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/hfsplus/ |
H A D | bitmap.c | 19 int hfsplus_block_allocate(struct super_block *sb, u32 size, in hfsplus_block_allocate() function
|
H A D | extents.c | 469 start = hfsplus_block_allocate(sb, sbi->total_blocks, goal, &len); in hfsplus_file_extend() 471 start = hfsplus_block_allocate(sb, goal, 0, &len); in hfsplus_file_extend()
|
H A D | hfsplus_fs.h | 381 int hfsplus_block_allocate(struct super_block *sb, u32 size, u32 offset,
|