Home
last modified time | relevance | path

Searched refs:hfs_extent_map (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dfile.c66 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()
Dballoc.c39 tmp = hfs_extent_map(&tree->entry.u.file.data_fork, node, 0); in get_new_node()
Dbnode.c149 block = hfs_extent_map(&tree->entry.u.file.data_fork, node, 0); in hfs_bnode_read()
Dhfs.h493 extern int hfs_extent_map(struct hfs_fork *, int, int);
Dextent.c713 int hfs_extent_map(struct hfs_fork *fork, int block, int create) in hfs_extent_map() function
DChangeLog617 It will no longer hang if hfs_extent_map() is buggy.
618 Also halves the worst-case number of calls to hfs_extent_map().