Searched refs:alloc_block (Results 1 – 3 of 3) sorted by relevance
221 u16 alloc_block, u16 block_count) in hfs_add_extent() argument 231 if (alloc_block != start + count) { in hfs_add_extent() 235 extent->block = cpu_to_be16(alloc_block); in hfs_add_extent()
312 u32 alloc_block, u32 block_count) in hfsplus_add_extent() 322 if (alloc_block != start + count) { in hfsplus_add_extent() 326 extent->start_block = cpu_to_be32(alloc_block); in hfsplus_add_extent() 310 hfsplus_add_extent(struct hfsplus_extent * extent,u32 offset,u32 alloc_block,u32 block_count) hfsplus_add_extent() argument
151 int (*alloc_block)(struct xfs_btree_cur *cur, member