Searched defs:fd (Results 1 - 20 of 20) sorted by relevance

/include/linux/
H A Ddnotify.h41 static inline int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) argument
H A Deventfd.h34 struct file *eventfd_fget(int fd);
35 struct eventfd_ctx *eventfd_ctx_fdget(int fd);
53 static inline struct eventfd_ctx *eventfd_ctx_fdget(int fd) argument
H A Dif_pppol2tp.h28 __kernel_pid_t pid; /* pid that owns the fd.
30 int fd; /* FD of UDP socket to use */ member in struct:pppol2tp_addr
42 __kernel_pid_t pid; /* pid that owns the fd.
44 int fd; /* FD of UDP or IP socket to use */ member in struct:pppol2tpv3_addr
H A Dfdtable.h19 * The default fd array needs to be at least BITS_PER_LONG,
26 struct file __rcu **fd; /* current fd array */ member in struct:fdtable
33 static inline void __set_close_on_exec(int fd, struct fdtable *fdt) argument
35 __set_bit(fd, fdt->close_on_exec);
38 static inline void __clear_close_on_exec(int fd, struct fdtable *fdt) argument
40 __clear_bit(fd, fdt->close_on_exec);
43 static inline bool close_on_exec(int fd, const struct fdtable *fdt) argument
45 return test_bit(fd, fdt->close_on_exec);
48 static inline void __set_open_fd(int fd, struc argument
53 __clear_open_fd(int fd, struct fdtable *fdt) argument
58 fd_is_open(int fd, const struct fdtable *fdt) argument
105 fcheck_files(struct files_struct *files, unsigned int fd) argument
[all...]
H A Ddma-buf.h161 struct dma_buf *dma_buf_get(int fd);
205 static inline struct dma_buf *dma_buf_get(int fd) argument
H A Dfanotify.h94 __s32 fd; member in struct:fanotify_event_metadata
99 __s32 fd; member in struct:fanotify_response
106 /* No fd set in event */
H A Dion.h208 * ion_share_dma_buf() - given an ion client, create a dma-buf fd
215 * ion_import_dma_buf() - given an dma-buf fd from the ion exporter get handle
217 * @fd: the dma-buf fd
219 * Given an dma-buf fd that was allocated through ion via ion_share_dma_buf,
220 * import that fd and return a handle representing it. If a dma-buf from
223 struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd);
255 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
257 * @fd: a file descriptor representing that handle
261 * descriptor to share or map in the fd fiel
266 int fd; member in struct:ion_fd_data
[all...]
H A Dnfs_mount.h28 int fd; /* 1 */ member in struct:nfs_mount_data
H A Dvhost.h26 int fd; /* Pass -1 to unbind from file. */ member in struct:vhost_vring_file
120 * used for transmit. Pass fd -1 to unbind from the socket and the transmit
H A Dproc_fs.h176 extern struct file *proc_ns_fget(int fd);
227 static inline struct file *proc_ns_fget(int fd) argument
268 int fd; member in struct:proc_inode
H A Dkvm_host.h781 int kvm_irqfd(struct kvm *kvm, int fd, int gsi, int flags);
790 static inline int kvm_irqfd(struct kvm *kvm, int fd, int gsi, int flags) argument
H A Dcoda.h618 int fd; member in struct:coda_open_by_fd_out
740 int fd; /* Opened device */ member in struct:coda_mount_data
H A Daudit.h545 extern void __audit_mmap_fd(int fd, int flags);
616 static inline void audit_mmap_fd(int fd, int flags) argument
619 __audit_mmap_fd(fd, flags);
654 #define audit_mmap_fd(fd, flags) ((void)0)
H A Dkvm.h430 __s32 fd; member in struct:kvm_ioeventfd
463 #define KVM_CREATE_VM _IO(KVMIO, 0x01) /* returns a VM fd */
659 __u32 fd; member in struct:kvm_irqfd
723 * a vcpu fd.
H A Dfs.h1178 extern void send_sigio(struct fown_struct *fown, int fd, int band);
1191 extern int fcntl_setlease(unsigned int fd, struct file *filp, long arg);
1227 static inline int fcntl_setlk(unsigned int fd, struct file *file, argument
1239 static inline int fcntl_setlk64(unsigned int fd, struct file *file, argument
1245 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg) argument
2487 extern int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd,
/include/linux/usb/
H A Df_mtp.h40 int fd; member in struct:mtp_file_range
/include/asm-generic/
H A Dpoll.h34 int fd; member in struct:pollfd
/include/rdma/
H A Drdma_user_cm.h241 __u32 fd; member in struct:rdma_ucm_migrate_id
H A Dib_user_verbs.h231 __u32 fd; member in struct:ib_uverbs_open_xrcd
269 __u32 fd; member in struct:ib_uverbs_create_comp_channel_resp
/include/drm/
H A Ddrm.h624 /** Flags.. only applicable for handle->fd */
628 __s32 fd; member in struct:drm_prime_handle
746 * Header for events written back to userspace on the drm fd. The
750 * event. A read on the drm fd will always only return complete

Completed in 414 milliseconds