Searched defs:fd (Results 1 – 21 of 21) sorted by relevance
/include/linux/ |
D | fdtable.h | 26 struct file __rcu **fd; /* current fd array */ member 33 static inline void __set_close_on_exec(int fd, struct fdtable *fdt) in __set_close_on_exec() 38 static inline void __clear_close_on_exec(int fd, struct fdtable *fdt) in __clear_close_on_exec() 43 static inline bool close_on_exec(int fd, const struct fdtable *fdt) in close_on_exec() 48 static inline void __set_open_fd(int fd, struct fdtable *fdt) in __set_open_fd() 53 static inline void __clear_open_fd(int fd, struct fdtable *fdt) in __clear_open_fd() 58 static inline bool fd_is_open(int fd, const struct fdtable *fdt) in fd_is_open() 105 static inline struct file * fcheck_files(struct files_struct *files, unsigned int fd) in fcheck_files() 118 #define fcheck(fd) fcheck_files(current->files, fd) argument
|
D | if_pppol2tp.h | 30 int fd; /* FD of UDP socket to use */ member 44 int fd; /* FD of UDP or IP socket to use */ member
|
D | fanotify.h | 94 __s32 fd; member 99 __s32 fd; member
|
D | dnotify.h | 41 static inline int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) in fcntl_dirnotify()
|
D | eventfd.h | 53 static inline struct eventfd_ctx *eventfd_ctx_fdget(int fd) in eventfd_ctx_fdget()
|
D | vhost.h | 26 int fd; /* Pass -1 to unbind from file. */ member
|
D | nfs_mount.h | 28 int fd; /* 1 */ member
|
D | ion.h | 286 int fd; member
|
D | proc_fs.h | 234 static inline struct file *proc_ns_fget(int fd) in proc_ns_fget() 290 int fd; member
|
D | dma-buf.h | 205 static inline struct dma_buf *dma_buf_get(int fd) in dma_buf_get()
|
D | posix-timers.h | 52 #define FD_TO_CLOCKID(fd) ((~(clockid_t) (fd) << 3) | CLOCKFD) argument
|
D | audit.h | 616 static inline void audit_mmap_fd(int fd, int flags) in audit_mmap_fd() 654 #define audit_mmap_fd(fd, flags) ((void)0) argument
|
D | coda.h | 618 int fd; member 740 int fd; /* Opened device */ member
|
D | kvm.h | 430 __s32 fd; member 659 __u32 fd; member
|
D | fs.h | 1229 static inline int fcntl_setlk(unsigned int fd, struct file *file, in fcntl_setlk() 1241 static inline int fcntl_setlk64(unsigned int fd, struct file *file, in fcntl_setlk64() 1247 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease()
|
D | kvm_host.h | 790 static inline int kvm_irqfd(struct kvm *kvm, int fd, int gsi, int flags) in kvm_irqfd()
|
/include/asm-generic/ |
D | poll.h | 34 int fd; member
|
/include/linux/usb/ |
D | f_mtp.h | 40 int fd; member
|
/include/rdma/ |
D | rdma_user_cm.h | 241 __u32 fd; member
|
D | ib_user_verbs.h | 231 __u32 fd; member 269 __u32 fd; member
|
/include/drm/ |
D | drm.h | 628 __s32 fd; member
|