Searched refs:alloc_block (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/hfs/ |
D | extent.c | 201 static struct hfs_extent * find_ext(struct hfs_fork *fork, int alloc_block) in find_ext() argument 210 if (alloc_block < 0) { in find_ext() 216 if (!ext || (alloc_block < ext->start)) { in find_ext() 219 while (ext->next && (alloc_block > ext->end)) { in find_ext() 222 if ((alloc_block <= ext->end) && (alloc_block >= ext->start)) { in find_ext() 231 build_key(&target, fork, alloc_block); in find_ext() 247 if ((alloc_block > ext->end) && (alloc_block < ext->start)) { in find_ext() 253 if (!ptr || (alloc_block < ptr->start)) { in find_ext() 256 while (ptr->next && (alloc_block > ptr->end)) { in find_ext()
|
/linux-2.4.37.9/drivers/char/drm/ |
D | radeon_mem.c | 83 static struct mem_block *alloc_block( struct mem_block *heap, int size, in alloc_block() function 264 block = alloc_block( *heap, alloc.size, alloc.alignment, in radeon_mem_alloc()
|
/linux-2.4.37.9/fs/hfsplus/ |
D | extents.c | 151 u32 alloc_block, u32 block_count) in hfsplus_add_extent() argument 161 if (alloc_block != start + count) { in hfsplus_add_extent() 165 extent->start_block = cpu_to_be32(alloc_block); in hfsplus_add_extent()
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | Locking | 294 int (*alloc_block) (const struct inode *, unsigned long, char); 304 alloc_block: yes
|