Searched refs:hfs_extent_map (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/fs/hfs/ |
D | file.c | 66 tmp = hfs_extent_map(fork, block, create); in hfs_getblk() 84 int tmp2 = hfs_extent_map(fork, block, 0); in hfs_getblk() 113 phys = hfs_extent_map(HFS_I(inode)->fork, iblock, create); in hfs_get_block()
|
D | balloc.c | 39 tmp = hfs_extent_map(&tree->entry.u.file.data_fork, node, 0); in get_new_node()
|
D | bnode.c | 149 block = hfs_extent_map(&tree->entry.u.file.data_fork, node, 0); in hfs_bnode_read()
|
D | hfs.h | 493 extern int hfs_extent_map(struct hfs_fork *, int, int);
|
D | extent.c | 713 int hfs_extent_map(struct hfs_fork *fork, int block, int create) in hfs_extent_map() function
|
D | ChangeLog | 617 It will no longer hang if hfs_extent_map() is buggy. 618 Also halves the worst-case number of calls to hfs_extent_map().
|