Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.h26 struct connection_operations { struct
27 void (*recvmsg)(struct hmdfs_peer *con, void *head, void *buf);
28 void (*recvpage)(struct hmdfs_peer *con, struct hmdfs_head_cmd *head,
30 const struct file_operations *remote_file_fops;
31 const struct inode_operations *remote_file_iops;
32 const struct address_space_operations *remote_file_aops;
33 int (*remote_unlink)(struct hmdfs_peer *con, struct dentry *dentry);
34 int (*remote_readdir)(struct hmdfs_peer *con, struct file *file,
36 struct hmdfs_lookup_ret *(*remote_lookup)(struct hmdfs_peer *con,