Home
last modified time | relevance | path

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

12

/include/linux/
Dfile.h30 struct fd { struct
37 static inline void fdput(struct fd fd) in fdput()
55 static inline struct fd fdget(unsigned int fd) in fdget()
60 static inline struct fd fdget_raw(unsigned int fd) in fdget_raw()
65 static inline struct fd fdget_pos(int fd) in fdget_pos()
Dfdtable.h28 struct file __rcu **fd; /* current fd array */ member
35 static inline bool close_on_exec(unsigned int fd, const struct fdtable *fdt) in close_on_exec()
40 static inline bool fd_is_open(unsigned int fd, const struct fdtable *fdt) in fd_is_open()
82 static inline struct file *__fcheck_files(struct files_struct *files, unsigned int fd) in __fcheck_files()
93 static inline struct file *fcheck_files(struct files_struct *files, unsigned int fd) in fcheck_files()
104 #define fcheck(fd) fcheck_files(current->files, fd) argument
Ddnotify.h42 static inline int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) in fcntl_dirnotify()
Deventfd.h55 static inline struct eventfd_ctx *eventfd_ctx_fdget(int fd) in eventfd_ctx_fdget()
Dposix-timers.h50 #define FD_TO_CLOCKID(fd) ((~(clockid_t) (fd) << 3) | CLOCKFD) argument
Daudit.h443 static inline void audit_mmap_fd(int fd, int flags) in audit_mmap_fd()
564 static inline void audit_mmap_fd(int fd, int flags) in audit_mmap_fd()
Dfs.h1109 static inline int fcntl_setlk(unsigned int fd, struct file *file, in fcntl_setlk()
1122 static inline int fcntl_setlk64(unsigned int fd, struct file *file, in fcntl_setlk64()
1128 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease()
3099 static inline int vfs_fstat(int fd, struct kstat *stat) in vfs_fstat()
/include/uapi/linux/
Dkcm.h19 int fd; member
24 int fd; member
28 int fd; member
Dif_pppol2tp.h30 int fd; /* FD of UDP socket to use */ member
44 int fd; /* FD of UDP socket to use */ member
58 int fd; /* FD of UDP or IP socket to use */ member
69 int fd; /* FD of UDP or IP socket to use */ member
Dfanotify.h91 __s32 fd; member
96 __s32 fd; member
Dvtpm_proxy.h43 __u32 fd; /* output */ member
Dgpio.h94 int fd; member
134 int fd; member
Dnfs_mount.h29 int fd; /* 1 */ member
Dvhost.h27 int fd; /* Pass -1 to unbind from file. */ member
Dbtrfs.h32 __s64 fd; member
110 __s64 fd; member
559 __s64 fd; /* in - destination file */ member
Dcoda.h616 int fd; member
738 int fd; /* Opened device */ member
/include/soc/fsl/
Dqman.h115 static inline dma_addr_t qm_fd_addr(const struct qm_fd *fd) in qm_fd_addr()
120 static inline u64 qm_fd_addr_get64(const struct qm_fd *fd) in qm_fd_addr_get64()
125 static inline void qm_fd_addr_set64(struct qm_fd *fd, u64 addr) in qm_fd_addr_set64()
138 static inline enum qm_fd_format qm_fd_get_format(const struct qm_fd *fd) in qm_fd_get_format()
143 static inline int qm_fd_get_offset(const struct qm_fd *fd) in qm_fd_get_offset()
148 static inline int qm_fd_get_length(const struct qm_fd *fd) in qm_fd_get_length()
153 static inline int qm_fd_get_len_big(const struct qm_fd *fd) in qm_fd_get_len_big()
158 static inline void qm_fd_set_param(struct qm_fd *fd, enum qm_fd_format fmt, in qm_fd_set_param()
165 #define qm_fd_set_contig(fd, off, len) \ argument
167 #define qm_fd_set_sg(fd, off, len) qm_fd_set_param(fd, qm_fd_sg, off, len) argument
[all …]
/include/uapi/asm-generic/
Dpoll.h37 int fd; member
/include/uapi/linux/netfilter/
Dxt_bpf.h32 __s32 fd; member
/include/net/9p/
Dclient.h164 } fd; member
/include/uapi/linux/android/
Dbinder.h151 __u32 fd; member
/include/linux/usb/
Dcomposite.h588 struct usb_function_driver *fd; member
/include/uapi/rdma/
Drdma_user_cm.h304 __u32 fd; member
/include/media/
Dvideobuf2-core.h181 int fd; member
/include/uapi/drm/
Ddrm.h698 __s32 fd; member
718 __s32 fd; member

12