Home
last modified time | relevance | path

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

/net/sunrpc/
Dcache.c755 static ssize_t cache_read(struct file *filp, char __user *buf, size_t count, in cache_read()
893 static ssize_t cache_write(struct file *filp, const char __user *buf, in cache_write()
913 static unsigned int cache_poll(struct file *filp, poll_table *wait, in cache_poll()
940 static int cache_ioctl(struct inode *ino, struct file *filp, in cache_ioctl()
969 static int cache_open(struct inode *inode, struct file *filp, in cache_open()
994 static int cache_release(struct inode *inode, struct file *filp, in cache_release()
1471 static ssize_t cache_read_procfs(struct file *filp, char __user *buf, in cache_read_procfs()
1479 static ssize_t cache_write_procfs(struct file *filp, const char __user *buf, in cache_write_procfs()
1487 static unsigned int cache_poll_procfs(struct file *filp, poll_table *wait) in cache_poll_procfs()
1494 static long cache_ioctl_procfs(struct file *filp, in cache_ioctl_procfs()
[all …]
Drpc_pipe.c102 ssize_t rpc_pipe_generic_upcall(struct file *filp, struct rpc_pipe_msg *msg, in rpc_pipe_generic_upcall()
218 rpc_pipe_open(struct inode *inode, struct file *filp) in rpc_pipe_open()
245 rpc_pipe_release(struct inode *inode, struct file *filp) in rpc_pipe_release()
286 rpc_pipe_read(struct file *filp, char __user *buf, size_t len, loff_t *offset) in rpc_pipe_read()
330 rpc_pipe_write(struct file *filp, const char __user *buf, size_t len, loff_t *offset) in rpc_pipe_write()
344 rpc_pipe_poll(struct file *filp, struct poll_table_struct *wait) in rpc_pipe_poll()
362 rpc_pipe_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in rpc_pipe_ioctl()
1269 dummy_downcall(struct file *filp, const char __user *src, size_t len) in dummy_downcall()
/net/netfilter/
Dxt_owner.c35 const struct file *filp; in owner_mt() local
Dxt_qtaguid.c1646 const struct file *filp; in qtaguid_mt() local
/net/irda/ircomm/
Dircomm_tty.c276 struct tty_struct *tty, struct file *filp) in ircomm_tty_block_til_ready()
437 static int ircomm_tty_open(struct tty_struct *tty, struct file *filp) in ircomm_tty_open()
519 static void ircomm_tty_close(struct tty_struct *tty, struct file *filp) in ircomm_tty_close()
/net/unix/
Dgarbage.c99 struct sock *unix_get_socket(struct file *filp) in unix_get_socket()
/net/vmw_vsock/
Daf_vsock.c1861 static long vsock_dev_do_ioctl(struct file *filp, in vsock_dev_do_ioctl()
1881 static long vsock_dev_ioctl(struct file *filp, in vsock_dev_ioctl()
1888 static long vsock_dev_compat_ioctl(struct file *filp, in vsock_dev_compat_ioctl()
/net/bluetooth/rfcomm/
Dtty.c747 static int rfcomm_tty_open(struct tty_struct *tty, struct file *filp) in rfcomm_tty_open()
773 static void rfcomm_tty_close(struct tty_struct *tty, struct file *filp) in rfcomm_tty_close()
/net/9p/
Dtrans_fd.c547 p9_pollwait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in p9_pollwait()
/net/bridge/
Dbr_sysfs_br.c806 static ssize_t brforward_read(struct file *filp, struct kobject *kobj, in brforward_read()
/net/
Dsocket.c1189 static int sock_close(struct inode *inode, struct file *filp) in sock_close()
1206 static int sock_fasync(int fd, struct file *filp, int on) in sock_fasync()
/net/sunrpc/auth_gss/
Dauth_gss.c678 gss_pipe_downcall(struct file *filp, const char __user *src, size_t mlen) in gss_pipe_downcall()
/net/netlink/
Daf_netlink.c1036 struct sock *netlink_getsockbyfilp(struct file *filp) in netlink_getsockbyfilp()