Source Code (Use browser search to find items of interest.)

Class Index

kfloppy'dir_context (./kdeutils/kfloppy/e2fs/lib/ext2fs/namei.c:22)

struct dir_context {
	ino_t		dir;
	int		flags;
	char		*buf;
	int (*func)(struct ext2_dir_entry *dirent,
		    int	offset,
		    int	blocksize,
		    char	*buf,
		    void	*private);
	void		*private;
	errcode_t	errcode;
};