Home
last modified time | relevance | path

Searched defs:filp (Results 1 – 15 of 15) sorted by relevance

/net/sunrpc/
Dcache.c826 static ssize_t cache_read(struct file *filp, char __user *buf, size_t count, in cache_read()
946 static ssize_t cache_write(struct file *filp, const char __user *buf, in cache_write()
966 static __poll_t cache_poll(struct file *filp, poll_table *wait, in cache_poll()
993 static int cache_ioctl(struct inode *ino, struct file *filp, in cache_ioctl()
1022 static int cache_open(struct inode *inode, struct file *filp, in cache_open()
1049 static int cache_release(struct inode *inode, struct file *filp, in cache_release()
1552 static ssize_t cache_read_procfs(struct file *filp, char __user *buf, in cache_read_procfs()
1560 static ssize_t cache_write_procfs(struct file *filp, const char __user *buf, in cache_write_procfs()
1568 static __poll_t cache_poll_procfs(struct file *filp, poll_table *wait) in cache_poll_procfs()
1575 static long cache_ioctl_procfs(struct file *filp, in cache_ioctl_procfs()
[all …]
Ddebugfs.c86 static int tasks_open(struct inode *inode, struct file *filp) in tasks_open()
103 tasks_release(struct inode *inode, struct file *filp) in tasks_release()
186 xprt_info_open(struct inode *inode, struct file *filp) in xprt_info_open()
203 xprt_info_release(struct inode *inode, struct file *filp) in xprt_info_release()
Drpc_pipe.c104 ssize_t rpc_pipe_generic_upcall(struct file *filp, struct rpc_pipe_msg *msg, in rpc_pipe_generic_upcall()
213 rpc_pipe_open(struct inode *inode, struct file *filp) in rpc_pipe_open()
240 rpc_pipe_release(struct inode *inode, struct file *filp) in rpc_pipe_release()
281 rpc_pipe_read(struct file *filp, char __user *buf, size_t len, loff_t *offset) in rpc_pipe_read()
325 rpc_pipe_write(struct file *filp, const char __user *buf, size_t len, loff_t *offset) in rpc_pipe_write()
339 rpc_pipe_poll(struct file *filp, struct poll_table_struct *wait) in rpc_pipe_poll()
357 rpc_pipe_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in rpc_pipe_ioctl()
1254 dummy_downcall(struct file *filp, const char __user *src, size_t len) in dummy_downcall()
Dxprtsock.c1184 struct file *filp = transport->file; in xs_reset_transport() local
1836 struct file *filp; in xs_create_sock() local
1907 struct file *filp; in xs_local_setup_socket() local
/net/qrtr/
Dtun.c31 static int qrtr_tun_open(struct inode *inode, struct file *filp) in qrtr_tun_open()
61 struct file *filp = iocb->ki_filp; in qrtr_tun_read_iter() local
87 struct file *filp = iocb->ki_filp; in qrtr_tun_write_iter() local
114 static __poll_t qrtr_tun_poll(struct file *filp, poll_table *wait) in qrtr_tun_poll()
127 static int qrtr_tun_release(struct inode *inode, struct file *filp) in qrtr_tun_release()
/net/netfilter/
Dxt_owner.c66 const struct file *filp; in owner_mt() local
/net/unix/
Dscm.c24 struct sock *unix_get_socket(struct file *filp) in unix_get_socket()
/net/nfc/nci/
Duart.c361 struct file *filp, poll_table *wait) in nci_uart_tty_poll()
/net/bluetooth/rfcomm/
Dtty.c746 static int rfcomm_tty_open(struct tty_struct *tty, struct file *filp) in rfcomm_tty_open()
772 static void rfcomm_tty_close(struct tty_struct *tty, struct file *filp) in rfcomm_tty_close()
/net/vmw_vsock/
Daf_vsock.c2276 static long vsock_dev_do_ioctl(struct file *filp, in vsock_dev_do_ioctl()
2304 static long vsock_dev_ioctl(struct file *filp, in vsock_dev_ioctl()
2311 static long vsock_dev_compat_ioctl(struct file *filp, in vsock_dev_compat_ioctl()
/net/9p/
Dtrans_fd.c554 p9_pollwait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in p9_pollwait()
/net/
Dsocket.c1388 static int sock_close(struct inode *inode, struct file *filp) in sock_close()
1405 static int sock_fasync(int fd, struct file *filp, int on) in sock_fasync()
/net/sunrpc/auth_gss/
Dauth_gss.c707 gss_pipe_downcall(struct file *filp, const char __user *src, size_t mlen) in gss_pipe_downcall()
/net/bridge/
Dbr_sysfs_br.c1004 static ssize_t brforward_read(struct file *filp, struct kobject *kobj, in brforward_read()
/net/netlink/
Daf_netlink.c1176 struct sock *netlink_getsockbyfilp(struct file *filp) in netlink_getsockbyfilp()