Home
last modified time | relevance | path

Searched refs:find_ext (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dextent.c201 static struct hfs_extent * find_ext(struct hfs_fork *fork, int alloc_block) in find_ext() function
477 ext = find_ext(fork, next); in shrink_fork()
481 ext = find_ext(fork, next); in shrink_fork()
551 if (!(ext = find_ext(fork, blocks/ablksz - 1))) { in grow_fork()
749 if ((ext = find_ext(fork, ablock))) { in hfs_extent_map()
DChangeLog2113 Rewrote find_ext() and new_extent() for new hfs_btree_extend().
/linux-2.4.37.9/fs/affs/
Dfile.c288 goto find_ext; in affs_get_extblock_slow()
294 find_ext: in affs_get_extblock_slow()