OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filldir_t
(Results
1 - 3
of
3
) sorted by null
/external/kernel-headers/original/linux/
proc_fs.h
104
int proc_pid_readdir(struct file * filp, void * dirent,
filldir_t
filldir);
126
extern int proc_readdir(struct file *, void *,
filldir_t
);
fs.h
1007
typedef int (*
filldir_t
)(void *, const char *, int, loff_t, ino_t, unsigned);
typedef
[
all
...]
/external/yaffs2/yaffs2/
yaffs_fs.c
115
static int yaffs_readdir(struct file *f, void *dirent,
filldir_t
filldir);
857
static int yaffs_readdir(struct file *f, void *dirent,
filldir_t
filldir)
[
all
...]
Completed in 416 milliseconds