Searched defs:filp (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/
H A Dandroid_pmem.h63 unsigned long *end, struct file **filp);
78 struct file **filp) { return -ENOSYS; }
76 get_pmem_file(int fd, unsigned long *start, unsigned long *vstart, unsigned long *end, struct file **filp) argument
H A Dpoll.h34 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) argument
37 p->qproc(filp, wait_address, p);
46 struct file * filp; member in struct:poll_table_entry
H A Dperf_event.h685 struct file *filp; member in struct:perf_event
H A Dfs.h365 int (*readpages)(struct file *filp, struct address_space *mapping,
802 extern int fcntl_setlease(unsigned int fd, struct file *filp, long arg);
803 extern int fcntl_getlease(struct file *filp);
819 extern int flock_lock_file_wait(struct file *filp, struct file_lock *fl);
843 extern int f_setown(struct file *filp, unsigned long arg, int force);
844 extern void f_delown(struct file *filp);
1080 int (*dir_notify)(struct file *filp, unsigned long arg);
1399 struct file *filp,
1404 FLOCK_VERIFY_WRITE, inode, filp,
1422 struct file *filp);
1398 locks_verify_truncate(struct inode *inode, struct file *filp, loff_t size) argument
1703 do_generic_file_read(struct file * filp, loff_t *ppos, read_descriptor_t * desc, read_actor_t actor) argument
[all...]
/external/oprofile/module/
H A Doprofile.c638 static int get_nr_interrupts(ctl_table * table, int write, struct file * filp, void * buffer, size_t * lenp) argument
655 ret = proc_dointvec(table, write, filp, buffer, lenp);
661 static int get_nr_buffer_overflow(ctl_table * table, int write, struct file * filp, void * buffer, size_t * lenp) argument
676 ret = proc_dointvec(table, write, filp, buffer, lenp);
682 int lproc_dointvec(ctl_table * table, int write, struct file * filp, void * buffer, size_t * lenp) argument
687 err = proc_dointvec(table, write, filp, buffer, lenp);
702 static int sysctl_do_dump(ctl_table * table, int write, struct file * filp, void * buffer, size_t * lenp) argument
712 err = proc_dointvec(table, write, filp, buffer, lenp);
724 static int sysctl_do_dump_stop(ctl_table * table, int write, struct file * filp, void * buffer, size_t * lenp) argument
734 err = proc_dointvec(table, write, filp, buffe
[all...]
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h818 struct file *filp; member in struct:perf_event

Completed in 222 milliseconds