/include/linux/ |
D | eventpoll.h | 26 static inline void eventpoll_init_file(struct file *file) in eventpoll_init_file() 42 static inline void eventpoll_release(struct file *file) in eventpoll_release() 66 static inline void eventpoll_init_file(struct file *file) {} in eventpoll_init_file() 67 static inline void eventpoll_release(struct file *file) {} in eventpoll_release()
|
D | ima.h | 30 static inline int ima_file_check(struct file *file, int mask, int opened) in ima_file_check() 35 static inline void ima_file_free(struct file *file) in ima_file_free() 40 static inline int ima_file_mmap(struct file *file, unsigned long prot) in ima_file_mmap() 45 static inline int ima_module_check(struct file *file) in ima_module_check() 50 static inline int ima_fw_from_file(struct file *file, char *buf, size_t size) in ima_fw_from_file()
|
D | fsnotify.h | 38 static inline int fsnotify_perm(struct file *file, int mask) in fsnotify_perm() 194 static inline void fsnotify_access(struct file *file) in fsnotify_access() 212 static inline void fsnotify_modify(struct file *file) in fsnotify_modify() 230 static inline void fsnotify_open(struct file *file) in fsnotify_open() 253 static inline void fsnotify_close(struct file *file) in fsnotify_close()
|
D | file.h | 24 static inline void fput_light(struct file *file, int fput_needed) in fput_light() 31 struct file *file; member
|
D | fs.h | 900 struct file { struct 907 const struct file_operations *f_op; argument 921 struct file_ra_state f_ra; argument 931 /* Used by fs/eventpoll.c to link all the hooks to this file */ argument 933 struct list_head f_tfile_llink; argument 941 /* file identifier */ argument 1131 static inline int fcntl_getlk(struct file *file, unsigned int cmd, in fcntl_getlk() 1137 static inline int fcntl_setlk(unsigned int fd, struct file *file, in fcntl_setlk() 1144 static inline int fcntl_getlk64(struct file *file, unsigned int cmd, in fcntl_getlk64() 1150 static inline int fcntl_setlk64(unsigned int fd, struct file *file, in fcntl_setlk64() [all …]
|
D | security.h | 400 struct file *file) in security_binder_transfer_file() 742 static inline int security_file_permission(struct file *file, int mask) in security_file_permission() 747 static inline int security_file_alloc(struct file *file) in security_file_alloc() 752 static inline void security_file_free(struct file *file) in security_file_free() 755 static inline int security_file_ioctl(struct file *file, unsigned int cmd, in security_file_ioctl() 761 static inline int security_mmap_file(struct file *file, unsigned long prot, in security_mmap_file() 779 static inline int security_file_lock(struct file *file, unsigned int cmd) in security_file_lock() 784 static inline int security_file_fcntl(struct file *file, unsigned int cmd, in security_file_fcntl() 790 static inline void security_file_set_fowner(struct file *file) in security_file_set_fowner() 802 static inline int security_file_receive(struct file *file) in security_file_receive() [all …]
|
D | binfmts.h | 35 struct file * file; member 64 struct file *file; member
|
D | rtmutex.h | 36 const char *name, *file; member
|
D | trace_events.h | 448 trace_trigger_soft_disabled(struct trace_event_file *file) in trace_trigger_soft_disabled() 477 __event_trigger_test_discard(struct trace_event_file *file, in __event_trigger_test_discard() 510 event_trigger_unlock_commit(struct trace_event_file *file, in event_trigger_unlock_commit() 541 event_trigger_unlock_commit_regs(struct trace_event_file *file, in event_trigger_unlock_commit_regs()
|
D | splice.h | 35 struct file *file; /* file to read/write */ member
|
D | debugfs.h | 293 static inline ssize_t debugfs_read_file_bool(struct file *file, in debugfs_read_file_bool() 300 static inline ssize_t debugfs_write_file_bool(struct file *file, in debugfs_write_file_bool()
|
D | ftrace.h | 622 #define ftrace_regex_open(ops, flag, inod, file) ({ -ENODEV; }) argument 629 static inline ssize_t ftrace_filter_write(struct file *file, const char __user *ubuf, in ftrace_filter_write() 631 static inline ssize_t ftrace_notrace_write(struct file *file, const char __user *ubuf, in ftrace_notrace_write() 634 ftrace_regex_release(struct inode *inode, struct file *file) { return -ENODEV; } in ftrace_regex_release()
|
D | shm.h | 78 static inline int is_file_shm_hugepages(struct file *file) in is_file_shm_hugepages()
|
D | seq_file.h | 27 const struct file *file; member
|
D | hugetlb.h | 157 #define prepare_hugepage_range(file, addr, len) (-EINVAL) argument 278 static inline int is_file_hugepages(struct file *file) in is_file_hugepages() 291 #define is_file_hugepages(file) 0 argument
|
D | dma-buf.h | 126 struct file *file; member
|
D | kernel.h | 200 static inline void ___might_sleep(const char *file, int line, in ___might_sleep() 202 static inline void __might_sleep(const char *file, int line, in __might_sleep()
|
D | audit.h | 194 static inline void audit_file(struct file *file) in audit_file() 402 static inline void audit_file(struct file *file) in audit_file()
|
D | cred.h | 192 const char *file, unsigned line) in __validate_creds()
|
D | net.h | 121 struct file *file; member
|
D | compiler.h | 103 const char *file; member
|
/include/trace/events/ |
D | vmscan.h | 33 #define trace_shrink_flags(file) \ argument
|
/include/asm-generic/ |
D | bug.h | 26 const char *file; member
|
/include/media/ |
D | v4l2-dev.h | 221 static inline void *video_drvdata(struct file *file) in video_drvdata()
|
/include/linux/lockd/ |
D | lockd.h | 296 static inline struct inode *nlmsvc_file_inode(struct nlm_file *file) in nlmsvc_file_inode()
|