Searched refs:ext2_search_dirblock (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_extern.h | 102 int ext2_search_dirblock(struct inode *, void *, int *, const char *, int,
|
H A D | ext2_lookup.c | 445 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 D | ext2_htree.c | 397 if (ext2_search_dirblock(ip, bp->b_data, &found, in ext2_htree_lookup()
|