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.h600 int (*readpages)(struct file *filp, struct address_space *mapping,
1068 static inline void file_take_write(struct file *filp) {} argument
1069 static inline void file_release_write(struct file *filp) {} argument
1070 static inline void file_reset_write(struct file *filp) {} argument
1071 static inline void file_check_state(struct file *filp) {} argument
1072 static inline int file_check_writeable(struct file *filp) argument
1191 extern int fcntl_setlease(unsigned int fd, struct file *filp, long arg);
1192 extern int fcntl_getlease(struct file *filp);
1209 extern int vfs_cancel_lock(struct file *filp, struct file_lock *fl);
1210 extern int flock_lock_file_wait(struct file *filp, struc
1245 fcntl_setlease(unsigned int fd, struct file *filp, long arg) argument
1250 fcntl_getlease(struct file *filp) argument
1270 locks_remove_posix(struct file *filp, fl_owner_t owner) argument
1275 locks_remove_flock(struct file *filp) argument
1280 posix_test_lock(struct file *filp, struct file_lock *fl) argument
1285 posix_lock_file(struct file *filp, struct file_lock *fl, struct file_lock *conflock) argument
1291 posix_lock_file_wait(struct file *filp, struct file_lock *fl) argument
1296 posix_unblock_lock(struct file *filp, struct file_lock *waiter) argument
1302 vfs_test_lock(struct file *filp, struct file_lock *fl) argument
1307 vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) argument
1313 vfs_cancel_lock(struct file *filp, struct file_lock *fl) argument
1318 flock_lock_file_wait(struct file *filp, struct file_lock *request) argument
1334 generic_setlease(struct file *filp, long arg, struct file_lock **flp) argument
1340 vfs_setlease(struct file *filp, long arg, struct file_lock **lease) argument
1952 locks_verify_truncate(struct inode *inode, struct file *filp, loff_t size) argument
1978 locks_mandatory_area(int rw, struct inode *inode, struct file *filp, loff_t offset, size_t count) argument
2000 locks_verify_truncate(struct inode *inode, struct file *filp, size_t size) 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 149 milliseconds