ext2fs_bufatoff    99 ufs/ext2fs/ext2fs_extern.h int ext2fs_bufatoff(struct inode *, off_t, char **, struct buf **);
ext2fs_bufatoff   341 ufs/ext2fs/ext2fs_lookup.c 			(error = ext2fs_bufatoff(dp, (off_t)dp->i_offset, 
ext2fs_bufatoff   358 ufs/ext2fs/ext2fs_lookup.c 			error = ext2fs_bufatoff(dp, (off_t)dp->i_offset, 
ext2fs_bufatoff   817 ufs/ext2fs/ext2fs_lookup.c 	if ((error = ext2fs_bufatoff(dp, (off_t)dp->i_offset, &dirbuf, &bp)) 
ext2fs_bufatoff   901 ufs/ext2fs/ext2fs_lookup.c 		error = ext2fs_bufatoff(dp, (off_t)dp->i_offset, (char **)&ep, 
ext2fs_bufatoff   913 ufs/ext2fs/ext2fs_lookup.c 	error = ext2fs_bufatoff(dp, (off_t)(dp->i_offset - dp->i_count),
ext2fs_bufatoff   936 ufs/ext2fs/ext2fs_lookup.c 	error = ext2fs_bufatoff(dp, (off_t)dp->i_offset, (char **)&ep, &bp);