Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 29) sorted by relevance

12

/include/linux/
Dfile.h29 struct fd { struct
36 static inline void fdput(struct fd fd) in fdput()
54 static inline struct fd fdget(unsigned int fd) in fdget()
59 static inline struct fd fdget_raw(unsigned int fd) in fdget_raw()
64 static inline struct fd fdget_pos(int fd) in fdget_pos()
Dfdtable.h27 struct file __rcu **fd; /* current fd array */ member
34 static inline bool close_on_exec(unsigned int fd, const struct fdtable *fdt) in close_on_exec()
39 static inline bool fd_is_open(unsigned int fd, const struct fdtable *fdt) in fd_is_open()
81 static inline struct file *__fcheck_files(struct files_struct *files, unsigned int fd) in __fcheck_files()
92 static inline struct file *fcheck_files(struct files_struct *files, unsigned int fd) in fcheck_files()
103 #define fcheck(fd) fcheck_files(current->files, fd) argument
Ddnotify.h41 static inline int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) in fcntl_dirnotify()
Deventfd.h54 static inline struct eventfd_ctx *eventfd_ctx_fdget(int fd) in eventfd_ctx_fdget()
Dposix-timers.h58 #define FD_TO_CLOCKID(fd) ((~(clockid_t) (fd) << 3) | CLOCKFD) argument
Daudit.h447 static inline void audit_mmap_fd(int fd, int flags) in audit_mmap_fd()
562 static inline void audit_mmap_fd(int fd, int flags) in audit_mmap_fd()
Dfs.h1152 static inline int fcntl_setlk(unsigned int fd, struct file *file, in fcntl_setlk()
1165 static inline int fcntl_setlk64(unsigned int fd, struct file *file, in fcntl_setlk64()
1171 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease()
/include/uapi/linux/
Dkcm.h18 int fd; member
23 int fd; member
27 int fd; member
Dif_pppol2tp.h28 int fd; /* FD of UDP socket to use */ member
42 int fd; /* FD of UDP socket to use */ member
56 int fd; /* FD of UDP or IP socket to use */ member
67 int fd; /* FD of UDP or IP socket to use */ member
Dvtpm_proxy.h26 __u32 fd; /* output */ member
Dfanotify.h90 __s32 fd; member
95 __s32 fd; member
Dgpio.h93 int fd; member
133 int fd; member
Dnfs_mount.h28 int fd; /* 1 */ member
Dvhost.h26 int fd; /* Pass -1 to unbind from file. */ member
Dbtrfs.h31 __s64 fd; member
109 __s64 fd; member
541 __s64 fd; /* in - destination file */ member
Dcoda.h616 int fd; member
738 int fd; /* Opened device */ member
Dkvm.h639 __s32 fd; member
969 __u32 fd; member
1064 __u32 fd; /* out: device handle */ member
/include/soc/fsl/
Dqman.h112 static inline dma_addr_t qm_fd_addr(const struct qm_fd *fd) in qm_fd_addr()
117 static inline u64 qm_fd_addr_get64(const struct qm_fd *fd) in qm_fd_addr_get64()
122 static inline void qm_fd_addr_set64(struct qm_fd *fd, u64 addr) in qm_fd_addr_set64()
135 static inline enum qm_fd_format qm_fd_get_format(const struct qm_fd *fd) in qm_fd_get_format()
140 static inline int qm_fd_get_offset(const struct qm_fd *fd) in qm_fd_get_offset()
145 static inline int qm_fd_get_length(const struct qm_fd *fd) in qm_fd_get_length()
150 static inline int qm_fd_get_len_big(const struct qm_fd *fd) in qm_fd_get_len_big()
155 static inline void qm_fd_set_param(struct qm_fd *fd, enum qm_fd_format fmt, in qm_fd_set_param()
162 #define qm_fd_set_contig(fd, off, len) \ argument
164 #define qm_fd_set_sg(fd, off, len) qm_fd_set_param(fd, qm_fd_sg, off, len) argument
[all …]
/include/uapi/linux/usb/
Df_mtp.h26 int fd; member
/include/uapi/asm-generic/
Dpoll.h36 int fd; member
/include/uapi/linux/netfilter/
Dxt_bpf.h31 __s32 fd; member
/include/uapi/linux/android/
Dbinder.h142 __u32 fd; member
/include/linux/usb/
Dcomposite.h583 struct usb_function_driver *fd; member
/include/media/
Dvideobuf2-core.h181 int fd; member
/include/uapi/rdma/
Drdma_user_cm.h303 __u32 fd; member

12