Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_extern.h102 int ext2_search_dirblock(struct inode *, void *, int *, const char *, int,
H A Dext2_lookup.c445 error = ext2_search_dirblock(dp, bp->b_data, &entry_found, in ext2_lookup_ino()
707 ext2_search_dirblock(struct inode *ip, void *data, int *foundp, in ext2_search_dirblock() function
H A Dext2_htree.c397 if (ext2_search_dirblock(ip, bp->b_data, &found, in ext2_htree_lookup()